https://developer.atlassian.com/platform/teams/components/team-field-in-jira-rest-api/#editmeta
As per the above doc, the autoCompleteUrl that’s provided doesn’t give us the team details/suggestions that’s given for other custom fields when we hit /rest/api/3/issue/createmeta?expand=projects.issuetypes.fields&projectKeys=
we know that a public URL is made available for this, but to keep in continuation with the autoCompleteUrl that provides the team suggestions, can’t we integarate this public API?
curl -X GET
-H “Authorization: Basic ZnJlZDpmcmVk”
-H “Content-Type: application/json”
‘https://sitename.atlassian.net/gateway/api/public/teams/v1/org/{orgId}/teams/{teamId}’
Currently to get this orgId, teamId will be a separate and cumbersome exercise for all users when we already can fetch all the data in the /issueTypes API itself