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

Compare with Current View Page History

« Previous Version 6 Next »

On this page

Use case details
Function

<link to function being used>

Type

post function

Use case descriptionMove an issue to another project automatically
Complexity

BEGINNER


Configuration steps


Basic configuration*

Project*

Choose Set project manually (parser expression) .

Expression*

Set the advanced mode and use this expression

"DEV"

Issue type*

Choose Retain the issue type

Status*

Choose Retain the status.

Fields*

Select two fields to add:

  • Choose the field Summary
  • Set the Value* to Set field value manually (parser expression)
  • Expression*, set it to basic
    %{issue.summary} - Moved from %{issue.project}

  • Choose the field New comment
  • Set the Value* to Set field value manually (parser expression)
  • Expression*, set it to basic
    "The issue has been moved from %{issue.project} to the current project. The issue key was %{issue.key}"


After checking if the parameters match this example, you can click on add and this is how the post function should look like.


Make sure this post function is the last one on your list

otherwise, you would get this warning message

Now that you are familiar with this post function and what it does, you can configure the parameters based on your needs.



Related examples



If you still have questions regarding this example or others, feel free to refer to our support team.