Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Jira Automation - Team

MW March 23, 2025

Jira Service Management 10.3.4 - DC

How to reference Team field in Jira automation?

In Jira there is a Team field, like this:

 

"customfield_10109":[{"name":"ITL1","self":"http://X.X.X.X:8080/rest/api/2/group?groupname=ITL1"}]

 

Jira Automation

Edit Issue -> Additional Fields

{ "set": { "customfield_10109": {"name": "ITL20" } } }

Audit log show : Issues edited Succeessfully but i don't see any changes

Where can i find Team ID in DC version?

 

 

 

3 answers

3 votes
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 24, 2025

Hi @MW -- Welcome to the Atlassian Community!

Please use this how-to article to identify the custom field ID for the field: 

https://confluence.atlassian.com/automation/find-the-smart-value-for-a-field-993924665.html

This will also confirm if the field is supported by automation rules.

Kind regards,
Bill

3 votes
YY Brother
Community Champion
March 23, 2025

Hi @MW 

Welcome to our Community.

You could implement it in the Edit issue acttion through:

image.png

{
"fields": {
"customfield_10109": "team_id_here"
}
}

Hope it helps,

Thanks,

YY Brother

MW March 24, 2025

Where can i find Team ID in DC version?

YY Brother
Community Champion
March 24, 2025

You could try to click the Team from the top menu and possibly see the team id when you're browsing the specific team.

MW March 24, 2025

I dont have advanced roadmaps (i dont see Team from the top menu)

I want to fill out this field exactly.

1.png

YY Brother
Community Champion
March 24, 2025

Is Grupy a custom field? I have been never  seen it before. So the solution is not what I suggested you above.

Like Susan Waldrip likes this
1 vote
Laurie Sciutti
Community Champion
March 25, 2025

Hello @MW and welcome to the community!  Try this to find your field ID / value to plug into your automation, replacing <instance URL> and <issuekey> with your values:

 

https://<instance URL>/rest/api/2/issue/<issuekey>?expand=names

 

Search that screen for your field, noting the customfield # ("customfield_10001" in my screenshot below).  Then search again, for that specific field ("customfield_10001") and you should see the ID portion that you need for your automation rule.  HTH

 

Capture.PNG  Capture.PNG

 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
TAGS
AUG Leaders

Atlassian Community Events