introducing jira ticketing guideline
[docs.git] / docs / contributor-guides / jira-ticketing-guide.rst
1 ########################
2 Jira Ticketing Guideline
3 ########################
4
5
6 Mandatory Fields
7 ================
8
9 Here is the list of mandatory fields for each jira ticket:
10
11 **Project:**
12
13 description: the name of related project
14
15 values: aaa, bgpcep, controller, etc.
16
17 **Priority:**
18
19 description: the importance of ticket
20
21 values: Highest (reserved for release blocker bugs), High, Medium, Low, Lowest
22
23 **Type:**
24
25 description: issue type
26
27 values: Bug/New Feature/Task/Improvement/Deprecate
28
29 **affectedVersion:**
30
31 description: the version that the issue was seen (it’s only applicable to bugs)
32
33 values: aluminum/silicon/etc.; “None” to be used for anything other than “Bug”
34
35 **fixVersion:**
36
37 description: the version targeted for the bug fix, new feature, behavior/feature change (improvement), or deprecated feature (the first time that the feature is being disappeared), the release schedule can be found `here <https://docs.opendaylight.org/en/latest/release-process/release-schedule.html>`_
38
39 values: aluminum/silicon/etc.