Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×I am writing an app that list all jira teams. I have found the graphql api for getting teams and have successfully tested it, but there is a problem. I need an organization id for the graphql query to work. So my idea is to get that before trying to get teams. So how can get the organization id of currently authorized user with api?