Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

JQL query may dynamically generated using the current issue's or curent user's information.

...

Get the First Issue that Matches a JQL Query

The below example searches for the first issue matching the JQL query.

...

Code Block
#if($!templateSupport.issueMatchesJQL("mycustomfield = somevalue AND component=ImportantComponent", $!issue) 
## do something...
#end

...

Find Issues using JQL 

Fetch and iterate through the list of issues matching a JQL query.

...