I am trying extract the configuration information from Jira through API, one of the example i am looking is to know what custom fileds are assocaited with issues objects, similarity teams object and other etc
Hello @Kiran Pampati
There's no single endpoint to dump whole config. You must use a set of different endpoints.
GET /rest/api/3/field and /field/{fieldId}/contexts will show you global fields and where they're mapped.
The Team field is just a standard custom field (com.atlassian.teams:rm-teams-custom-field-team) that expects a Team ID, which is separate from the actual Teams directory API.
Cheers,
Arek 🤠
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.