Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from this space and version 2.5.2


Section


Column
width600px


Panel
borderColor#333f48
bgColor#FFFFFF
titleColor#eeeeee
borderWidth1
titleBGColor#333f48
borderStylesolid
titleOn this page

Table of Contents
maxLevel1



Column




Purpose

Status
colourYellow
titlesince 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

ACCOUNTING and converting it into

a Task

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 TaskTask.

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 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, the post function will 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.