-
Bug
-
Resolution: Unresolved
-
Medium (View bug fix roadmap)
-
None
-
7.9.1
-
7.09
-
3
-
Severity 2 - Major
-
0
-
Summary
Due to the new GDPR compliance requirement, we are required to change user name. But, changing user name did not update mentions name in description and comments
Environment
JIRA Version : Tested on JIRA 7.9
Steps to Reproduce
- @Mention some name in Comment or Description
- Update user name to a new name
- Check the ticket for the mention, it will show old username being mention
Expected Results
- Mentioned name update accordingly
Actual Results
- Mention does not update, it still using old username at mention in comment and description
Workaround
- Update all the old username to new username from jiraaction table
UPDATE [jiradb7.8.1].dbo.jiraaction SET actionbody = '[~myNameToUpdate]' WHERE cast(actionbody as nvarchar(max)) = '[~NewName]'
- mentioned in
-
Page Failed to load
Form Name |
---|
Hi all,
you may have a look on this two GDPR-AddOns. With this AddOns you will be able to be fully compliant to the GDPR-Policies.
Best Regards
Domenico