Lets say that I need to know everything that has been delivered late in the past.
how would my query be?
Hi Marcus - Welcome to the Atlassian Community!
There is no out of the box function with JQL to compare dates like that. You can use something like ScriptRunner to do that.
Or you can create a custom number field and populate with the difference of the two date fields when the issue is delivered (using something like Automation For Jira or ScriptRunner or JMWE for workflows). Then you create a report where the custom field is > 0 (or < 0 depending on how you are writing your script).
I understand John, but which fields should I compare?
targerEnd and ???
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.