Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

The add-on provides a set of useful JQL functions to filter on the tickets:
1

From the JIRA header, click Issues -> Search for Issues

Search for Issues tab

2

Click Advanced to switch the form to advance search mode using JQL.

Search screen

3

Enter the JQL function

Search screen

4

Click the search icon to run the search. The list of issues appears.

JIRA search screen list view

hqlLinkedIssues

 

hqlLinkedIssuesOf

 

The JQL function search for issues linked to at least one issue satisfying the condition specified on the filter and, if specified, having the specified link type and link direction.

Examples

To find all the issues that are blocked by issues in a state not equal to Done, you could use:

issue in hqlLinkedIssuesOf("status!=done", "Blocks", "O")

  • No labels