Skip to content

Incorrect URL when using bitbucket server #1274

Closed
@rennancockles

Description

@rennancockles

Bug Report

Description

When generating the changelog for bitbucket server the commit URLs are not correct. In create_repo_url method from RemoteHvcsBase class it forces the path to start with /{self.owner}/{self.repo_name}/, but in my case it should be /projects/{self.owner}/repos/{self.repo_name}/ and there's no way to override that.

Expected behavior

Possibility to change the default path for repo url from the config

Actual behavior

Not possible. Default path always starts with /{self.owner}/{self.repo_name}/

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions