里面包含了每个项目唯一的key和项目的名字 3.根据项目的key来编写jira查询语句jql(jira query language),如:jql = 'project = "AAA"'表示查询项目key为AAA的项目. 4.通过jira查询语句来查询Jira上的事件.如jira.search_issues(jql, fields='')将根据jql查询项目AAA的问题点,返回的issues为jql中项目的所有事件组...
3.根据项目的key来编写jira查询语句jql(jira query language),如:jql = 'project = "AAA"'表示查询项目key为AAA的项目. 4.通过jira查询语句来查询Jira上的事件.如jira.search_issues(jql, fields='')将根据jql查询项目AAA的问题点,返回的issues为jql中项目的所有事件组成的列表,如: [<JIRA Issue: key='AAA...
Maîtrisez JQL pour améliorer vos recherches dans Jira. Créez des requêtes complexes, filtrez des tickets et trouvez exactement ce dont vous avez besoin. Apprenez le JQL dès maintenant !
Use this JQL query to add colors to your issue cards! For example, add a red stripe to issues that have some blockers, and keep all other issues green. This will help you bring the right information to your team’s attention, at a glance. For more info, see Customizing cards. ...
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: ...
Boost your productivity by learning how to use advanced search with Jira Query Language (JQL) in Jira Service Management.
3.根据项目的key来编写jira查询语句jql(jira query language),如:jql = 'project = "AAA"'表示查询项目key为AAA的项目. 4.通过jira查询语句来查询Jira上的事件.如jira.search_issues(jql, fields='')将根据jql查询项目AAA的问题点,返回的issues为jql中项目的所有事件组成的列表,如: [<JIRA Issue: key='AAA...
Examples Find all issues that are assigned to a sprint that has not yet been completed:sprint in openSprints() organizationDetail() Perform searches based on the organization details. To use this JQL function, turn on Customer service management on the Features page in Project settings. This fu...
Use Jira Query Language (JQL) to create SLA goals for different groups of customers or organizations in Jira Service Management.
If you need more JQL examples, check out: Top 18 JQL Queries to Use Every Day Takeaway JQL is the most popular way to search history in Jira, but it has some limitations. You can try Issue History for Jira as workaround. It provides you with a bunch of filters and customizable report...