Jira Cloud Rest API support for Teams

Hello All,

We are looking for a REST API support for Teams, in the recent times, Atlassian has removed Shared teams and consolidated it with Teams, we would like to use them in our apps, hence we need access to this Teams via REST API.

If anyone has links or documentation then please do share.

Thanks

You can query teams using the Jira GraphQL API:
https://developer.atlassian.com/platform/atlassian-graphql-api/graphql/#teams_team

See also GraphQL Gateway

2 Likes

@remie Thank you for the response.

We need an API to fetch all teams available on Jira software, any suggestions on that?

thanks

Hey @Mike2 - were you able to get this working in the end? I’m just starting into Jira Admin and I’ve run into a blocker on API to get team memberships. I’ve tried the old V1 Rest API but it’s not returning anything, and the GraphQL is the only recent mention of Teams?

I’ve got a basic call working to get teams, but I can’t figure out getting team memberships? Did you ever get it working?

Welcome to the Atlassian developer community @andyjohnston,

Subsequent to this thread, there was another thread:

The short summary is that @remie’s link is the correct API but that API is missing “scopes” that would allow a Forge App to access it.

The longer answer is there is a whole “doc set” (like a “chapter” in our dev docs) for the Teams concept. While not available to Forge, I do think you can make the request using an API Token, which is probably what you mean by “got a basic call working”. If you are using an API Token, do you mind opening a new topic in Jira Cloud ? I don’t want to confuse all the eager Forge developers as we work out a GraphQL query they can’t run.

1 Like

So fetching available teams (to get options for team-select issue-field) is not possible from within a Forge app, if I understand this correctly?