I'm integrating JIRA with another system and I was hoping to store the userid/username of the last user to edit an issue. When I say "store", I mean, "Save the username to a custom field".
I was hoping to be able to store the username on transitions between statuses AND any time a field is changed on my issue.
=-=-=-=
The reason why I'm hoping to do this is because I'm polling JIRA for changes, when something changes, I want to analyze who made the change... if the person that made the change is a human, then I'll update my other system... and vice-versa.
Right now my other system has a field, "last_edited_by" so I know if my integration updated the system OR if a human did... so I know whether to pass the change back to JIRA.
Without the ability to determine who is updating JIRA, my integration could get stuck in a loop (it updates JIRA, then it updates my other system, then back and forth, YAY!).
Thank you!
You can do it in a JIRA listener. The page also links to tutorial on how to do it.
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.