Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Automatically move an issue to another project when marked as completed.

Pooja Singh June 25, 2018

Hello,

I need to change the workflow of my issue  automatically. Whenever the user transits the last step of a workflow, the other workflow's first step should become the next step for the issue in the same project. (without cloning)

Manually it is possible by "move issue" feature on an issue. But I need automation here.

Are there any plugin available? Or any other configurations?

 

Thanks in advance,

Pooja

 

1 answer

1 accepted

0 votes
Answer accepted
Mark Markov
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 25, 2018

Hello @Pooja Singh

You can do it with Scriptrunner. But it will be not that easy.

There is no outofthebox functions to do this even with scriptrunner.

You will need to write custom script using wokflowManagers's function migrateIssueToWorkFlow 

https://docs.atlassian.com/software/jira/docs/api/7.1.5/com/atlassian/jira/workflow/WorkflowManager.html#migrateIssueToWorkflow-com.atlassian.jira.issue.MutableIssue-com.atlassian.jira.workflow.JiraWorkflow-com.atlassian.jira.issue.status.Status-

Suggest an answer

Log in or Sign up to answer