Forums

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

List of Teams and their IDs

Raj June 9, 2023

Hello All,

We are using Jira data center version 8.20.6 and looking for an API to get list of all Advance Roadmap teams and their respective IDs.

If there is no API, how to get the same from SQL database? Appreciate your help.

Thanks,

Raj

1 answer

1 accepted

1 vote
Answer accepted
Aditya Verma
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 9, 2023

Hi @Raj 

REST APIs are currently not available for Advanced Roadmaps. There is a feature request here.

You can get this data from the Database, please use below SQL query.

select * from "AO_82B313_TEAM"

Thanks,
Aditya

Raj June 19, 2023

Thanks @Aditya Verma . Is this table shows all existing ones or even deleted teams as well?

Aditya Verma
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 25, 2023

Hi @Raj ,

I was not able to verify it from DB but my educated guess is that it should only give you a list of current Teams and not deleted ones.

Thanks,
Aditya

Raj July 12, 2023

Thanks @Aditya Verma 

Suggest an answer

Log in or Sign up to answer