I need to execute a JIRA query which will tell me:
- The JIRA Issue number
- Name of the person who closed the ticket (transitioned to close)
- Also, if there is a way to get an extract of the transition log
Hi Jagdeep.
Another way to achieve it is using Script Fields of Script Runner https://scriptrunner.adaptavist.com/5.0.4/jira/scripted-fields.html. By them you to script the value that you want to show in the script field, preview the value for an issue, search for them and even include html tags in the field's value.
Nice regards.
Hello @Jagdeep Sawhney,
Transition users (who executed the transition are stored in change history but not in any fields.)
You can actually write a post function to copy the transition user to a custom field. For this purpose, you can use JIRA suite utilities which has this ability. If you use %%CURRENT_USER%%
as the custom field value (exactly this, nothing more), the user who triggered the post function will be set as a value for that field. Please see this article for more information.
With regards to the transition log, you can refer to the "Transitions" tab on the view screen. Again you need to use the same plugin JSU. See this article :
Thanks,
Swathi
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.