Skip to end of banner
Go to start of banner

Variable Replacements

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 18 Next »

How to use replacement variables

Substitution variables and variable replacements

Variable replacements are different than substitution variables. Don't confuse them or their uniquely different syntax.

VariableReplacementSince
entryElement being processed from list parameter on runFromList
projectLast created, found, or referenced project key
projectIdLast created, found, or referenced project id (numeric)
issueLast created or referenced issue key (not a subtask)
issueIdLast created or referenced issue id (numeric)
subtaskLast created subtask key
subtaskIdLast created subtask id (numeric)
cloneLast created clone issue key
cloneIdLast created clone issue id (numeric)
versionLast created or referenced version namesome 4.x, 4.5
versionIdLast created or referenced version id (numeric)some 4.x, 4.5
componentLast created or referenced component name4.5
componentIdLast created or referenced component id (numeric)4.5
workflowLast referenced workflow name
groupLast referenced group name4.5
commentIdLast reference comment id (numeric)5.2
schemeIdLast reference comment id (numeric)5.1
screenIdLast reference comment id (numeric)5.1
<user_defined>
  1. Issue key created in one of the create actions using the reference parameter
  2. Field value in getFieldValue action using the reference parameter
  • variable name is the value of the reference parameter
  • 70858279

5.4 for getFieldValue support requires JIRA 6.4 and above

JCLI-954 - Getting issue details... STATUS

Referenced usually refers to usage from one of the runFrom actions.

  • No labels