Skip to content

feat: Support getting PR linked JIRA issues #86

Description

@hrak

When Bitbucket is configured with JIRA integration, the issues linked to a PR (either by mentioning in commit msgs, branch name or PR title/description) can be retrieved from the following endpoint:

/rest/jira/1.0/projects/<project slug>/repos/<repo slug>/pull-requests/<PR ID>/issues

The response looks like this:

[{"key":"CC-711","url":"https://jira.example.com/browse/CC-711"}]

It would be great if this library supported this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions