Versions Compared

Key

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


Excerpt


UI Text Box
sizemedium
typeinfo

parsing mode determines how the JWT for Jira Cloud expression parser interprets an expression. The available parsing modes depend on the context in which you use the expression.




Available parsing modes

Page properties report
headingsShort description, Supported elements, Output
reverseSorttrue
cqllabel = "parsing_mode" and space = currentSpace() and ancestor = currentContent()


Comments

UI Text Box
typeinfo

Comments can be added to all parsing modes. They serve as internal documentation for the expression and are ignored when evaluating the expression.


Parsing modeSyntaxExamples
General

Only available when using expressions enclosed by %{}.

Starts with # and ends either at the end of the line or if the expression is closed by }


Code Block
List of issue keys for %{issue.key #choose an issue} is:
%{subtasks() # and show all sub-tasks}


Code Block
%{# This example simply returns the number of linked issues using a JWT expression
 
%{issue.links.length}}


LogicalIt starts with # and ends at the end of the line


Code Block
%{issue.key} = "PRJ-42" # simple comparison with issue key


Code Block
# This example simply returns the number of linked issues using a JWT expression
 
%{issue.links.length}


Jira expressionIt starts with // and ends with the end of the line


Code Block
issue.key == 'PRJ-42' // simple comparison with issue key





Excerpt Include
DECADIS:Contact support
DECADIS:Contact support
nopaneltrue