Versions Compared

Key

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

Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center? Click here !

Info
titleAvailability

This routine is available starting with SIL Engine™ 1.0.

Syntax

arraySetElement(array, index1, elem)

...

Note
  1. If array is not defined as an array, the routine returns error.
  2. If index is not number the routine returns error.
Info
titlekatl-commons SIL Engine™ 2.5 specific

Starting with version 2.5 we added the indexing operator. It will work on arrays, strings, dates and interval.

You can simply write in your programs watchers[12] = currentUser() to refer to the 13 th element in the watchers array.

...