Hi,
I would like to generate a report using JQL for linked issues in the last N days. I mean get the list of linked issues and their parent issues linked in the last N days using JQL.
Please let me know the JQL for it.
Thanks in advance.
The issueLink field doesn't support the WAS operator, unfortunately, so the native approach wouldn't work.
Maybe you could re-phrase the query in a way that is supported by JQL. For example, "show me the issues that are linked to FOO-123 and were updated in the last N days" or something like this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.