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: |
Check whether all blocking issues are resolved
...
Depending on the direction of your parent links, select one of the following:
...
Outward parent links
Code Block |
---|
issueLinks.FILTER($.type.outward = "is parent of" AND $.destination = this).MAP($.source.key CONCAT ' - ' CONCAT $.source.summary) |
or
...
Inward parent links
Code Block |
---|
issueLinks.FILTER($.type.inward = "is parent of" AND $.destination = this).MAP($.source.key CONCAT ' - ' CONCAT $.source.summary) |
...