I want to create an automation rule that writes a comment in a Story issue
type when the status changed to “Done”. The comment should state who closed the issue and when.
Hi @אביטל ווליק
This rule should work:
---
Hello, this issue was closed!
It was closed at {{resolved.shortDate}}
It was closed by {{initiator.displayName}}
---
A few notes...
---
Let us know if this works for you!
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.