We just recently upgraded to Jira Service Management Premium. Today we turned on the Teams feature and created a Team.
I would like to create an automation that if Person X or Person Y is assigned to a ticket, then the Team field for their particular issue is updated with the Team they are on.
Is that possible? Is there a permission I need to turn on, because presently, it doesn't seem that I can use the Team field within an automation?
Hi @Liz T
The Team field isn't available as a direct field in Automation, but you can still access it via the Advanced option.
---
Prerequisite
You'll need the Team custom field ID, and the Team ID.
Custom Field ID...
And Team ID...
---
The Rule
The rule then might look like this...
{
"fields": {
"customfield_10001":"5p4894e7-1ef5-6wp1-8erq-7r3hgq43ej9q"
}
}
---
Let us know if this works for you!
Ste
@Ste Wrightit worked! I had a feeling I had to do the advanced update, but didn't know how to find the information I needed for each field so I REALLY appreciate that you pointed me to how to find the custom field id and team id. Thank you so much!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No worries, glad it works! :)
Ste
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.
Hello
Can we still not use Teams directly to automation? Any idea?
Bu the way thanks @Ste Wright for your answer, it helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No native support for the field which really is painful, let's hope it's coming soon. Even Teams showing up as smart values in the JQL searches seems bizarre to me.
We are leveraging the Team field so so much, since we can consolidate other silo'd "projects" into our core game projects. For example, we're killing off "Marketing" Projects, in favour of creating tickets in their respective game projects but then making sure the Team field is Marketing.
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.