diff --git a/docs/images/Jira.png b/docs/images/Jira.png new file mode 100644 index 00000000000..fce053538a5 Binary files /dev/null and b/docs/images/Jira.png differ diff --git a/docs/images/Jira1.png b/docs/images/Jira1.png new file mode 100644 index 00000000000..ed1f5471777 Binary files /dev/null and b/docs/images/Jira1.png differ diff --git a/docs/images/Jira2.png b/docs/images/Jira2.png new file mode 100644 index 00000000000..fc17059dc49 Binary files /dev/null and b/docs/images/Jira2.png differ diff --git a/docs/images/Jira3.png b/docs/images/Jira3.png new file mode 100644 index 00000000000..37127f8e433 Binary files /dev/null and b/docs/images/Jira3.png differ diff --git a/docs/images/Jira4.png b/docs/images/Jira4.png new file mode 100644 index 00000000000..fe27ec891d3 Binary files /dev/null and b/docs/images/Jira4.png differ diff --git a/docs/jira_navigation.md b/docs/jira_navigation.md new file mode 100644 index 00000000000..7183c926852 --- /dev/null +++ b/docs/jira_navigation.md @@ -0,0 +1,49 @@ +# Using Jira to understand current work items + +This document has been created to give further insight into the work in progress +towards the hyperledger/fabric v1 architecture based off the community roadmap. +The requirements for the roadmap are being tracked in [Jira]( https://jira.hyperledger.org/). + +It was determined to organize in sprints to better track and show a prioritized +order of items to be implemented based on feedback received. We’ve done this via +boards. +To see these boards and the priorities click on **Boards** -> **Manage Boards**: + +![Jira boards](images/Jira.png) + +Now on the left side of the screen click on **All boards**: + +![Jira boards](images/Jira1.png) + +On this page you will see all the public (and restricted) boards that have been +created. If you want to see the items with current sprint focus, click on the +boards where the column labeled **Visibility** is **All Users** and the column +**Board type** is labeled **Scrum**. For example the **Board Name** Consensus: + +![Jira boards](images/Jira2.png) + +When you click on Consensus under **Board name** you will be directed to a page +that contains the following columns: + +![Jira boards](images/Jira3.png) + +The meanings to these columns are as follows: + +* Backlog – list of items slated for the current sprint (sprints are defined in + 2 week iterations), but are not currently in progress +* In progress – are items currently being worked by someone in the community. +* In Review – waiting to be reviewed and merged in Gerritt +* Done – merged and complete in the sprint. + +If you want to see all items in the backlog for a given feature set click on the +stacked rows on the left navigation of the screen: + +![Jira boards](images/Jira4.png) + +This shows you items slated for the current sprint at the top, and all items in +the backlog at the bottom. Items are listed in priority order. + +If there is an item you are interested in working on, want more information or +have questions, or if there is an item that you feel needs to be in higher +priority, please add comments directly to the Jira item. All feedback and help +is very much appreciated. diff --git a/mkdocs.yml b/mkdocs.yml index cea624c8caf..48def02edff 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -29,6 +29,7 @@ pages: - Fabric Developer: - v1.0 Preview: abstract_v1.md + - Navigating Jira: jira_navigation.md - Contributing: CONTRIBUTING.md - Maintainers: MAINTAINERS.md - Fabric Developer Setup: dev-setup/devenv.md