Post

1 follower Follow
0
Avatar

Creating New Workflow Rule

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!

Matthew McKenzie Answered

Please sign in to leave a comment.

2 comments

0
Avatar

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.

Tom Do 0 votes
Comment actions Permalink
0
Avatar

Thanks, I figured that I could use WorkItem.Name instead of Project.Name, and that worked perfectly. Thanks for the quick reply!

 

-Matt

Matthew McKenzie 0 votes
Comment actions Permalink