JIRA的高级搜索功能类似于SQL查询,是使用Jira查询语言(JQL)构建结构化查询来搜索问题。可以指定无法在快速或基本搜索中定义的条件(例如, ORDER BY 子句)。 注意,即使JQL使用类似SQL的语法,它也不是数据库查询语言。 一、如何执行高级搜索? 导航到Issues > Search for Issues 如果存在现有搜索条件,请单击“ New filt...
linkedIssues() 基于链接到指定事务的事务执行搜索。您可以有选择性地将搜索限制为特定类型的链接。请注意,“LinkType”区分大小写。 语法 linkedIssues(issueKey) linkedIssues(issueKey,linkType) 支持的字段 Issue 支持的运算符 IN , NOT IN 不支持的运算符 = , != , ~ , !~ , > , >= , < , <=...
Second then, let’s look at, 'linked issues. Our “parent in" JQL statement with our Epic (SCR-26) will not pick up linked issues. In our example Bug SCR-26 is linked to Epic SCR-10 … but doesn't show with the ‘parent in’ JQL! We need a different JQL search for this. For...
A field in JQL is a word that represents a Jira field (or a custom field that has already been defined in Jira).You can perform an advanced search on your Jira fields to look for issues created on, before, or after a particular date (or date range) and time. ...
Automatically create PagerDuty incidents from JIRA issues: When issue matches JQL: Enter your preferred JQL. Select whether you would like this rule to run On issue create and/or On issue update. Additional actions after incident is created (optional): Select your preferred actions. Another ...
Use Jira Query Language (JQL) to find issues linked to designs, or create design automations to improve workflows More details Create a shared source of truth across Figma and Jira. Whether you’re working in Figma or Jira, we’re making it easier to get all the context you need to tur...
我想从特定项目中找到所有具有"Epic 问题"的史诗。 当前JQL: project=FOO AND issuetype=EpicAND keyin(FOO-1,FOO-2,FOO-3) 我可以添加and issueFunction in linkedIssuesOf("project = BAR and issueFunction in hasLinkType('Epic-Story Link')"),但它给我的史诗有其他类型的相关问题(例如克隆,相关..)...
# (Trackback is a means of telling websites that a page has been linked to.) # By default, JIRA will receive trackbacks but not send them. # jira.option.trackback.send = false jira.option.trackback.receive = true # The prefix added to the Summary field of cloned issues: ...
JQL lets you search for a value in a specific field. Each field inJirahas a corresponding JQL name. If you’ve made a custom field, you’ll be asked to name the field. In a clause, a field is followed by an operator, which in turn is followed by one or more values (or functions...
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 ...