Versions Compared

Key

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

Show linked issues

Displays issues linked to the current issue.

...

Make sure to set the column Options to Wiki Markup.

Tip

Want to display another link type? Change: $.type = 'Blocks'

Check whether all blocking issues are resolved

...

Depending on the direction of your parent links, select one of the following:

...

Code Block
issueLinks.FILTER($.type.outward = "is parent of" AND $.destination = this).MAP($.source.key CONCAT ' - ' CONCAT $.source.summary)

or

...

Code Block
issueLinks.FILTER($.type.inward = "is parent of" AND $.destination = this).MAP($.source.key CONCAT ' - ' CONCAT $.source.summary)

...