Fetch the comment added during a transition
Abstract
This code snippet fetches the comment added during a transition
Logic
Access the text of the comment using transientVars
variable.
Snippet
transientVars.comment
Placeholders
NA
Examples
The output of this snippet is a String which you can use in A Groovy expression, for example to display the comment in a Calculated Text custom field.
References
Related articles