/
Display all issues linked to a given issue and link type

Display all issues linked to a given issue and link type

The following script can be run from Advanced JQL.

First, the user provides a single issue and a link type.

Next, JQL returns all issues that are linked to the specified issue with the link type.

Example Usage (JQL query)

key in silJQLList(silJql_LinkedIssuesByType.sil, TIS-39, "Problem/Incident")

Script

string [] ret; string [] linkedIssues = linkedIssues(argv[0], argv[1]); for (string issue in linkedIssues) { ret += issue; } return ret;

Related content

Need support? Create a request with our support team.

Copyright © 2005 - 2025 Appfire | All rights reserved.