Forums

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

How can I find Release related defects/bugs

Shivin Saraf
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 17, 2018

The goal here is to find the total number of bugs in a release,  I have a release 5.5.13 and I want to find out no of bugs in this release.

show the number of bugs we are working to resolve in the latest release

1 answer

0 votes
Deleted user July 18, 2018

Hi @Shivin Saraf,

Your would use a JQL query such as the below:

project = PROJECT and affectedVersion = 5.5.13 and type = bug

The above query would display all bugs with the same Affects Version.

 

project = PROJECT and affectedVersion = 5.5.13 and type = bug and status != Closed

The above query would display only bugs that have not been closed with the same Affects Version.

Let me know if I have misunderstood your requirements.

Thanks

Shivin Saraf
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 19, 2018

Thanks

Deleted user July 20, 2018

Hi @Shivin Saraf,

If this answers your question please accept the solution so others on the community find the solution faster. 

Thanks

Suggest an answer

Log in or Sign up to answer