Skip to content

Commit 6a75409

Browse files
committed
Jira navigation instructions
Created a navigation document to help community navigate prioritized items and added corresponding images. reduced line characters to 80 [ci skip] Change-Id: Id4231ee864c4d63579b74d5d18a87069094f7286 Signed-off-by: markparz <[email protected]>
1 parent 038ea83 commit 6a75409

File tree

7 files changed

+50
-0
lines changed

7 files changed

+50
-0
lines changed

docs/images/Jira.png

39 KB
Loading

docs/images/Jira1.png

12.4 KB
Loading

docs/images/Jira2.png

22.1 KB
Loading

docs/images/Jira3.png

23.5 KB
Loading

docs/images/Jira4.png

38.8 KB
Loading

docs/jira_navigation.md

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# Using Jira to understand current work items
2+
3+
This document has been created to give further insight into the work in progress
4+
towards the hyperledger/fabric v1 architecture based off the community roadmap.
5+
The requirements for the roadmap are being tracked in [Jira]( https://jira.hyperledger.org/).
6+
7+
It was determined to organize in sprints to better track and show a prioritized
8+
order of items to be implemented based on feedback received. We’ve done this via
9+
boards.
10+
To see these boards and the priorities click on **Boards** -> **Manage Boards**:
11+
12+
![Jira boards](images/Jira.png)
13+
14+
Now on the left side of the screen click on **All boards**:
15+
16+
![Jira boards](images/Jira1.png)
17+
18+
On this page you will see all the public (and restricted) boards that have been
19+
created. If you want to see the items with current sprint focus, click on the
20+
boards where the column labeled **Visibility** is **All Users** and the column
21+
**Board type** is labeled **Scrum**. For example the **Board Name** Consensus:
22+
23+
![Jira boards](images/Jira2.png)
24+
25+
When you click on Consensus under **Board name** you will be directed to a page
26+
that contains the following columns:
27+
28+
![Jira boards](images/Jira3.png)
29+
30+
The meanings to these columns are as follows:
31+
32+
* Backlog – list of items slated for the current sprint (sprints are defined in
33+
2 week iterations), but are not currently in progress
34+
* In progress – are items currently being worked by someone in the community.
35+
* In Review – waiting to be reviewed and merged in Gerritt
36+
* Done – merged and complete in the sprint.
37+
38+
If you want to see all items in the backlog for a given feature set click on the
39+
stacked rows on the left navigation of the screen:
40+
41+
![Jira boards](images/Jira4.png)
42+
43+
This shows you items slated for the current sprint at the top, and all items in
44+
the backlog at the bottom. Items are listed in priority order.
45+
46+
If there is an item you are interested in working on, want more information or
47+
have questions, or if there is an item that you feel needs to be in higher
48+
priority, please add comments directly to the Jira item. All feedback and help
49+
is very much appreciated.

mkdocs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ pages:
2929

3030
- Fabric Developer:
3131
- v1.0 Preview: abstract_v1.md
32+
- Navigating Jira: jira_navigation.md
3233
- Contributing: CONTRIBUTING.md
3334
- Maintainers: MAINTAINERS.md
3435
- Fabric Developer Setup: dev-setup/devenv.md

0 commit comments

Comments
 (0)