I'm getting an unbounded query error with the search jql endpoint. Here is my JQL:
((type IN standardWorkTypes() AND type NOT IN ("Initiative","Phase","Epic"))) AND sprint in (365,333,332,299,266,205) AND resolved >= "2025-08-13"
I'm not quite sure how this is "unbounded". Seems like I have a lot of limitations on it.
The error I'm getting is: Unbounded JQL queries are not allowed here. Please add a search restriction to your query.
Anyone know what I need to add to not trigger that error?
Thanks!