The answer most often is to use JQL for something like
status was Resolved BY currentUser()
So long as all is well and good, it will return to you all the problems that you have ever solved. That is, if you solved the problem FOO-1966, and then opened it again, and someone else solved it again, this is still the problem that was solved by you.
Here's the best way to do this in JIRA 6 and later (including JIRA onDemand).
- Create your own field called "Resolver". Make this field human, but do not add it to any form (if you do not want it).
- Edit the workflow and add the post function to the problem solving problem in your workflow. Perform the Update Custom Field action and set the Resolver to %% CURRENT_USER %%.
- Publish your workflow.
Now, when someone solves the problem using this workflow, the Resolver field will be set for the current user. Now the Resolver field is semantically "last allowed".
As an added bonus, you can use the value in the "Resolver" field to reassign questions to the person who resolved them when they reopened. I will leave this as an exercise for the reader. :-)
Bruce P. Henry Dec 27 '13 at 22:58 2013-12-27 22:58
source share