Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,553,550
Community Members
 
Community Events
184
Community Groups

Filter Issues transitioned

Edited

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.
Mar 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

@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