Hello! I am hoping someone can assist me with what I am trying to do. I would like to create an automation rule that will automatically assign a label to the linked issue in an issue created. So for example -
Anytime when Issue Type A is created --> automatically assign Label X to the Linked Issue in Issue Type A.
Please let me know if you need more information!
Thanks,
Coulby
Have you attempted constructing the rule as yet? It should look something like this….
trigger - issue created
condition - issuetype = A
condition - issue has linked issue
branch condition
action - for linked issue edit issue add label
give it a try and if you get stuck let me know and I can construct a test rule for you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.