Bienvenue sur le Wiki.
Labels management
Labels are used to implements Mylyn features
Issue Type
Mylyn/Gitea Tasks Connector supports following issue types:
Issue Type |
Labels |
Epic |
epic |
Story |
story |
Task |
task todo |
Impediment |
impediment |
Enhancement |
enhancement cr change_request |
Question |
question |
Bug |
bug defect fixme |
Priority Management
Mylyn priority level (from P1 to P5) are extracted from Issue labels.
- Label value can optionnaly be prefixed with
priority:
or :priority:
- Comparison is case INsensitive (
HIGH
= High
= high
)
- By default
P3
is used when no prioirity label is found
Convertion table:
Issue Label |
Priority |
P1 , HIGHEST , VERY_HIGH |
P1 |
P2 , HIGH |
P2 |
P3 , MIDDLE , NORMAL |
P3 |
P4 , LOW , |
P4 |
P5 , LOWEST , VERY_LOW |
P5 |