I need to change the customers names to 'anonymous' name, I can change the reporter field which is OK, but I need also to change the comments under "Activity"and remove the name of the customer/reporter (Alfa/Beta to Anonymous or whatever name which is un-identified …)
Hello @firas_amer
JIRA does not inherently provide a function to change or make the comment author anonymous. However, you might consider a workaround:
It is crucial to note that deleting comments could introduce potential problems. I strongly recommend performing comprehensive tests before implementing this on a wider scale.
Best regards.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @firas_amer ,
Short answer, you can't. You can only post comments with the user you are logged into.
You can however use Automation for Jira to remove and reapply the comment and add the reporter name into the comment itself. The comment author will be 'Automation for Jira', but within the comment you can post something like this:
Use in the automation rule this in the action 'Comment on issue':
*Anonymous}* on {{comment.created}}
{{comment.body}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.