Versions Compared

Key

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

...

  1. Go to an issue and this is how the value of the field is the value returned by the script.


...

Examples

Issue Age

Code Block
interval age = currentDate() - created;
return "This issue is " + age + " old";

...