GitScrum / Docs
Todas as Boas Práticas

Labels de Tarefas para Organização | GitScrum

Use labels de tarefas do GitScrum eficazmente. Crie estratégia de labels para categorias, prioridades e organização de equipe em projetos dev.

4 min de leitura

How to use task labels for better organization?

Use GitScrum labels to categorize tasks by type (bug, feature), priority (p1-p4), component (frontend, backend), and status (blocked, needs-review). Create consistent naming conventions, limit to essential labels, and use colors for visual distinction. Teams with good labeling find tasks 60% faster [Source: Information Architecture Research 2024].

Labeling strategy steps:

  • Define categories - What to track
  • Create labels - Consistent naming
  • Assign colors - Visual distinction
  • Document meanings - Team reference
  • Apply to tasks - Consistent usage
  • Use for filtering - Board views
  • Review periodically - Remove unused
  • Essential label categories

    CategoryPurpose
    TypeWhat kind of work
    PriorityHow urgent
    ComponentWhat area
    StatusSpecial states
    EpicFeature grouping

    Type labels

    LabelUse For
    type-bugDefects
    type-featureNew functionality
    type-refactorCode improvement
    type-docsDocumentation
    type-taskGeneral work
    type-choreMaintenance

    Priority labels

    LabelMeaning
    priority-p1Critical, immediate
    priority-p2High, next
    priority-p3Medium, normal
    priority-p4Low, eventually

    Component labels

    LabelArea
    component-frontendUI/UX work
    component-backendAPI/server
    component-databaseData layer
    component-devopsInfrastructure
    component-mobileMobile apps

    Status labels

    LabelMeaning
    status-blockedWaiting on something
    status-needs-reviewReady for review
    status-needs-infoMissing information
    status-on-holdPaused deliberately

    Color strategy

    CategoryColor
    TypeBlue shades
    PriorityRed (high) to Green (low)
    ComponentOrange/yellow
    StatusPurple/pink
    EpicCustom per epic

    Label naming conventions

    GoodBad
    type-bugBug
    priority-p1urgent
    component-frontendFE
    status-blockedBLOCKED!

    GitScrum auto-assign labels

    ColumnAuto Label
    Code Reviewneeds-review
    Testingneeds-test
    Blockedblocked

    Filtering by labels

    FilterPurpose
    priority-p1 + priority-p2High priority view
    type-bugBug backlog
    component-frontendFrontend team work
    status-blockedItems needing help

    Common labeling mistakes

    MistakeBetter Approach
    Too many labelsEssential categories only
    Inconsistent namingDocument conventions
    No colorsUse for visual scanning
    Unused labelsRegular cleanup
    Missing labelsApply to all tasks

    Label documentation

    DocumentContent
    Label guideAll labels, meanings
    When to useDecision guide
    Who appliesResponsibility
    Review scheduleCleanup frequency

    Measuring label effectiveness

    CheckIndicator
    Consistent usageAll tasks labeled
    Filtering worksViews are useful
    Team understandsNo confusion
    Clean setNo unused labels

    Related articles