Creating issues in Another Project from Workflow

Kristen Viscardi August 8, 2016

Is it possible on a workflow transition to have an issue created in another project? If so can certain fields be carried over to this new issue and can it be placed in a certain status? Please note that the screens in the two projects will be similar so we would like to parse information over and the same fields will be available in both projects.

Also, if you can create an issue, is there a post function to link the two issues together?

2 answers

1 accepted

1 vote
Answer accepted
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 8, 2016

You'll need to do some coding (probably scripting, if you can't find a pre-made add-on) to do that.  There's nothing for creating other issues built into JIRA.

If you do decide to script it, then it's not that hard - I'd start with a post-function that does the basic "create issue in other project" with a simple summary filled in, and then the rest will be pretty straightforward.  You'll have all the current issue data available in the post-function for current issue, so you can create the link and copy whatever fields you want to the new one.

1 vote
Bob Swift OSS (Bob Swift Atlassian Apps)
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.
August 9, 2016

You can use Create Issue from Create on Transition for JIRA. You have access to a variety of Substitution variables to use to set fields in the new issue.

Kristen Viscardi February 17, 2017

Thank you, we already have all these plugins and were able to figure out the problem.

Jeremiah_Wilson September 11, 2019

@Kristen Viscardi Share the love! what was the solution?

Kristen Viscardi September 11, 2019

@Jeremiah_Wilson  Get the plugin mentioned above, they are great!

 

Create on Transition

Suggest an answer

Log in or Sign up to answer