Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There are multiple ways to mention issues which allows you to have versatile abilities in between your hands, which are described below

Current Issue

Current issue running on workflow

JQL

JQL allows you to create a dynamic JQL query that adapts to any use case, by allowing to add variables to your JQL. These variables include a set of system fields and customfields.

...

You may add add variables to your JQL by choosing the Add Variable which would present all system and customfields

...

Once you chosen the variable it would be injected to the JQL above.

...

Example

Let’s say you would like your JQL to include in all tasks within an epic and the epic is the current issue

type = Task and “Epic Link” = $issue.getValue(“key“)

Example

...

Include Page

...

type = Task and “Epic Link” = $issue.getValue(“key“)

...

After you set up your dynamic or static JQL you may try it by Clicking on Test

...

Choose the designated Issue and look at the result

...

Info

This is powered by Apache Velocity Templates, so you may use if statements and many more customization as you can find documentation on Apache Velocity Template in here

Parent & Subtasks

  • From parent to subtasks ( includes all subtasks )

  • Fom subtask to Parent ( includes parent of subtask )

Epic

  • From epic to issues ( includes all issues in epic )

  • Fom issues to epic ( includes epic of issue )

System and custom links will show where you may include one of the following

Out Link

In Link

...

Issue Selection
Issue Selection