如何找到在某些时候已经分配给您的问题? [英] How to find issues that at some point has been assigned to you?

查看:40
本文介绍了如何找到在某些时候已经分配给您的问题?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们在项目中广泛使用了Jira,但是我经常很难找到问题,我知道,我之前一直在努力.通常,如果报告了某种情况,这似乎是我过去一直在努力的事情,但是我不记得确切的时间和时间.

We use Jira extensively in our project, but I often have a hard time finding issues, that I know, I have been working on earlier. Usually, if some case is reported, that seems familiar to something I have been working on in the past, but I don't remember exactly what and when.

通常,会报告一个问题,然后我们的Scrum管理员将其分配给开发人员,开发人员将其修复(希望如此),然后将其传递给测试人员(是的,它可以工作!).但是后来它不再分配给我了,我很难找到记得的旧问题.

Usually, an issue is reported, then our scrum master assigns it to the developer, the developer fixes it (hopefully) and then passes it to the tester (yay, it works!). But then it is no longer assigned to me, and I have a hard finding old issues, that I remember vaguely.

我认为,也许有可能看到问题的分配历史记录,也许有一种方法可以形成一个高级搜索/过滤器,以查找所有已分配给我的问题.

I thought, perhaps it is possible to see the assigned history of an issue, there might be a way to form an advanced search/filter, that finds all issues, that at some time has been assigned to me.

有人这样做吗?

推荐答案

同时,这可以通过JIRA查询语言(JQL)运算符,已在JIRA 4.4中进行了扩展a>也包括受让人和记者,例如:

This is meanwhile possible by means of the JIRA Query Language (JQL) operator 'WAS', which has been introduced in JIRA 4.3 and extended in JIRA 4.4 to cover assignees and reporters as well, for example:

project = "Angry Nerds" and (assignee was 'johnsmith' or reporter was 'johnsmith')

这篇关于如何找到在某些时候已经分配给您的问题?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆