Versions Compared

Key

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

JMCF provides a suite of custom fields for use in your JIRA instance, of which some calculated custom field types use a formula written in the Groovy language to calculate/format the field value, such as:

  • Calculate and display the author of the last comment on the issue
  • Calculate and display the time spent in the current status
  • Calculate and display the user has last modified a field value

...

Code Block
log.warn("Reporter set by the script is: " + newUser.name) //where newUser is a variable holding an ApplicationUser object

JMWE JMCF has some more variables and global functions that are exposed to your Groovy scripts.