🚀 JWT 3.0 is out 🚀 

The app was completely overhauled, and so was the documentation: Jira Workflow Toolbox (Server/Data Center) Home

The page you are viewing is still valid for all app versions prior to 3.0.

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

Compare with Current View Page History

« Previous Version 7 Current »

On this page


Purpose

SINCE VERSION 2.5.0

The Move issues post function allows you to move a standard issue type to a different project or issue type. Both the target issue type and workflow status must be available in the target project. 

The post function must be the last post function of a transition.

The following options are available:

  1. Project (Select the target project)
    1. Retain the project
    2. Select a project from a dropdown list
    3. Enter a custom parser expression
  2. Issue type (Select the target issue type)
    1. Retain the issue type
    2. Select an issue type from a dropdown list
    3. Enter a custom parser expression
  3. Status (Select the target status)
    1. Retain the status
    2. Select a status from a dropdown list
    3. Enter a custom parser expression
  4. Set fields (Select additional fields to be set)
  5. Additional actions 
    1. It is possible to show a meaningful error message and stop the execution of the entire transition should the post function fail. SINCE VERSION 2.6.0
    2. It is possible to execute the post function with a custom delay after current transition has finished. SINCE VERSION 2.7.0
  6. Conditional execution (Optional boolean expression that should be satisfied in order to actually execute the post function)
  7. Run as (Select the user that will be used to execute the post function)


Moving individual sub-tasks is currently not supported. Sub-tasks can only be moved in sync with their their parent issue.

When moving a parent issue make sure that the valid configurations (issue type and workflow statuses) for all sub-taks issues exist in the target project.


(info) In case the configuration is incorrect, e.g. the issue type is not available in the target project or the target status is not available for the new issue type, the post function will be skipped. Optionally you can decide whether you want to display an error and abort the execution of the entire transition.


Example: Moving current issue to project Development and converting it into Task issue type

In this example we show how to configure the Move issues post function for moving the current issue to the project Development, and at the same time converting it from any issue type into a Task.

We are conditioning the execution of the post function to the presence of any of the following components in the issue: "Budget", "Payment" or "Cash". To execute the post function unconditionally, the field Conditional execution should remain empty.

We are also adding the string "(moved from project <original_project_key>)" to the summary of the moved issue, and leaving the following comment: "The issue was moved from project <original_project_key> by <user_who_executes_the_post-function> on <date_time_of_issue_moving>."

Once configured, the Move issues post function will look like this:

(info) Note that the post function has to be moved to the last position of the post function sequence. Otherwise nothing will happen.

(info) After the execution of the post function you might need to refresh your browser in order to view the the issue fully updated to the new project and issue type.