Versions Compared

Key

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

...

Now type in the SIL script a return value, for example: return priority;

Thread Local Caching

Note

If you are not fully aware of what this implies, it is recommended that you leave the option off.

Because multiple calls to get the value of a SIL Script Custom Field for a certain issue are inevitable, we implemented an option to generate the value only once per HTTP request. This can improve performance, but might have some side effects.

For example, if the value is generated before some other values it depends on are modified, the result will not reflect latest updates.

How to use it

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

...