Forums

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

jira chart of the number of issues that have gone into a given status

Robert G. Nadon
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.
November 21, 2016

Hi all,

I was wondering if anyone new of a charting or other plugin out there that would given a JQL calculate the number of issues that went into a given status for the recent given amount of time.   So for example for the JQL project = ProjA, status Resolved, and timestamp of 1 month, there were 15 issues that went into "Resolved" within the last 30 days.  So the plugin/add-on would return simply a number 15.  Even better if 15 were clicked upon, it would listed the 15 issues.

I could easily write a web program that could do that using the cli, but my user wants it on their dashboard and I cannot get a good handle on writing my own plugins.

If not, does anyone know of anything close?

Thanks,

Robert

 

1 answer

1 accepted

1 vote
Answer accepted
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.
November 21, 2016

Here is JQL for all issues which were went into status "Resolved" for last month:

status changed TO Resolved after startOfDay(-1M)

Use it for any chart based on filter.

Robert G. Nadon
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.
November 22, 2016

Actually that may be exactly what I am looking for.  Thanks!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events