Closed
Description
The URL used by this function seems to be wrong according to this documentation:
- https://docs.atlassian.com/jira-software/REST/7.0.4/#agile/1.0/board-getIssuesForBacklog
- https://developer.atlassian.com/cloud/jira/software/rest/api-group-board/#api-rest-agile-1-0-board-boardid-backlog-get
This is the message I received trying to call the API using the Jira client:
{"message":"null for uri: https://{org}.atlassian.net/rest/agile/1.0/{boardId}/backlog","status-code":404}
atlassian-python-api/atlassian/jira.py
Line 4224 in fba0f97
Proposing this be changed to:
url = "rest/agile/1.0/board/{board_id}/backlog".format(board_id=board_id)
Metadata
Metadata
Assignees
Labels
No labels