Hi all
I am running this query against our Jira Cloud instance:
https://xxxxxxxx.atlassian.net/rest/api/2/search?jql=project=SE&created%20%3E%20%222022-07-04%22%20and%20created%20%3C%20%222022-07-11%22
and instead of returning the tickets between the two dates, it returns all the tickets.
{"expand":"schema,names","startAt":0,"maxResults":50,"total":8231,"issues...
This is for our tech ops board, we normally get 20-25 tickets over a 7 day period. Can someone review the set up here and let me know what I am doing wrong?
It appears between your Project condition and first Created condition you are using an ampersand rather than the AND keyword.
I recommend writing/testing your JQL with Advanced Issue Search first, and then using the resulting value from the browser URL in your REST API call.
Kind regards,
Bill
Hey Bill, thanks, that worked, my formatting was off. I usually do as you suggested. I'm running the queries out of a Mac desktop app I built and I must have accidentally edited the query as I had it working correctly and then it stopped.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Great; I am glad to learn it is working now!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.