Link a newly created issue to any other issues with same field value.
Issue Created > Link Issue > IF JQL = "X"
Ive been trying to use JMWE post function but cant do it.
Hi Rob,
Below is an example of an automation rule I use to do the same thing. The field in common is Account Name. Also add any Conditions needed after the Trigger step.
Where is this automation option John? We have Jira Workflow Toolbox and Scriptrunner
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have automation on projects
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Rob B
Where are you executing this action in a post-function of the create step of a workflow?
You could do this with an automation rule.
But in a post-function, use the JWME "Link issues to the current issue" option , configure the link logic and add a conditional execution, like;
issue.get("customfield_12345")?.value == "A"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Rob B
Automation can be found on space and global level.
Go to the space settings to get to automaton for the space. Via The System option, you can go to Global administration.
On space level, all automations created are scoped to the space on global level, scope pof a rule can be defined from multiple project or to all
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry im using Jira - Are you talkin about confluence? thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Rob B
No I'm talking about Jira.
If you can't access automation that means, you are not a space and/or Jira admin.
Oh, if your tags on the request are correct, you don't have automation. Version 7, there is even no support on this version anymore
You will need to update or see how to achieve this with scriptrunner.
Reach out to the support department for scriptrunner if needed, but they might tell you to update your instance as well.
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.