The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I am looking for a little assistance with the above,
We require the ability to be able to report on/use filters to show how many issues are user has touched over a specific period of time (Including transitioning, commenting, editing), is this possible?
I know it is possible to use;
status changed by slloyd
which would show which statuses have been changed, but is it possible to go deeper in and see how many issues have exactly been touched?
Thank you in advance.
Hi Steven,
You can now use the updatedby() JQL function to get this information. https://confluence.atlassian.com/jirasoftwareserver081/advanced-searching-functions-reference-970611548.html
Laurie
That is exactly what I want, but when I try to use this function it does not show up in the syntax help and I get an error when I run the query. What do I need to do to get this function?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have found out how to do this. You need a statement like:
issuekey IN updatedBy(<username>)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Steven,
To return all issues that have been "touched" by a specific user on JIRA, you will need to use a plugin to do this.
My recommendation is to use JQL Search Extensions for Jira that provide you a new parameter to search for any updated details on issues.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.