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.
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")
```
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.