Skip to content

[Jira] Incorrect URL used by get_issues_for_backlog resulting in 404 also missing parameter options. #1103

Closed
@ejohansson

Description

@ejohansson

The URL used by this function seems to be wrong according to this documentation:

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}

url = "rest/agile/1.0/{board_id}/backlog".format(board_id=board_id)

Proposing this be changed to:

        url = "rest/agile/1.0/board/{board_id}/backlog".format(board_id=board_id)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions