Smart values Flashcards
1
Q
Smart value to add 3 business days to now
A
{{now.plusDays(3).toBusinessDay()}}
2
Q
Smart value to add 5 days to current dateTime
A
{{now.plusDays(5)}}
3
Q
How to refer to the description of the issue that has triggered the rule
A
{{triggerIssue.description}}
4
Q
How to refer to the name of the assignee ?
A
{{assignee.displayName}}