ALM-Rangers / DevOps-VSTS-Bot

Making Visual Studio Team Services (VSTS) part of your daily digital conversations
Other
57 stars 20 forks source link

[Slack] Links are not formatted correctly #155

Open garethmtm opened 5 years ago

garethmtm commented 5 years ago

image

When someone comments on a task in VSTS with a link, it gets outputted on Slack incorrectly. What happens is you end up clicking the link, but then the link does not work because it is being copied twice for some reason causing you to go in and manually change the url to get the link to work.

Outputted by Bot link:

Link(Link)

https://themtmagency.visualstudio.com/MTM/_workitems/edit/7577(https://themtmagency.visualstudio.com/MTM/_workitems/edit/7577)

Actual Link:

https://themtmagency.visualstudio.com/MTM/_workitems/edit/7577

Im sure this can be resolved quite easily? It would definitely save a lot of time as we use the bot all the time!

Thanks