-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Fixes Azure DevOps Work Item autolinks pointing to wrong project #4837
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 👎 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
d13
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this looks good.
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