Hi all, I know there are many threads on customizing alert emails, but I haven't found one with this specific topic. I'm looking to add conditional logic to the WorkItemChangedEvent XSL. Ex. if a new work item is created, I want the alert email to specifically say that a new work item has been created, and include basic fields such as title, description, creator, etc. Something like...
If State = New
Subject line: New Task #101 - [Work Item Title]
Body: Create Date, Creator, Category (custom field), Description
I'm new to XSLT and can't quite wrap my head around how to accomplish this. Is it possible? If so, perhaps someone could post a code snippet with an example of how such conditional logic might work in conjunction with the alert email functionality?