信息安全从业人员^_^
一个未入门de情报学胖子(邮箱:tenghm1986@163.com)
Toggle navigation
信息安全从业人员^_^
主页
About Me
归档
标签
JIRA介绍
2019-05-30 14:36:57
407
0
0
heming
# 0.参考 [1] [大话项目管理工具之JIRA](https://blog.csdn.net/happylee6688/article/details/38926791) [2] [敏捷开发缺陷管理JIRA培训](https://wenku.baidu.com/view/9c9b17753186bceb18e8bb07.html?sxts=1557740616335) [3] [JIRA--敏捷团队的镜子](https://wenku.baidu.com/view/dcb6a2d1ec3a87c24128c415.html) [4] [敏捷开发--缺陷管理JIRA培训](https://wenku.baidu.com/view/9c9b17753186bceb18e8bb07.html?sxts=1559197668804) # 1.概述 <center> ![scrum敏捷开发](https://leanote.com/api/file/getImage?fileId=5cd904c6ab64411edf000274) </center> <center> ![敏捷开发2](https://leanote.com/api/file/getImage?fileId=5cef78d5ab64416715005fe0) </center> JIRA是一款优秀的问题跟踪及管理工具,协助管理敏捷开发,在经过Sprint计划会议后,产品经理把讨论好的Sprint任务列表添加到JIRA的Story中,而且包含着开发的具体业务,开发用时,技术难度等。组员们可以去JIRA上随意选择自己喜欢的任务去领取,进行一次开发迭代。 # 2.JIRA角色 - 管理人员 根据JIRA系统提供的数据,更加准确地了解项目的开发质量和状态,以及整个团队的工作效率 - 项目管理者 可以针对登记进JIRA系统中问题,进行评估,分配缺陷;还可以通过JIRA系统的统计报告了解项目进展情况以及团队的工作量、工作效率 - 开发人员 JIRA系统中查看分配给自己的问题,及时进行处理,填写处理情况并提交工作量记录 - 测试人员 根据测试情况,在JIRA系统中及时快速的记录问题并对开发人员处理后的问题进行验证和跟踪 # 3.JIRA中的概念 ## 3.1 问题 JIRA跟踪问题Issue,这些问题可以是bug,功能请求或者任何其他您想要跟踪的任务;每个问题会有一些关联信息 - 问题类型(Issue Type) - 摘要(summary) - 问题描述(description) - ...... ### 3.1.1 问题类型 - Bug(缺陷) - New Feature(新功能,A new feature of the product,which has yet to be developed) - Task(任务,A task that needs to be done) - Improvement(改进,An improvement or enhancement to an existing feature or task) ### 3.1.2 优先级 JIRA系统中用优先级来表示问题的严重性级别,系统缺省的优先级如下: - Blocker(Blocks development and/or testing work,production could not run ) - Critical(crashes,loss of data,server memory leak) - Major(major loss of function) - Minor(minor loss of function,or other problem where easy workaround is present) - Trivial(cosmetic problem) ### 3.1.3 状态 每一个问题都有一个状态,用来表明问题所处的阶段 - Open(打开,the issue is open and ready for the assignee to start work on it) - In Progress(开始处理,the 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 issue are either reopened,or are closed) - Reopened(重新打开,this issue was once resolved,but the resolution was deemed incorrect from here issue are either reopened,or are closed) - Closed(已关闭,the issue is considered finished,the resolution is correct.Issue which are closed can be reopened) <center> ![progress](https://leanote.com/api/file/getImage?fileId=5ced044fab644130190067e0) </center> ### 3.1.4 解决(Resolutions) - 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) - Incomplete(the problem is not completely descibed) - Cannot Reproduce(all attempts at reproducing this issue failed,or not enough information was available to reproduce the issue.Reading the code produces no clues as to why this behavior would occur.If more information appears later,please reopen the issue) ## 3.2 项目 每一个项目有一个名字和一个关键字(如:WEB),以后术语这个项目的问题的关键字就会包含WEB(WEB-100,WEB-101) ### 3.2.1 项目版本 一个项目上,一般会有多个版本,如:1.0alpha,1.0beta,1.0,1.2,2.0 JIRA系统中的问题涉及到两个版本字段: - 影响版本(如一个bug可能影响版本1.1 和 1.2) - 修复版本(如bug影响版本1.1 和 1.2,可能在2.0版本上被解决) 版本通常有三种状态:发布(released)/未发布(unreleased)/归档(archived) ### 3.2.2 项目组件 一个项目包含多个组件/模块,如后台,邮件子系统等 # 4.JIRA综合解决方案 - JIRA 专业的缺陷(bug)跟踪管理软件(Issue Tracker) - Confluence 专业的wiki企业知识管理与协作软件 - Bamboo 持续集成构建服务器软件(Build Server) - Crowd 单点登录认证SSO应用软件 - Clover 强大并可高度配置的代码覆盖分析工具 - Crucible 有效的代码评审工具 - FishEye 源代码深度查看工具
上一篇:
2019版本等保2.0解读
下一篇:
KMS调研
0
赞
407 人读过
新浪微博
微信
腾讯微博
QQ空间
人人网
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus
文档导航