Fixes Azure DevOps Work Item autolinks pointing to wrong project#4837
Fixes Azure DevOps Work Item autolinks pointing to wrong project#4837
Conversation
🤖 Augment PR SummarySummary: Adjusts Azure DevOps work item autolinks to use the organization URL (rather than the repo’s project URL) so work items in other projects resolve correctly. 🤖 Was this summary useful? React with 👍 or 👎 |
02c2589 to
eadca89
Compare
|
It's an improved version of user's PR #4447. The only difference is this commit, where I always form the URL based on the repository's Could you please look at my commit and approve or decline this approach. Also I've tested the result for Azure DevOps Cloud (both for |
01112b9 to
5dd159b
Compare
Description
Fixes #4776. It's based on user's PR #4777 with a little improvements.
The difference with the original PR: it stops relying on
isVstsmethod to form the resulting link. Instead, it transforms the repository's baseUrl properly by removing the project name from it.Checklist
Fixes $XXX -orCloses #XXX -prefix to auto-close the issue that your PR addresses