So I want to be able to take a JQL query like:
status changed to Resolved by membersOf("Team Data Operations")
In the columns that are returned, I now want to see the exact user that change the status to Resolved in the results.
How can I accomplish this?
Thanks,
Mac
@Mac White You could use a post function to set the Assignee field to Current User when a resolution is set. Then you would just need to display the Assignee column in your filter.
@Jonny Adams That would work if the issue was not then going to be picked up and assigned to our qa team as further steps in our workflow.
I like the thought though.
I also considered a "Resolver" field that is set on the resolve transition, but the data is already in the issue, so was hoping to get it directly via JQL
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.