From: Navid G Date: Thu, 25 Mar 2021 01:13:26 +0000 (-0700) Subject: introducing jira ticketing guideline X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=f5597d646cd1321651575b1d6b0ad9f0fb64f383;p=docs.git introducing jira ticketing guideline Signed-off-by: Navid G Change-Id: I92c0824f8d2aaec4717434a8fcbb77004d6dadce --- diff --git a/docs/contributor-guides/index.rst b/docs/contributor-guides/index.rst index e28d6913e..6c736bf18 100644 --- a/docs/contributor-guides/index.rst +++ b/docs/contributor-guides/index.rst @@ -9,6 +9,7 @@ Contributor Guides newcomers-guide coding-guidelines/index + jira-ticketing-guide copyright * :doc:`LFN Gerrit Guide ` diff --git a/docs/contributor-guides/jira-ticketing-guide.rst b/docs/contributor-guides/jira-ticketing-guide.rst new file mode 100644 index 000000000..7920cdd53 --- /dev/null +++ b/docs/contributor-guides/jira-ticketing-guide.rst @@ -0,0 +1,39 @@ +######################## +Jira Ticketing Guideline +######################## + + +Mandatory Fields +================ + +Here is the list of mandatory fields for each jira ticket: + +**Project:** + +description: the name of related project + +values: aaa, bgpcep, controller, etc. + +**Priority:** + +description: the importance of ticket + +values: Highest (reserved for release blocker bugs), High, Medium, Low, Lowest + +**Type:** + +description: issue type + +values: Bug/New Feature/Task/Improvement/Deprecate + +**affectedVersion:** + +description: the version that the issue was seen (it’s only applicable to bugs) + +values: aluminum/silicon/etc.; “None” to be used for anything other than “Bug” + +**fixVersion:** + +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 `_ + +values: aluminum/silicon/etc.