New to Atlassian and I'm trying to create a basic automation but running into a wall. What I want to do is make sure that any team members with expertise in a particular platform are always pinged whenever an issue comes in relevant to that expertise.
What I want to do:
-When issue is created
-check custom field
-if field has value "X"
-assign members of group "X" as watchers to the ticket.
My understanding is there is no way to do this out of the box. So, I have to get the members of the group with a web request. Simple enough. But now that I have those members as a variable, how to I iterate over that variable (Like an array) and assign each member as a watcher? Is this even the best way of going about what I'm trying to do?
There is a way to do something like this out of the box:
Then, when an issue is created in component 'x', it will be assigned to the component lead for 'x'.
If that's not exactly what you're looking for, you may want to consider doing 1 and 2, and then developing some Jira Automation rules to add watchers to tickets that meet certain criteria.
Here are a couple of automation examples that might give you some ideas:
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.