如何找到与已解决的问题链接的所有故障单的列表? [英] How can I find a list of all tickets that are linked to issues that have been resolved?

查看:132
本文介绍了如何找到与已解决的问题链接的所有故障单的列表?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我将Jira用作测试用例管理系统,每个单独的测试用例都表示为Test项目下的票证.我有一些测试用例票据,它们链接为受阻",以在另一个Jira项目中发行票据.自那时以来,其中一些问题已得到解决.是否可以使用高级搜索查询来提取所有与已解决问题相关的测试票证?

I'm using Jira as a test case management system, with each individual test case being represented as a ticket under the Test project. I have some test case tickets that are linked as "blocked by" to issue tickets in another Jira project. Some of those issues have since been resolved. Is there an advanced search query I can use to pull up all the Test tickets which are linked to resolved issues?

使用Atlassian托管的Jira OnDemand.我愿意接受涉及浏览器自动化,Excel等的创意解决方案.

Using Jira OnDemand hosted at Atlassian. I'm open to creative solutions that involve browser automation, Excel, etc.

推荐答案

您实际上可以执行一些

You can actually do some of this natively with JQL using the linkedissues() functionality that was introduced in JIRA 4.0:

查找与特定问题相关的问题:

issue in linkedIssues(ABC-123)

查找通过特定问题链接到特定问题的问题 链接类型:

Find issues that are linked to a particular issue via a particular type of link:

issue in linkedIssues(ABC-123,"is duplicated by")

不幸的是,您真正需要的功能(查询具有特定类型链接的所有问题的能力)仅由名为

Unfortunately, the functionality you really need (the ability to query for ALL issues with links of a certain type) is only handled by a plugin called JQL Tricks Plugin (which you can't install into your hosted JIRA instance). Sorry, but I don't have a great browser automation or Excel solution for you.

这篇关于如何找到与已解决的问题链接的所有故障单的列表?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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