Hi,
I have a problem with URL generation from issueId in Azure DevOps.
How is issueId from commit message used to generate issue and commit URL?
Is there a way to configure creation of the URL, for both issues and commits?
If there is no way to configure it, can it be disabled?
Hi, I have a problem with URL generation from
issueId
in Azure DevOps.How is
issueId
from commit message used to generate issue and commit URL? Is there a way to configure creation of the URL, for both issues and commits? If there is no way to configure it, can it be disabled?With commit message:
fix: #123 Commit message
Changelog line is:
REPO_URL is from Origin URL: ssh.dev.azure.com:v3/PROJECT_PATH/REPO_PATH
Issues URL:
Generated:
https://ssh.dev.azure.com/v3/PROJECT_PATH/REPO_PATH/issues/123
Should Be:https://dev.azure.com/PROJECT_PATH/_workitems/edit/123
Commits:
Generated:
https://ssh.dev.azure.com/v3/PROJECT_PATH/REPO_PATH/commit/123
Should Be:https://dev.azure.com/PROJECT_PATH/_git/REPO_PATH/commit/123