web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Hyperlink to Azure Dev...
Power Automate
Unanswered

Hyperlink to Azure DevOps Work Item (Bug) is not a clickable link in MS Teams chat (desktop), but is in mobile app

(1) ShareShare
ReportReport
Posted on by 3

Hi all, I've tried so many things, and have been unsuccessful in getting a clickable hyperlink to a Work Item (bug) in a MS teams chat.  My Flow is below.  The resulting chat post in MS Teams has the correct path, but it's not a clickable hyperlink.  In mobile app, it's a clickable hyperlink.  I really want a clickable hyperlink in desktop app.. Not able to hard-code due to dynamic content of the work item id for new incoming bugs/tickets.

 

My flow is:

BonnieDenham6_1-1686604674470.png

 

Resulting (non-clickable) path from MS Teams (desktop app) chat: 

https://dev.azure.com/company-name/team-project-name/_workitems/edit/123456

 

How do I make that booger a clickable hyperlink like it is in the Teams mobile app?!  I even tried using the hyperlink icon with my variable in it..

 

Thanks!

Categories:
I have the same question (0)
  • Expiscornovus Profile Picture
    33,195 Most Valuable Professional on at

    Hi @BonnieDenham6,

     

    Can you try and add a HTML <a> tag to your WorkItemUrl variable? Btw, you can directly add it to the Initialize variable action. You don't need to use a Set variable action for this.

     

    Below is an example

    I also included some logic to dynamically retrieve the Organization name and project name from the trigger action. The trigger function is used to retrieve the account and project input parameters.

     

    <a href="https://dev.azure.com/@{trigger()['inputs']['parameters']['account']}/@{trigger()['inputs']['parameters']['project']}/_workitems/edit/@{triggerOutputs()?['body/id']}">https://dev.azure.com/@{trigger()['inputs']['parameters']['account']}/@{trigger()['inputs']['parameters']['project']}/_workitems/edit/@{triggerOutputs()?['body/id']}</a>

     

    workitemurl.png

  • mone Profile Picture
    9 on at

    Posted in error - reposted below. 

  • mone Profile Picture
    9 on at

    This worked perfectly for me, thank you! I was having the same issue but trying to send a clickable work item link in an email action. The initialize variable syntax did the trick. 

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 501 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 323 Moderator

#3
abm abm Profile Picture

abm abm 237 Most Valuable Professional

Last 30 days Overall leaderboard