我们需要的数据一般都在fields属性下,然后在里面选择需要的数据,解析出来,根据自己的需要进行保存即可,如保存成csv,excel等文件. 更多关于jira库的内容,可以阅读jira的文档,文档里提供了很多examples. jira Documentation: https://jira.readthedocs.io/en/master/installation.html...
Supported functions None Examples Find requests where the gating type is empty:change-gating-type is EMPTY Find requests where the gating type is tracked-only:change-gating-type = "tracked-only" Comment Search for work items that have a comment that contains particular text using Jira text-search...
JQL is a simple query language that is similar to SQL. A basic JQL query consists of a field, followed by an operator (such as = or >), followed by one or more values or functions. Examples: The following query will find all issues in the 'TEST' project: project = "TEST" The fol...
JQL is a simple query language that is similar to SQL. A basic JQL query consists of afield, followed by anoperator(such as = or >), followed by one or morevaluesorfunctions. Examples: The following query will find all issues in the 'TEST' project: project = "TEST" The following que...
3.根据项目的key来编写jira查询语句jql(jira query language),如:jql = 'project = "AAA"'表示查询项目key为AAA的项目. 4.通过jira查询语句来查询Jira上的事件.如jira.search_issues(jql, fields='')将根据jql查询项目AAA的问题点,返回的issues为jql中项目的所有事件组成的列表,如: ...
Let’s explore a few examples of a JQL query. If you need to track issues where the assignee changedfromone usertoanother, you can use the following JQL query: assignee changed FROM "user.one" TO "user.two" In case you need to find unresolved issues assigned to a specific us...
How to use Assets Query Language (AQL) Learn the basics of AQL and how to use it with simple examples.View topic Use JQL functions in Assets Learn how the Jira Query Language (JQL) function 'aqlFunction' works in Assets.View topic Using Assets Query Language (AQL) syntax Get to know AQ...
Bounded JQL query A bounded JQL is a JQL that requires a search restriction. The JQL must have at least one condition with field on the left side followed by an operator and then by one or more values (or functions). Here are some examples of bounded queries: ...
Even with theJira Query Language (“JQL”), pinpointing a specific Jira issue becomes challenging, particularly if it originated as a clone from a previous test or as a sub-task for another issue. Once Jira tasks are marked as ‘done,’ they are no longer visible. To find them, you mus...
Using AI without leaving Jira means project managers can streamline their workflows, reduce manual workloads, and focus more on strategic planning and decision-making. Some examples of manual tasks include: Creating multiple child tickets from an epic from Jira ...