Versions Compared

Key

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

...

Display feature availability
StartingFromRelease2.7.2

Jira
serverSOS JIRA
columnIdsissuekey,summary,issuetype,created,updated,duedate,assignee,reporter,priority,status,resolution
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId6dc67751-9d67-34cd-985b-194a8cdc9602
keyJS-2164

Data Types

String

  • Strings can be represented by the value of a variable or by an expression like "this is a string" or 'this is a string'.
  • Note that a string that is not the value of a variable requires to be quoted: either single quotes or double quotes can be used.
  • If a single quoted string contains a single quote than this has to be escaped with a backslash, e.g. 'De Morgan\'s law'.
  • If a double quoted string contains a double quote than this has to be escaped with a backslash too.
  • (warning) An empty string has to be specified with double quotes like this: "".

...

  • Technically this use case is not too different from the checking return values use case described above. However, the focus is not on a specific job but on specific values of variables.
  • Note that order variables can be modified by users when adding an order. The above example therefore checks an order variable to decide which job a workflow is to be started for.
  • Note also that the same check can be performed for any step in a workflow.

...

Resources

Display content by label
TypeHow To
Labelsjs7 howto if-instruction

...