Versions Compared

Key

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

...

...

Warning

Looking for the documentation on the newest versions of Power Scripts for Jira 8 for Server/Data Center? Click here !

Contents

Table of Contents

SIL Scheduler Page

You can access the SIL Scheduler page from Administration > SIL Scheduler.

...

To schedule a CRON job, change the type to "CRON" and enter a valid schedule (Quarts CRON expression).

Note

The Quarts Cron expressions also considers the seconds, unlike the traditional Cron expressions:


SIL Scheduler: Sec Min Hour Day Month Day of Week

Traditional Cron: Min Hour Day Month Day of Week


Info
titleInfo

To edit the actual scripts, use the SIL™ Manager.

After saving the added job, a new entry is added to the table on the Administration page.

Warning
titleNo user provided

Please keep in mind that if no value is provided in the Run this script as textfield, the script will run with no user. Therefore, the script will NOT have the required permissions to interact with Jira tickets, unless the project allows for anonymous access or the script explicitly calls out the user to use within in the script using the runAs routine.

It is highly recommended to provide a user to the scheduled job when interacting with Jira tickets.

Note

We have removed standard services from Power Scripts™ for Jira v4.0 - all your scripts will be migrated to the scheduler, because it provides a more flexible mechanism. 

See also