JQL query to get the tasks which passed through a specific status

PIERGIORGIO.RETTAROLI February 11, 2021

Hi,

I would like to get a jql query to count how many tasks have passed through a specific status during a period, even whether they are not in that status when I launch the query

 

Thanks!

1 answer

2 votes
Bill Sheboy
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 11, 2021

Hi @PIERGIORGIO.RETTAROLI  -- Welcome to the Atlassian Community!

Please try this JQL to find those tasks, substituting in your project name, status, and date range:

project = myProjectName
AND status WAS "my status" DURING ("2021-01-01", "2021-01-20")
ORDER BY Key

The query should return the list and you may see the count of items in the view also.

Best regards,

Bill 

PIERGIORGIO.RETTAROLI February 12, 2021

Thanks Bill!

kind regards

Like # people like this
Bill Sheboy
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 12, 2021

Hi @PIERGIORGIO.RETTAROLI 

I am glad that helped.  Please consider marking this question as answered; that will help others searching to find solutions faster.  Thanks!

Like Paul Tallman likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events