Hello,
I have the list of my project: /jira/rest/api/2/project/
I have the key of my project and id.
But I need the idboard for the api /rest/agile/1.0/board/{idBoard}/...
How can I find the link between the keyproject and the idBoard.
You'll need to get the list of all the Boards for that Project first. The query would be:
/rest/agile/1.0/board?projectKeyOrId=<KeyOrID>
You would then know all the IDs for all the Boards and can choose which one to use.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.