Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If the issue's identifier is known, it can be entered in the search field found in the upper righthand corner of the page (highlighted in red below).

If the issue is found, its detailed view will be displayed:

Image Added

Searching by Epics and Labels

More sophisticated searches may be done with JIRA Query Language (JQL) by going to Issues > Search for Issues

 

...

The ONOS Scrum Board

The The Scrum board is  is the primary way to glean the state of the issues. The ONOS Scrum board is found by going to Agile > ONOS Scrum Board. The board has several views:

  • Plan - A list of all issues. This is the default view of the Scrum board.
  • Work - A  A swim lane view  view of the issues in the current sprint, with their assignees and current progress 
  • Report - A  A summary of the project's progress

All three views are accessible from the buttons in the top righthand corner of any Scrum board page. This section focuses on the first two views.

Finding Issues by Epic

The available epic names can be found by going to the Scrum board Plan view (labeled 1 below) and clicking the Epic sidebar to the left (2 in same figure). It should display a list of Epics (categories), as shown in the right figure below.

Section
Column
width705px

Image Added

Column

 Image Added

Selecting an epic from this sidebar will filter the Plan view to display just the issues of that epic.

Advanced Searching

More sophisticated searches may be done by going to Issues > Search for Issues.

Image Added

This brings up the Search page:

Image Added

Here, JIRA Query Language (JQL) may be used to filter for particular issues by any identifying fields. The query is entered at the field with the green check mark. For example:

Code Block
languagetext
"Epic Name" = UI AND status = OPEN

Returns all issues of the UI epic that are still open. More information about using JQL can be found here.

Claiming an Issue

To claim an issue from its detailed view, select 'Assign to me' under the People field in the right column of the view.

Alternatively, an issue may be displayed as a side-panel in the Scrum board by clicking on it. To claim an issue from the side panel, select Assign from its dropdown (left), and select 'Assign to me' in the popup window (right): 

 

Section
Column
width455px

Image Added

Column

 Image Added

One may verify that they are the owner of the issue by checking that their name is next to the Assignee: field of any view of the issue.

The next section describes how to submit issues.