I want to capture the username of the user who executes a workflow transition using a post function (specifically, I'd like to capture the "ResolvedBy" username, which could be different from the user to whom the issue is assigned). I thought that this might be possible using a "Set field value from User Property value" post function, but I am having trouble getting this to work properly.
Is this possible? If so, how?
The issue is tagged as "jira-studio". I thought that would preclude writing a workflow plugin or script?
(Sorry - I don't use studio so I am speculating based on discussions I have observed in the past)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It turned out that the Jira Toolkit Plugin is available to me in Jira Studio. All I had to do was to enable it, create a new custom field of type "Username of last updater or commenter" (which seems like an odd way to do this), and then capture that field's value in a post function at the appropriate point in the process.
I've also (now) enabled the Jira Suite Utilities which should allow me to clear the ResolvedBy field when an issue is reopened. These two plugins have some redundant functionality, but I'm not concerned about this.
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.