在Jira中,导航到“Issues” > “Search for issues”。如果存在现有搜索条件,请单击“New filter”按钮以重置搜索条件。如果显示的是基本搜索而不是高级搜索,请单击“Advanced”按钮切换到高级搜索。 构建JQL查询: 要找到链接到特定问题的所有问题,你可以使用linkedIssues函数。假设你要查找链接到问题ABC-123的所有问题...
So what I am looking for, is to be able to search for all issues in the sprint + link issues to the sprint. Moreover, I want to see Testing1 and Testing2 when I search, and I tried to search how to do it in JQL and didn't have a solution This JQL shows me the issues in...
JIRA的高级搜索功能类似于SQL查询,是使用Jira查询语言(JQL)构建结构化查询来搜索问题。可以指定无法在快速或基本搜索中定义的条件(例如, ORDER BY 子句)。 注意,即使JQL使用类似SQL的语法,它也不是数据库查询语言。 一、如何执行高级搜索? 导航到Issues > Search for Issues 如果存在现有搜索条件,请单击“ New filt...
It's not possible to compare two fields in JQL. Affected version Search for issues that are assigned to a particular affects version(s). You can search by version name or version ID (i.e. the number that Jira automatically allocates to a version). Note, it is better to search by ...
This JQL will pick up all issues that are related to the parent Epic. Jira Linked Issues or Parent Issues In summary you can search for related issues using the 'parent' keyword and the 'linkedIssues()' function. There are a few limitations though. Firstly 'parent' will only identify issu...
Unless specified in the search query, note that JQL searches do not return empty fields in results. To include empty fields (e.g. unassigned issues) when searching for issues that are not assigned to the current user, you would enter (assignee != currentUser() OR assignee is EMPTY) to ...
It's not possible to compare two fields in JQL. Affected version Search for issues that are assigned to a particular affects version(s). You can search by version name or version ID (i.e. the number that Jira automatically allocates to a version). Note, it is better to search by ...
Unless specified in the search query, note that JQL searches do not return empty fields in results. To include empty fields (e.g. unassigned issues) when searching for issues that are not assigned to the current user, you would enter (assignee != currentUser() OR assignee is EMPTY) to ...
Solved: I am trying to create a JQL query to generate a list of tickets which are linked issues. For example, 1. project = ABC 2. Issues in project
Search for issues you want to link to your objective by using the filters in Jira. Next, select the Advanced option, and Jira automatically converts your search into a JQL query. You can copy and paste the query string into your integration with Viva Goals. The JQL query linked to the ...