Moving Issues to other projects programmatically

Deleted user July 11, 2017

I am developing a plugin for Jira, which imports issues from a json string.

Problem: If I import a issue from the json that already exists but with a different project, I want to update the current project to the new one. Unfortunately I haven't found any working solution yet. 

Question: How can I move a issue to another project programmatically in java? 

My Jira Version: Jira Core and Software: 7.3.7

Thank you for your efforts!

Martin

1 answer

0 votes
Jobin Kuruvilla [Adaptavist]
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.
July 11, 2017

It is not straight forward because the projects might have separate workflow, issuetypes, security schemes etc.

If they are all the same, the solution is pretty simple. You just need to update the issue's project field using IssueService.

Deleted user July 12, 2017

Ok, I realized that there are differences in the settings of the project. So a workaround for me is to delete the old issue and create a new one in the right project. 

Thank you very much! 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events