JIRA Concepts — Issues
| 
PDF |
JIRA tracks issues, which can be bugs, feature requests, or any other tasks you want to track.
Each issue has a variety of associated information including:
- the issue type
- a summary
- a description of the issue
- the project which the issue belongs to
-
components within a project which are associated with this issue
-
versions of the project which are affected by this issue
-
versions of the project which will resolve the issue
- the environment in which it occurs
- a priority for being fixed
- an assigned developer to work on the task
- a reporter - the user who entered the issue into the system
- the current status of the issue
- a full history log of all field changes that have occurred
- a comment trail added by users
- if the issue is resolved - the resolution
Each issue has a status, which indicates the stage of the issue. Issues generally start as being open, and then
will progress to resolved and then closed. Depending on circumstances, it may also progress to the other
statuses.
-
Open
- This issue is in the initial 'Open' state.
-
In Progress
-
This issue is being actively worked on at the moment by the assignee.
-
Resolved
- A resolution has been taken, and it is awaiting verification by
reporter. From here issues are either reopened and become
reopened, are marked verified, or are closed for good
and marked closed.
-
Reopened
- This issue was once resolved, but the resolution was deemed
incorrect. For example, a Cannot Reproduce issue is
reopened when more information shows up and the issue is now
reproducible. From here issues are either marked In Progress,
Resolved or Closed.
-
Closed
- The issue is considered dead, the resolution is correct. Any zombie
issues who choose to walk the earth again must do so by becoming
reopened.
An issue can be resolved in many ways, only one of them being "fixed". The default resolutions are listed below. You can also
add your own in the administration section.
- Fixed
- A fix for this issue is checked into the tree and tested.
- Won't Fix
- The problem described is an issue which will never be fixed.
- Duplicate
- The problem is a duplicate of an existing issue. Marking an issue
duplicate requires the issue# of the duplicating issue and will at
least put that issue number in the description field.
- Incomplete
- There is not enough information to work on this issue.
- Cannot Reproduce
-
All attempts at reproducing this issue were futile, or not enough information was available to reproduce
the issue. Reading the code produces no clues as to why this behaviour would occur. If more information
appears later, please reopen the issue.