Forums

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

Filter Issues transitioned

Ismail Sanni
Contributor
March 20, 2023

Hi Guys,

Is there a way i can filter issues that were transitioned into a particular status in the last 10days?

Like I have a project A and I want to know how many issues transitioned into status AAA in the last 10days alone.

I did this - project = ELIM AND status changed TO "Permanent Measures (PM 3/4)" >= -10d but it is wrong

Thanks.

1 answer

1 accepted

0 votes
Answer accepted
habib rahman
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 20, 2023

Hi @Ismail Sanni My name is Habib I will do my best to help with this request:


 Thank you for your question. To filter issues that transitioned into a particular status in the last 10 days, you can use the Jira advanced search feature with the following JQL query:

```

project = A AND status changed TO "AAA" DURING ("-10d", "now")

```
This query will return all the issues in the project A that transitioned into the "AAA" status in the last 10 days.

Here is how the query works:

- `project = A`: this restricts the search to project A.
- `status changed TO "AAA"`: this returns all issues that transitioned into the "AAA" status.
- `DURING ("-10d", "now")`: this specifies the time range to search within, in this case, the last 10 days.

Please note that the `DURING` operator requires you to enter a date range, which includes a start date and an end date. In this case, we used "-10d" to indicate 10 days ago from today ("now").

 

I hope this solution helps. If you have any further questions, please feel free to ask.
Thanks, Habib

Ismail Sanni
Contributor
March 20, 2023

@habib rahman Thanks Habib, I really appreciate your help.

You are the best.

Like habib rahman likes this

Suggest an answer

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

Atlassian Community Events