Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Abstract

This code snippet fetches the comment added during a transition

...

Access the text of the comment using transientVars variableon the issue, if it was created less than 6 seconds before variable.

Snippet 

Code Block
languagejs
linenumberstrue
transientVars.comment

...

A Groovy expression, for example to:

  • Set a text field with the comment that was just created. Eg: Set a custom text field to the comment that was just added in one of the Set field value post-functions

...