Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How do I filter issues, that a certain user was involved in them?

mohammadyo
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 25, 2019

I want to be capable of filtering all the issues, that a certain user has was ever involved.

 

The definition of involved is:

 A user that his name appears in History of an issue.

1 answer

1 vote
Muhammad Ramzan(Atlassian Certified Master)
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 25, 2019

Following queries can help you to find the required results. Its not provided by default with JIRA but this plugin is helpful for such queries.

 

All issues updated by a user, it will fetch all issues where user performed any update action

 

issue in updatedByUser("username"

 

 

Following query will get all issues, where the user performed any transition.

 

issue in transitionedBy in ("username")

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events