/
Distinguishing issue templates and subordinate issues
Distinguishing issue templates and subordinate issues
Distinguishing issue templates and subordinate issues
You can extract issue templates and subordinate issues (i.e. standard issues) using the JQL function templateRelatedTickets.
For example, to exclude issue templates and subordinate issues from the Jira issues list, write as shown below.
issue not in templateRelatedTickets()
To extract issue templates and subordinate issues, remove “not”.
issue in templateRelatedTickets()
, multiple selections available,
Related content
Jira Issue Sheets
Jira Issue Sheets
More like this
Information on analysis tools and functions
Information on analysis tools and functions
Read with this
Terms and concepts
Terms and concepts
More like this
Spreadsheet Features
Spreadsheet Features
More like this
Spreadsheet Features
Spreadsheet Features
More like this
Jira Issues Sheet
Jira Issues Sheet
More like this