Page tree

Versions Compared

Key

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

Some Conditions, Validators and Post functions use JQL-selected issues to check, validate or updated them.

These elements are:

Conditons
Validators
Post Functions

Excerpt

Related issues can be selected using two inputs:

Issue Relation - where you can choose relation to current (transitioned) issue

JQL - you can put your JQL text to filter some issues from resultset.

Image Added

In example above you want to execute workflow function on subtasks of current issue and additionally take only ones with type of "Sub-task" and priority="High".

Tags

In JQL Field you can put some text tags to be replaced with actual values of current (transitioned) issue:

TagDescription

$$CURRENT_DATETIME$$

 
 $$CURRENT_USER$$ 
$$ISSUEKEY$$ 
 $$ISSUEID$$ 
 $$REPORTER$$ 
  • $$ASSIGNEE$$
 
$$PROJECTKEY$$ 
$$CURRENT_STATUS$$ 
$$ISSUETYPE$$ 
$$CREATED_DATE$$ 
  • $$CURRENT_STATUS_CATEGORY$$
 
$$TRANSITION_NAME$$ 
$$TRANSITION_ID$$ 
$$TRANSITION_COMMENT$$