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
I am getting the message above even though the value I\'m passing through an Integer to the named query.
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);
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
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:
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
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
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