Hello All,
I am trying to create an automation that will automatically assign a ticket to a specific queue if certain criteria match. The way we have it set up is that when a specific team needs to work on something we are using the Teams field to assign it to the queue. What I can't figure out is the advanced fields option (Team doesn't appear on the "Choose a field" option) Please see the screenshots for more details.
We are using the Teams section that is available in JIRA to create our different Teams.
Then I am able to adjust the filter of each queue to display any incident and request that is assigned to each team.
So the outcome of the automation will automatically assign tickets that are from MS Requests to the MS team.
Hope that makes sense.
Hi Nikolaos,
There are some suggestions in this community thread for how to get teams working with automation. With any luck this approach still works.
Another way you could solve this is to use JQL to define each queue based on the desired criteria and skip the team field entirely. For example the MS team queue could include component = "MS Request", etc.
Happy to help if you have more questions :)
Than you very much Judd,
It is working this way! I copied the team Id by going in to the team area and it worked.
Thank you very much for that.
{
"fields": {
"Team":"37**************************************d6a4"
}
}
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.
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.