Using JIRA version v9.12.2#9120002
I am a normal user.
Not an admin of the server. So any thing admin related, is not doable.
I do have rights to create automation rules for a project I am in.
I am struggling to figure out how to create an automation rule.
The rule needs to be something like this...
After A log is cloned, the newly created cloned log needs to be assigned to me ( as in person who just cloned it ) , and set the "Fixed Versions" field to blank on the newly created cloned log.
Seems simple but can't quite figure it out I am missing.
Hi @jdredd34
Welcome to the Community!
Here are the steps I'd do.
- Create a rule with a trigger: Issue Created
- Add a JQL condition
issueLinkType = "Clones" (
or "is cloned by" or similar to them)- Add an Action: Assign the Issue
Add an Action: Edit Issue
Field: Fix Versions
Value: Leave it empty to Clear the field.
I hope it helps!
Hi @jdredd34 ,
welcome to the Atlassian community!
Please, what do you mean by "log"? Is it issue with some specific type? Thank you.
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.