Hi Matthew,
It would be something like this to get hyperlink of the work item:
{GetHyperLink($WorkItem)}
This would be for getting name:
{WorkItem.Name}
Please see my attached screenshot.
I'm trying to create what is probably a very straightforward rule: Send an email to selected users when a new project is created, with the project name and a link to the project in the email body.
No problem setting up the email, but I don't know how to get the project name and link in the email body. Seems like this might be simple enough to ask here, rather than holding it for a Q&A webinar. Thanks!
Please sign in to leave a comment.
Hi Matthew,
It would be something like this to get hyperlink of the work item:
{GetHyperLink($WorkItem)}
This would be for getting name:
{WorkItem.Name}
Please see my attached screenshot.
Thanks, I figured that I could use WorkItem.Name instead of Project.Name, and that worked perfectly. Thanks for the quick reply!
-Matt