Schedule a preset to run automatically every day against any issues matching a JQL filter. Useful for nightly triage, auto-closing stale tickets, or reminding watchers about pending work.

How scheduling works

A scheduled entry combines two things:

  1. A preset — what to do.
  2. A JQL query — which issues to do it on.

Once a day, BulkOps runs the JQL, finds the matching issues, and executes the preset against them. Results are written to the audit log just like manual runs.

Creating a schedule

  1. Open Apps → Manage apps → BulkOps (admin page).
  2. Switch to the Scheduled Ops tab.
  3. In the Create Scheduled Operation form, give the schedule a Name, enter a JQL Filter (e.g. status = closed), and pick the Operation to run.
  4. Click Create Scheduled Operation.

Creating a scheduled operation from the admin page

Creating a scheduled operation from the admin page

Reviewing and removing schedules

The Scheduled Ops tab lists every active schedule with its name, the operation, the JQL filter, and when it was created. Click Delete to stop a schedule. Existing audit-log entries are kept.

List of scheduled operations

List of scheduled operations

Things to know