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 !

This routine is available starting with SIL Engine 4.8.0.6.

...

admSetPriorityScheme(pkey, schemeName)

Description

Excerpt

Updates the project priority scheme.

Both the scheme and the project must exist.

...

Code Block
return admSetPriorityScheme("TEST", "Default priority scheme");

...