Forums

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

How can i add filter to know the issues was reopened by QA even if its in any status.

Harish Kumar
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!
February 12, 2020

if we are working on jira issues, i just want to know that how many issues are reopen by QA team. 

2 answers

0 votes
Aylin Kohls
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.
February 13, 2020

Hi Harish.

You could use a filter with JQL, considering for example all issues that have been changed from status _closed_ to status _open_ and adding by who (team members of your QA team)

status changed FROM done to open BY (user1, user2)

Hope it helps!

Regards, Aylin.

0 votes
Zoryana Bohutska _SaaSJet_
Atlassian Partner
February 13, 2020

Hi @Harish Kumar 

You can solve this request using one of our SaaSJet apps:

Issue History lets you view all the changelog of Jira issues. Including each assignee history of activity.
Time in Status for Jira Cloud be useful for you by its reports Status Count - calculates how many times an issue has been in each status by each user.

Hope it helps

Suggest an answer

Log in or Sign up to answer