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
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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.