PMSTasksCreate a Task

import { Callout, Steps } from ‘nextra/components’

Create a Task

Goal: Create a maintenance task in the PMS — either a one-off job or a recurring scheduled activity — so it appears in the task list and can be assigned, tracked, and completed by the crew.

Before you start

  • You must have permission to create tasks. If you don’t see the Create button, ask your fleet administrator.
  • Identify which equipment the task applies to. The equipment must already exist in the system. See Add Equipment.
  • For measure-triggered tasks (e.g. “every 250 running hours”), the equipment measure must already be configured. See Set Up Equipment Measures.

Steps

Open the Tasks list

  1. From the main navigation, open PMS.

  2. In the sub-navigation, select Tasks.

    The list shows tasks in two tabs: Open Tasks (active and pending) and Closed Tasks (completed history).

    [PLACEHOLDER: screenshot — Tasks list, Open Tasks tab, showing columns: Code, Name, Due Date, Equipment, Status]

Create a new task

  1. Click Create.

    The task creation form opens in two steps: Key Info and Planning.

Step 1 — Key Info

  1. Select the Category (required). Categories group tasks by type and are configured by your administrator.
  2. Enter the Task Name (required).
  3. Optionally enter a Code — an internal reference identifier.
  4. Select a Task Type if relevant to your classification system.
  5. In the Equipment field, select one or more pieces of equipment this task applies to. You can link multiple items.
  6. Add a Description if useful for the crew performing the task.
  7. Set the Priority level.

[PLACEHOLDER: screenshot — Key Info step with Name, Category, and Equipment filled in]

  1. Click Next.

Step 2 — Planning

  1. Set the Due Date — when the task must be completed by (defaults to today).

  2. Choose whether the task is Recurring:

    • If recurring: select the Interval — how often the task repeats (Daily, Weekly, Monthly, Quarterly, Half-yearly, Yearly) — and the Interval value (e.g. “every 3 months”).

      [PLACEHOLDER: screenshot — Planning step with recurring interval fields selected]

  3. Choose the Trigger Type:

    OptionWhen to use
    Time-basedThe task recurs on a fixed calendar schedule
    Measure-basedThe task triggers when an equipment reading reaches a threshold (e.g. every 250 running hours)

    If you select Measure-based, choose the equipment and measure type to monitor, and set the trigger value.

  4. Select the Responsible Rank — the crew rank accountable for the task.

  5. Select the Assignee Rank — the crew rank that will physically perform the task (can be the same as responsible).

  6. Optionally fill in:

    FieldDescription
    Estimated PriceBudget estimate for materials or labour
    CurrencyCurrency for the price estimate
    SupplierSupplier if external procurement is needed
    DepartmentDepartment responsible
  7. Attach any relevant documents — procedures, risk assessments, technical references — using the file uploader. These documents will be visible to the crew member performing the task.

  8. Link spare parts or stock items if needed — this allows the crew to see what materials are required before starting the job.

Save

  1. Click Save.

Result

The task is saved and appears in the Open Tasks tab with status Open. The crew assigned to the responsible or assignee rank will see it in their task list. The task will automatically reschedule itself after completion if it is set as recurring.

If you need to record a quick, unplanned job without going through the full creation form, use **Quick Task** instead. See [Log a Quick Task](/pms/tasks/log-a-quick-task).