Versions Compared

Key

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

Description

The Update Issues post function can update one or more issues or sub-tasks. Issues can be explicitly listed or derived from custom fields or JQL query. A common example would be to use a JQL query and the Substitution Variables %jql_result_list%. Regex pattern matching conditions determine whether the issues will be changed or not. The JQL is either run once (default) or once for each issue being updated (when the query contains the %entry% substitution variable).

...

Info
titleRestrictions when used with the create issue transistion

Only custom fields can be updated on the create issue transition; standard fields cannot be updated on the create issue transition. This is a permanent restriction - see CW-34.

Add Update Issues

Select Post Function

  1. Click the Add Post Function button in the Post Functions section of the workflow transition you want to add post function to.
  2. Find and select the Update Issues in the list.
  3. Click the Add button to add details to the post function.

Add Details to Update Issues

  1. Enter "HOT:%original_summary%" in the Summary field.
  2. Select the Detailed Fields tab.
  3. Perform the following:
    1. Select "Original key" from the available option in the Issues to Update field.
    2. Enter "HOT:%original_labels%" in the Labels field.
    3. Retain "Same" in the Resolution and Reporter fields respectively.
  4. Select the Conditions & Configuration tab under OPTIONAL RULES.
  5. Perform the following:
    1. Enter "%original_priority%" and "Blocker" in the Condition 1 and corresponding Regular expression pattern fields respectively.
    2. Enter "%original_components%" and ".+" in the Condition 2 and corresponding Regular expression pattern fields respectively.
  6. Click the Add button to save the values.

View Post Functions

When viewing all post functions, helpful information is displayed.

...