From efc872e29eb8b004a10e579384784297b05777b6 Mon Sep 17 00:00:00 2001 From: fterrot Date: Mon, 15 Mar 2021 09:20:01 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Home'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Home.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 1f026d2..88bf74a 100644 --- a/Home.md +++ b/Home.md @@ -1,6 +1,25 @@ Bienvenue sur le Wiki. -## Priority Management +## 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.