I am trying to find issues where the time taken between status changes is within a certain timeframe.
As an example I want to find tasks where the started to completed timeframe is less than one week.
I want something similar to the below JQL - subtract 1 week from done date and get tickets that were started after that point:
status CHANGED to "In Progress" AFTER status CHANGED TO Done - "1w"
Community moderators have prevented the ability to post new answers.
This level of complexity is not reachable with native JQL features.
You could fairly easily achieve that list of issues like this:
The app is here:
The original spreadsheet will be like this:
(Discl. it is a paid and supported app, developed by our team.)
Hello @Ronan Treacy
You cannot achieve what you want with native JQL functionality.
Are you open to using a third party app?
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.