<task:priority>

A task may have multiple priorities.

Must be nested inside a <task:task> tag.

Tag Information

Tag Class: com.pragmatickm.task.taglib.PriorityTag
TagExtraInfo Class: None
Body Content: empty
Display Name: None

Attributes

Name Required Evaluation Type Description
priority Yes Deferred-Value String

The priority of the task.

Supported values are:

  1. "future" - Task may possibly be done in the future, but should not be worked on yet.
  2. "low" - Not much urgency, do in free time
  3. "medium" - Default/normal priority
  4. "high" - Generally means one step away from a serious problem
  5. "critical" - There is a serious problem that interferes with current operations
after No Deferred-Value String

The number of days late before the task is assigned this priority.

One and only one priority may be assigned the "0 days" task. Accepts format of:

  1. # day(s)
  2. # week(s)
  3. # month(s)
  4. # years(s)

Defaults to "0 days".

Variables

No Variables Defined.