4.3 REST + JQL search question
| Newsgroups | gmane.comp.java.jira.user |
|---|---|
| Message-ID | <8896410.378911309210730276.JavaMail.j2ee_forums.atlassian.com@atlassian12.managed.contegix.com> |
I'm working with Jira 4.3 trying to get the rest interface working and have come across a problem using JQL queries. I've verified that I can do a number of simple operations like logging in, querying a list of projects, getting project info, etc. However, when I perform a search, I always get back the following:
{"startAt"=>0, "maxResults"=>50, "total"=>0, "issues"=>[]}
regardless of the JQL. I've tried placing invalid JQL and what I get is a 400 Bad Request, so I'm reasonably confident my JQL is being read. Here are examples of the JQL that I've attempted:
project = CUI
reporter = matt
CUI is the key for one of our projects and matt is an LDAP user. Both of these should return issues, but I continue to get "issues" => []
Any help would be appreciated. Thanks!
--
Post by MattieSF - online at:
http://forums.atlassian.com/thread.jspa?forumID=46&threadID=55018
_______________________________________________
Jira-user mailing list
[email protected]
To unsubscribe or change your options visit this page:
http://lists.atlassian.com/mailman/listinfo/jira-user