Hello,
With Automation we want linked and create new issue to each other project in Jira service Management.
We want to create New JSM ticket and set Request type.
Also, I know automation has the rule “Create issue with a request type” , this specific rule I can’t use because here are not “Reporter” and “Assigner” fields.
For that I think use the rule “Create issue” and I want to write little logic in More options >>> Additional fields
I tried several options, unfortunately they don’t work.
Project from= Trade Operations
Project to = TSTPRO
Request type= “კონტრ-გარანტია”, (in Georgian) id="1433 "
2.{"fields": {"customfield_10010":{{issue.customfield_10010}} }}
3.{ "fields": { "customfield_10010":”TSTPRO/ id="1433 " }}
Please, text me how can I set Request type for linked issues.
I have a question: the project where I want to create and linked an issue, we have to same Request type name?
Best regards
Nino
Can I confirm why you can't use the "Create Issue with Request Type" option?
Via Global Automation, that Action would allow you to do what you want - what is it about the Assignee/Reporter which makes this not possible?
---
You have 2 options as far as I can see:
This is how each might look at a basic level:
OR....
---
On your separate question down the bottom, Request Types are Project-specific - so if you want to use the "same" type in the target Project, it'd need to be replicated in there.
There's a feature request you could vote for though - check out: JSDCLOUD-1317
---
Let us know if this works!
Ste
hello
First of all, thanks everyone for a recommendation
I Tried, your option @Ste Wright , and this works best,
the Automation edited reporter and assigner fields according with parent issue in target project.
"Create Issue with Request Type"
I have a question: if we have create/link several Request Types, can we make only one automation and those roles separated each other of a branch/rule, and how? or we have to make independent rules for specific request type?
Best regards
Nino
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.
For the multiple creations - is it...
...?
---
Option 1
This should work...
---
Option 2
Stacking the Actions should work in this instance.
You could use the Action "Re-fetch Issue Data" to try and keep the requests in sequential order, if this is of benefit.
For example, the rule might look like this...
---
Let us know which one you needed, and if it works for you!
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I agreed with @Ste Wright suggestion, we utilize the option - after the "Issue Created" trigger, then utilized the action setup to create issue in the target project below -
The key configure that you also needed is to also create the proper condition(s), the the action of create issue with request type action only be executed properly and not executed for all the issues created in your original project.
Hope this also helps.
Best, Joseph Chung Yin
Jira/JSM Functional Lead, Global Technology Applications Team
Viasat Inc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Nino Barnovi ,
If you create the automation rule within the JSM environment, you can see the custom actions for the JSM. Using the Create issue with a request type action, you can create a new JSM issue by setting the request type, and you don't need to use smart value.
Best,
Ezgi
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.