Use case:
As a JIRA Admin, I want employees to be able to submit their "Name Change" through JIRA Service Desk. The creation of this request needs to spawn multiple issues (clones) in different projects, each of which automatically get assigned to specific people, and then email other non-JIRA users.
How is this best achieved?
I figured this out a while ago, so I thought I should post the answer in case anyone else needs this.
I went with Bob Swift's Create On Transition plugin, which is fantastic. Here are the parameters:
In the workflow, the On Create step, I created a post function that creates an issue.
Thank you, Jobin.
It appears that ScriptRunner will clone an issue and link to parent, but I'm not sure if it will clone it multiple times and insert into multiple different projects. I believe it will also allow me to make the assignment.
Supposedly, Bob Swift's Create on Transition will also do this, and will create multiple clones in various projects; but I'm not a developer and I haven't been able to figure it out, yet (need more examples to work from).
Anyone have good examples that you wouldn't mind sharing?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes. When I mentioned development, it includes scripting too ;) Unfortunately, I do not have an example to share. Hopefully someone else will.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The spawning of multiple issues in to different projects will surely need some custom development. Assignment might need it too but you can try to leverage automatic assignment.
Emailing non-JIRA users is another issue but plugins like jemh can probably help with that!
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.