Forums

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

How can I get the number (value) of how many bugs are opened in my project ?

Ofira Daniel
Contributor
February 28, 2018

Hi ,

Using JQL , I can get the list of all bugs which are open , but I am interested with the number only (to get it and use it for some automatic action)

Is it possible ? 

Example for JQL - 

issuetype = Bug AND status in (New, "In Progress", Resolved, Open, Blocked, Developed) AND Severity in (Critical, High) AND created >= -24h

 

Thanks 

3 answers

1 vote
Vasiliy Zverev
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.
March 1, 2018

It seems that you need a subscription on a filter.

Steps:

  1. create a filter for high prioroty bugs
  2. add a subscription

 

For example, if subscribe all jira users to

issuetype = Bug AND resolution is EMPTY AND project in projectsWhereUserHasRole("Developers")

Will send email for any user who is into Developers project role and there are any bug issues with high priority

Steven F Behnke
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.
March 3, 2018

GREAT suggestion! :)

0 votes
Vasiliy Zverev
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 28, 2018

You could try to use cross-table vidjet to get cont of issues.

0 votes
Steven F Behnke
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 28, 2018

Jira Issue Search only returns issues. How would you imagine using this for an automatic action?

Ofira Daniel
Contributor
March 1, 2018

Hi . I wants to track on bug opening rate / total open bugs in project .

and if the rate is high . Send mail using Automation for jira addon to relevant peoples

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events