This section introduces how to use JIRA in order to search for, and post, bugs, feature requests, and various project tasks.

JIRA - A Quick Overview

JIRA is the issue tracking system used by the ONOS project to keep track of various tasks and works-in-progress. These topics, called issues, are categorized based on:

Essentially, each sprint is made up of a set of issues, each associated with an epic and zero or more labels. Any issues not included in a sprint are part of the backlog.

An issue itself if identified by a JIRA-generated identifier of the form ONOS-<number>. For example, the issue for creating this page in the wiki was ONOS-371, a major-priority story part of the Documentation epic.

Atlassian provides some great tutorials on using Jira. Unfamiliar readers should therefore visit their website.

Remaining Sections

The first section will discuss viewing, searching for, and taking issues on the ONOS JIRA. The second section will discuss how to create issues. The final section will describe how to submit feature proposals.

 


Previous : Continuous Integration
Next : Finding, Claiming, and Working On Issues