You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
How do you search Jira for all issues involving a specific user or users? That is, search for all issues that reference the user(s) in any way: the user commented on, is tagged in it, followed it, created it, was assigned it, etc.
I essentially want to find all issues that I (or someone else) touched in some way.
Thanks!
Follow this steps:
1.Go to issues-> search for issues:
2.Then filter issues for example by reporter (In this case reporter is me)
Thanks Jamil. However, this only finds issues with a specific reporter. It does not find issues that a user simply commented on, or followed, etc. I am looking for one search that finds all issues that I touched in any way.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can achieve this easily by using JQL Search Extensions for Jira & reports plugin.
use the query like below
Please update the username with the correct username
It will get all issues where user did any activity on issue
issue in attachedByUser("filip")
or
issue in commentedByUser("filip")
OR
issue in updatedByUser("filip")
or
issue in transitionedByUser("filip")
or
issue in loggedTimeByUser("filip")
or
assignee ="filip"
or
creator ="filip"
or
watcher = "filip full name"
or
voter ="filip full name"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Muhammad. This technically works. However, it requires you to not forget some attribute. I was hoping for a much simpler way. Perhaps it is not available. It would be a great feature though. Thank you again.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you already heard about Smart Commits in Bitbucket, know that you just stumbled upon something even better (and smarter!): Genius Commits by Better DevOps Automation for Jira Data Center (+ Server...
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.