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?
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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you, we already have all these plugins and were able to figure out the problem.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.