You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

On this page

Use case

In the following use case we use a JWT JQL function in order to retrieve all issues that are blocking issues that are due in the next 7 days.

This way you can keep track on issues that need to be done soon in order to reach all set due dates in time.


Configuration

Use something like the following JQL:

issue in linkedIssuesOf("due < endOfDay(7) and due > now()", "is blocked by") and resolution is empty


Screenshots

Using the above JQL and having issues like shown below, in this example JWT-2 would be returned because

  • The used link type is "is blocked by"
  • It is blocking an issue that is due in the next 7 days
  • It's resolution is empty





If you still have questions, feel free to refer to our support team.