Page tree

Versions Compared

Key

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

...

JQL - based feature works as described below:

 

Excerpt

Working with related issues

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 results. If you leave JQL Field empty, all issues in given relation are taken into account.

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 date and time
 $$CURRENT_USER$$Name (login) of current user
$$ISSUEKEY$$Key of current issue
 $$ISSUEID$$ID of current issue
 $$REPORTER$$Current issue reporter's name

$$ASSIGNEE$$

Current issue current assignee's name
$$PROJECTKEY$$Project key
$$CURRENT_STATUS$$Current issue status
$$ISSUETYPE$$Issue type
$$CREATED_DATE$$Date when issue was created

$$CURRENT_STATUS_CATEGORY$$

Status category of current issue (To Do, In Progress or Done)
$$TRANSITION_NAME$$Name of actual transition
$$TRANSITION_ID$$ID of actual transition
$$TRANSITION_COMMENT$$Content of transition comment

JQL field has validation feature built-in. If you query is incorrect you can see red sign next to JQL field and error description below: