jql
How to make a JQL query for issues with multiple components
I\'d like to query all issues in 开发者_运维问答JIRA that are associated with more than 1 component. Is that feasible in JQL, and how? I didn\'t find a solution that was feasible in JQL. I also don\'t[详细]
2023-03-31 13:02 分类:问答Hibernate - Parameter value [2011] was not matching type [java.lang.Integer]. How to solve?
I am getting the message above even though the value I\'m passing through an Integer to the named query.[详细]
2023-03-18 18:03 分类:问答JPA: Differences between JQL and SQL
I need just an answer to a very specific question: For example: Customer c =(Customer) manager.createQuery(\"SELECT c FROM Customer c\").getResultList().get(0);[详细]
2023-01-28 03:39 分类:问答JQL ORDER BY clause and inheritance
Let\'s say I have an entity class A, two entity classes B and C which inherits from A, and entity class D which inherits from C. A and C are abstract entit开发者_如何学JAVAies. Entity A has a field na[详细]
2023-01-26 23:12 分类:问答Jira Key Performance Indicator Chart Gadget
I need to create a chart that shows Key Performance Indicator. (total of issues / issues resolved) I\'m using this query to return count of total issues and unresolved issues:[详细]
2023-01-26 13:27 分类:问答JIRA: Searching for all issues with a given link type
Is there a way to query for all issues with a particular link type? For example, let there be a dependency link where an issue can \"depends on\" another issue. Is there a query to find all issues th[详细]
2023-01-20 10:08 分类:问答Parsing a JSON feed from YQL using jQuery
I am using YQL\'s query.multi to grab multiple feeds so I can parse a single JSON feed with jQuery and reduce the number of connections I\'m making. In order to parse a single feed, I need to be able[详细]
2022-12-31 09:33 分类:问答Webservice Jira gives: Error: No such operation 'getIssuesFromJqlSearch' from Jira 4.01
When I use the Webservice of Jira, I need to use the method getIssuesFromJqlSearch to describe a certain (JQL) Query. But it returns me \"No such operation \'getIssuesFromJqlSearch\'\". Is this method[详细]
2022-12-20 01:19 分类:问答