Forums

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

teams in issue

siren w August 16, 2022

I noticed that I can see team in some issue, but I can't get team name or Information with rest api /rest/issue/{issueKey}, there is no such field in return-json. I wonder how can I get team of each issue(if they have).Use which api.Thanks in advance

2 answers

1 accepted

0 votes
Answer accepted
Florian Bonniec
Community Champion
August 16, 2022

HI @siren w 

Team is a customfield. You do not have the customfield_XXXX value in the JSON returned by the REST call ? Where XXXX is the field ID for Team field.

siren w August 17, 2022

on the right-top of issue board, here you can see team, but I can't get this field from rest api

siren w August 17, 2022

And I see no fields like custom_fieldxxx contains information about team

Florian Bonniec
Community Champion
August 17, 2022

What is your App version ?

 

On my side my Team field has the id 10100, you can find the id by going to Issue>Custom Fields then search and edit or view, the Team field, you have the id in the URL

 

http://localhost:8080/secure/admin/ConfigureCustomField!default.jspa?customFieldId=10100

 

By calling the API to an issue with a Team value I get the Team in the Json response.

 http://localhost:8080/rest/api/latest/issue/QSD-3

,"customfield_10100":{"id":1,"name":"qsd Team"},

 arTeam.PNG

siren w August 17, 2022

I check my custom_filed10100 but  it returns weird value, it seems like that we're different. So you mean this can be set by admin count right? if admin set the customfield_xxx is team field then I can get team message from custom field_xxx. Thanks bro, helps a lot.

Florian Bonniec
Community Champion
August 18, 2022

It's not set by the admin but at the installation of the app, the field has been created with the next available field Id so it's different from 1 instance to another.

If you try to create an advance search in Jira you can get the field Id, searching for Team the auto-completion sould show you Team cf[XXXX], XXXX is the id you are looking for.

 

Regards 

Like siren w likes this
0 votes
siren w August 17, 2022

@Florian Bonniec@Florian Bonniec I see this on the right-top of issue board, here you can see team, but I can't get this field from rest api and I see no customfield_XXX contains information about teamScreen Shot 2022-08-17 at 17.06.32.png 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events