Hi,
i used a JQL filter like this:
status changed to (Resolved) after startOfDay()
and I'd like to view the name of the one who changed the status to Resolved as a column of my filter result. Is it possible? And if yes, how?
thanks
Hi
Kind of, as JQL is returning jira ticket, you have to have this information in a JIRA field.
You can create a customfield of type user picker and set the user who resolve the issue as value of this field autamatically (post_function or listener or automation rule).
You can use apps such as Automation for JIRA you may already have depending on the JIRA version you have. You will have to clear this field everytime you reset the resolution.
If you want the field to have the last user that resolve the issue directly from the issue history you can use Scriptrunner app and create a script field.
All clear! I'll try. Thanks a lot.
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.