🚀 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 4 Next »

On this page


Purpose

SINCE VERSION 2.5.0

The Move issues post function allows you to move an issue to a different project, issue type or status inside a workflow transition. This post function must be the last post function inside a transition.

The following options are available:

  1. Project (Select the target project.)
  2. Issue type (Select the target issue type.)
  3. Status (Select the target status.)
  4. Set fields (Select additional fields to be set.)
  5. Conditional execution (Optional boolean expression that should be satisfied in order to actually execute the post function.)
  6. Run as (Select the user that will be used to execute the post function.)


(info) In case the configuration is not correct, e.g. the issue type is not available in the target project or the target status is not available for the new issue type, nothing will happen.


Example: Moving current issue to project ACCOUNTING 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 ACCOUNTING, 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, field  Conditional execution  should remain empty.

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

Once configured, Move issues will look like this:

(info) Note that the post function has to be moved to the last position, 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.