Hi Guys,
Need your help in JQL to find the list of issue what are moved to a Status B after DueDate. or issue changed to a status B after DueDate crossed.
Kindly suggest
That is not possible with the built-in features of JQL as it cannot compare issues fields; it can only compare fields to a specific (or relative) value.
Possible workarounds include:
Kind regards,
Bill
Thanks, @Bill Sheboy Yeah without plugin it's feasible. Via Scriptrunner Enhance search we can compare two fields, I think.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you are using cloud and you are open to use apps, you can use CIFJ - Issue History For Jira, an app recently released by our company.
You can set the Updated Field = Status and Date Updated greater than your desired date.
You can even add a certain value for the Value To in case you only want to filter for those issues transitioned in a specific status.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Petru Simion _Simitech Ltd__ I this we can't compare with Due Date field.
Like Status changed after DueDate
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.