Hi Guys,
Need your help in fixing my automation rule.
I have created a rule which is a manually triggered rule.
This rules creates an issue in JSM project.
Rule is working fine creating issue in JSM but not able to set request type.
I have used Branch action and used JQL query issuekey = "{{createdIssue}}" to get issue key of created issue in previous action but it's showing an error "No related issues could be found.". I have used Advanced Smart value as well but it's editing current not the createdIssue. Kindly suggest, how can I update Request Type of the JSM issue created via Automation running in Jira Software project.
Thanks
What is the scope of your rule: project, multiple-project, or global?
Project-scope rules may create (or clone) issues into other projects, but cannot access them in any other way. That is, it cannot "see" them in branches or update them.
To access issues in another project the rule must be multiple-project or global in scope. And, your Jira Site Admin will need to help make that change in the global rule handling area.
Kind regards,
Bill
Hey @Bill Sheboy I am Jira Admin, I have update the Automation scope to multiple projects Jira Software project and JSM project in which flow is creating an issue.
Using Advance branching able to get issuekey of the created issue but it's not updating the created Issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah...which issue are you trying to update: the newly created one, the trigger issue, or something else?
If trying to update the most recently created issue, branch directly to Most Recently Created Issue rather than using a smart value branch.
When you branch on a smart value, it just has data (not an issue) inside of a branch. And so any {{issue}} referenced would be the trigger one.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Bill Sheboy Thanks , after updating the Automation scope, I am able to use Most Recently Created issue Branch, and it's working.
Previously i was using this but Automation is only mapped with Jira Software project not with JSM. Now i mapped with JSM and used "Most Recently Created" branch it works.
Great, Thanks @Bill Sheboy
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.