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 11 Current »

JQL Search

“Inward / Outward Field Name”

You can search for issues that are related to each other by using the following syntax:

“Outward / Inward Field Name” = KEY-1

Available Operators

  • =

  • !=

  • is not

  • is

  • not in

  • in

Example

project = CRM AND “Contact Organization” = CRM-4

→ This will give you all issues from project = CRM that are contain “CRM-4” in the asset relation field “Contact Organization” (which is equal to all issues connected to the contact organization “CRM-4”).

Search by link type

This feature allows you to return all issues that are linked via a specific advanced link.

To search for issues linked via one or several advanced link fields users can use a Link Search dialogue on the issue search page. To open the dialogue, click on the STAGIL Assets icon in the search navigation.

  1. Create a JQL query to specify the request.

  2. Select one or several advanced link fields.

For example, a search with a JQL query ‘status != DONE’ and selected link type ‘Related IT requests' will return a list of all issues linked via a ‘Related IT requests' field that are not ‘DONE’.

(warning) JQL query from the ‘Link Search’ dialogue acts as a complimentary query to the one defined in the search bar on the ‘Search’ page, i.e. Advanced Link query does not override the query from the page.

Select ‘Save filter’ to remember the query parameters. Once saved, the filter will be included in the list of default filters as a private filter.

  • No labels