Hi,
I need suggestions on JQL query based on Issue transition history.
Example: Dev Complete ( Workflow Status )
I want to know the list of tickets that transitioned through this status at any point of time.. Is there a way to achieve this via JQL query ?
Thanks,
Baskar
You could use the WAS, and DURING operators to it. Ex:
project = TEST and status was in ("In Progress") DURING ("2022/07/20", "2022/07/21")
this query returns the issues from project TEST that was In progress between 20/07/2022 to 21/07/2022.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks you. I will read and comply.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can also use CIFJ - Issue History Dashboard app.
You will be able to filter your search and also export the data in CSV format without the need to process the JQL call result yourself.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Petru Simion _Simitech Ltd__
"As a general guideline, we ask all members to avoid replying to content older than six months. A good practice is to always check the date before responding."
Please read and follow the Community rules here:
https://community.atlassian.com/t5/App-Central-articles/Atlassian-Community-online-guidelines-Marketplace-Solution/ba-p/689723
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.