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 !

Contents

Table of Contents

Simple Issue Language

SIL (Simple Issue Language (SIL™) is an easy to learn scripting language (see SIL SIL™ syntax) that is used by some of our certain apps. 

 

Example

For example with SIL SIL™ and Power Scripts for Jira app you can create a post-function that automatically creates a sub-task.

...

For the language syntax, check out the syntax page.

Jira standard variables

SIL SIL™ has a list of standard variables which variables that you can use to change issues fields.

...

Learn more about standard variables here.

Routines

SIL SIL™ comes with a library of standard routines to use in scripts. There are routines for handling arrays, strings, dates and there are specific app routines.

Learn more about SIL SIL™ routines here.

 

...

What's next

After you get started with SIL™, see details on How it works.