Use case
Return the number of outgoing issue links.
Expression
Create and configure a Smart field using this expression in Jira expression parsing mode:
issue?.links.filter(link => link.direction == "outward").length
Return the number of outgoing issue links.
Create and configure a Smart field using this expression in Jira expression parsing mode:
issue?.links.filter(link => link.direction == "outward").length
Powered by Atlassian Confluence 8.5.16, themed by Refined 7.6.0 and Decadis AG