How can I add and track requirements using Jira? [closed]
开发者_如何学Python
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this questionI am trying to use Jira for requirement as well as bug tracking. How do I add requirements into Jira?
My organization uses Issues to track top-level features (usually on support development) and then Subtasks to those Issues for individual requirements. An Issue might be "Linking not working as intended" with a subtask of "Write a new stored procedure to handle blanks."
For new development, you might check out the Agile module for JIRA. We have it, but I am not currently on the project that uses it.
An obvious solution is to use "Issue Type" to distinguish Bugs/Requirements.
Or maybe you could try adding a phony version "BACKLOG" where all requirements go first. Then put approved requirements into a planed sprint version (e.g. "R2011-S1"). This is a work-around when you do not have the Agile extension.
精彩评论