Hi
I am trying to get the board id of the board for an issue. I have the issue key. How can query the jira rest api to get the board id for the issue.
Regards
Tejas
Community moderators have prevented the ability to post new answers.
The problem is that issue is not connected to a board. It is the board, which connects the issue by a JQL filter.
You can user Jira Software Api to iterate over all boards and then get issues for each board and search for the required issue
GET /rest/agile/1.0/board
GET /rest/agile/1.0/board/{boardId}/issue
Thanks Alexey. I was hoping for an easier way to get this than to iterate the boards but I guess its the only option :)
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.