Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
titleOn this page:

Table of Contents
maxLevel3
printablefalse

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.

...

Code Block
issue not in templateRelatedTickets()

To extract issue templates and subordinate issues, remove “not”.

...

Code Block
issue in templateRelatedTickets()

Image Removed

...


Include Page
Any questions?
Any questions?