Aller au contenu principal

Task Priorities & Sizes

Configure task priority levels and size estimations.

Priority Levels

PriorityColorDescription
URGENT🔴 RedImmediate attention needed
HIGH🟠 OrangeImportant, do soon
MEDIUM🟡 YellowNormal priority
LOW🟢 GreenCan wait
NONE⚪ GrayNot prioritized

Size Estimation

Task sizes help estimate effort:

SizeStory PointsDescription
X-Small1Trivial change
Small2Few hours work
Medium3Half day to full day
Large5Multiple days
X-Large8Week or more
XXL13Large epic

Using Priorities in the UI

  1. Open any task
  2. Click the Priority dropdown
  3. Select priority level
  4. Priority is shown as a colored indicator in list/board views

Filtering by Priority

Filter tasks in list and board views:

  • Click FiltersPriority
  • Select one or more priority levels
  • View updates in real-time

API

PUT /api/task/:id
{
"priority": "HIGH",
"size": "MEDIUM"
}