jira

Filter issues by the user who closed them

家住魔仙堡 提交于 2019-11-29 11:50:50
问题 I have started using Jira just recently and I am having trouble with the Issue Navigator. I want to filter the issues so that the list shows only those that were closed by a specific user. I get to filter the issues by their status and/or resolution but not by the user that last updated them (that would be, the one that closed them). I'm sure the answer is obvious but I can't seem to find out how to do it!! 回答1: You can use 'status changed by': status = Closed and status changed by username

简单JIRA Scrum Board姿势

帅比萌擦擦* 提交于 2019-11-29 09:49:33
老实说,刚开始要写这篇博文的时候,我在想:我是谁?我在哪里?我在干什么? 目标: 为了让JIRA board owner和admin创建出来的Scrum board更规范;为了使JIRA user在挪卡的时候,有效信息能被能好的track;为了用以统计分析、跟踪的reports能更好的为项目服务。 为了在team Retrospective meeting中,能更好地对Sprint进行回顾,从数据上提供更好的事实支撑和具体分析;为了在以后的Sprint进行逐步良性改善。 最后自己心里还是默念:我是个Tech,我是个Tech,我是个Tech。 JIRA概念性模型 Project : 可以理解为Issues所属的集合、命名空间。一般而言,可以一个software project来创建其对应的JIRA project。 Issue : 可以具象理解为卡片,一个issue就是一张卡片。 Issue type : 卡片类型,可以是Epic、story、bug、task等。 Status : 卡片可以选择的状态。一堆status和transition构成一个具体的工作流(workflow),卡跟随工作流中设定的状态进行流转,完成卡的整个生命周期。 Board : 具体的项目实践管理的操作空间。一个board可以关联一个project,也可以关联多个project,取决与创建board时的设置

Python2—0911笔记

北城余情 提交于 2019-11-29 09:39:47
09 modelform 10 反向生成url modelform models.py 代码 from django.db import models environment_choices = ( (1, '开发环境'), (2, '测试环境'), (3, '灰度环境'), (4, '压测环境'), (5, '生产环境'), ) ########权限相关 class Menu(models.Model): """菜单组""" name = models.CharField(max\_length=32,verbose\_name='菜单', blank=True, null=True) is\_menu=models.ForeignKey(to='Menu',null=True,blank=True,verbose\_name='母菜单') class Meta: verbose\_name\_plural = "菜单表" def \_\_str\_\_(self): return self.name class Group(models.Model): """权限组""" #主机 name = models.CharField(verbose\_name='组名称',max\_length=16, blank=True, null=True) menu = models

How do I save a value into a custom field in JIRA programmatically?

[亡魂溺海] 提交于 2019-11-29 07:16:26
问题 I've spent days trying to find out how to save or update a value into a CustomField programmatically and finally found out how it's done. So I'll make this a question and then answer it as I would have loved to have this question and answer. There is conflicting documentation on how to save or update a value for a Custom Field in JIRA. I was using: customField.setCustomFieldValue(CustomField, value); This does not save the value into the database but it does update the value as far as I can

Android中常见的第三方库(so、jar、aar)区别及打包

不问归期 提交于 2019-11-29 05:06:02
Android中常见的第三方库包括:*.so、*.jar、*.aar,一般来说.so是C或C++语言的内容打包成的库,由于本项目是java语言,所以此处不探究so。 一、jar 1、说明 只包含了class文件与清单文件 ,不包含资源文件,如图片等所有res中的文件。 JAR(Java Archive,Java 归档文件)是与平台无关的文件格式,它允许将许多文件组合成一个压缩文件。 Jar的优点:安全性、减少下载时间、传输平台扩展、包密封、包版本控制、可移植性。 打jar包时,项目里的res文件是用不了的,若想用图片文件,可以将图片文件放进assets文件里面打进jar包再进行调用,但必须注意jar里面assets文件夹里面的文件不能和调用项目里面assets文件夹里面的文件重名。 2、打jar包方法: 网上方法很多也很详细,不再赘述,给个链接: http://blog.csdn.net/u013895206/article/details/52692415 3、使用jar方式: *.jar:拷贝到:libs目录,eclipse直接导入即可,AndroidStudio项目中添加: dependencies { compile fileTree(include: ['*.jar'], dir:'libs') } 重新编译一次项目既可完成加载。 二、aar 1、说明

JIRA - Resolved by me query

懵懂的女人 提交于 2019-11-28 22:17:43
How to write query that will select only issues resolved by me. I have found some old post that says its no possible, but it might have changed. CJ Teuben Use next JQL: status was resolved by "username" In 4.4 this seems to work: status was "Resolved" by currentUser() More details can be found here . The answer most often given is to use JQL for something like status was Resolved BY currentUser() While all fine and good, this will give you back all the issues that you have ever resolved . That is, if you resolved issue FOO-1966 and then it got reopened and someone else resolved it again it is

PermGen Space error when deploying tomcat 7? [duplicate]

淺唱寂寞╮ 提交于 2019-11-28 18:48:09
This question already has an answer here: PermGen space Error in tomcat 11 answers I installed tomcat 7 to upgraded my JIRA projeect version from 5.0 to 6. After I place the project folder in tomcat's webapps. I run this localhost:8080/jira after long time running, it throws some error message. Please help us to fix this problem thanks in advance java.lang.RuntimeException: PermGen space at com.atlassian.event.internal.SingleParameterMethodListenerInvoker.invoke(SingleParameterMethodListenerInvoker.java:54) at com.atlassian.event.internal.AsynchronousAbleEventDispatcher$2.run

Combining TFS with Jira - any experiences or advice?

孤人 提交于 2019-11-28 17:23:20
问题 Ok, I'm a big fan of Jira particularly the later versions as a knowledge management system to use across stakeholders and development in a corporate setting. However, I'd like to marry it with the usage of TFS 2010 - does anyone have experience of running both systems in parallel and was it a headache, did it make sense, etc? The task items of TFS are of course a form of duplication when we look at Jira items of course. However, finding a good version control system that supports branch and

Maven dependency for jira-rest-java-client-0.2-m1.jar

狂风中的少年 提交于 2019-11-28 10:10:26
问题 I want to download jira-rest-java-client-0.2-m1.jar using maven. But I dont know the dependency for that. I tried the following <dependency> <groupId>com.atlassian.jira</groupId> <artifactId>jira-rest-java-client</artifactId> <version>0.2-m1</version> </dependency> But it is not downloading. When I run mvn compile it says [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3.444s [INFO] Finished at: Thu May 02 09:53:19 IST

搭建小型邮件服务器

假如想象 提交于 2019-11-28 09:38:41
公司用的Exchange邮件服务器,最近升级内外网邮件分离。在使用Outlook链接Exchange Server的时候,只能收到公司内部之间的邮件。而JIRA的服务器配置的发送邮箱的服务器是外网的。 于是申请了公司内部邮箱账号来发送JIRA邮件,无奈公司的Exchange Server要求使用NTLM认证,JIRA 3.12封装的JMail版本太低,不支持。虽然配置正确的邮箱账号,但是还是提示客户端认证失败的问题。 P.S JMail 1.5以上的版本就没有问题,JIRA 4.0以上的版本这样配置就OK。 尝试对JIRA发送邮件的JAR文件进行反编译,但是代码进行了混淆,反编译的代码有问题。 于是想到的解决办法是在本地搭建一个简单的邮箱服务器,让JIRA发送邮件到该服务器。然后从该服务器或者用工具将邮件转发到公司内外的邮箱。 一:邮件服务器 免费的简单的邮件服务器很多。有hMailServer, U-MailServer等,后面看到一边关于hMailServer配置的说明,感觉很满足我的需求。于是就下载下来。(以下三个链接都是同一个说明) http://dagai.net/hmailserver/ http://hi.baidu.com/uqian/item/c2e80806f7d1e2eb35990236 http://blog.csdn.net/DreamIllness