Forums

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

Is there any way to get board/project attributes such as lead or type via REST API?

cloudmaven
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 4, 2018

Hello everyone,

Is there any way to retrieve board and project attributes such as lead and board/project type via Jira Cloud API?

Best regards,

Gabriel

2 answers

1 vote
Tansu Akdeniz
Community Champion
October 4, 2018

Hi @cloudmaven,

There is a JIRA Software Cloud REST Api.

It returns; board name, board type, project name, project key, project type.

GET /rest/agile/1.0/board/{boardId}

Also following one returns more details such as board filter, subquery, columns, ranking etc.

GET /rest/agile/1.0/board/{boardId}/configuration

Please check this link for all methods.

0 votes
Warren
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.
October 4, 2018

Hi Gabriel

To add to what @Tansu Akdeniz has said, 

https://developer.atlassian.com/cloud/jira/platform/rest/v3/#api-api-3-project-projectIdOrKey-get

gives you all the project details, so you should be able to get all the info you're after

Suggest an answer

Log in or Sign up to answer