Is it possible to change the author of an issue comment in jira?
I know it can be changed inside the database, but I'm looking for a GUI solution.
Sorry, that is not possible via the GUI.
Is this possible by Groovy script? on server v7.5
Our issue is that, we have 3 domain aliases and we are tying to make sure there are no duplicate accounts.
Users who creates/comments tickets via email from 2 diff aliases causes this issue.
Jira user accounts uses one alias which is synced from AD. - used for portal.
We managed to change the ticket reporter to Jira user account using groovy script.
If email is from user1@d1.com or user1@d2.com then it looks if user1 account exists in Jira and change the reporter to user1.
Looking to do the same in comments... any ideas?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can view JIRA Comment Toolbox to change commenter of the comments and go on like this way.
Moreover, you can use JIRA Comment Toolbox for these;
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No.
There's always a few edge cases, but as a general rule, a tracker should log who commented and not allow it to be changed (Jira has a weakness in that it considers the reporter to be the person who logs an issue, and then lets people change that. Reporter != Creator)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
BTW, the question is about COMMENTS in JIRA, not pages in confluence.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Agreed somewhat, but the Admin, who's able to even *delete* Tickets should be able to change that IMHO
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Why? It's destroying accurate data. I'd not have an issue with the idea if comment changes were tracked fully (they're not yet), but I still don't see any use for it (other than "I got an import wrong")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well, kinda. We have "Anonymous" user to create Tickets. Occasionally, someone will get his own account. Now it would be great to associate this comment to the user. Or someone is abroad or forgot to sign in, so he is creating an "Anonymous Comment" which I'd like to change to the users comment (which is not destroying accurate data because this has not been accurate at that time :) )
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, mm, my argument there would be that you shouldn't be allowing that at all. I have spent most of my career in heavily controlled area where it's frankly illegal to not know who is making changes to your systems. So anonymous access in most cases is read-only.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yea, understood. But our JIRA is running inside our own Intranet, so kinda secure anyway. And because I cannot get a license for all our 55000 Employees we set certain Projects to "Anonymous" to have some possibilities. So we do have to allow that. I mean, why else would there be the option for that at all when it should not be done? Because sometimes it is necessary :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is this possible by Groovy script? on server v7.5
Our issue is that, we have 3 domain aliases and we are tying to make sure there are no duplicate accounts.
Users who creates/comments tickets via email from 2 diff aliases causes this issue.
Jira user accounts uses one alias which is synced from AD. - used for portal.
We managed to change the ticket reporter to Jira user account using groovy script.
If email is from user1@d1.com or user1@d2.com then it looks if user1 account exists in Jira and change the reporter to user1.
Looking to do the same in comments... any ideas?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There seems to be an open issue related to this topic. Add your vote to it if it is what you are looking for.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.