Hello,
I would like to use JQL to search for issues by assignee, and date range to the past month. I can get issues by assignee like so:
https://{{JIRA BASE URL}}.atlassian.net/rest/api/3/search?jql=assignee=123445678
But how do I get issues by date as well? The second parameter is ignored in my query string. I'm using postman to test my API calls:
https://{{JIRA BASE URL }}.atlassian.net/rest/api/3/search?jql=assignee=123455768789&jq=from=2022-01-01&jql=to=2022-01-08
I would usually just use the "&" character to add an extra query value but I'm not seeing any change.. I'm just a bit confused about how to add any additional parameters to my searches using JQL, past the first param.
Any help on this is much appreciated !
Hi @Carlos Faddul and @Bill Sheboy ,
So this resource https://confluence.atlassian.com/jirasoftwareserver/advanced-searching-939938733.html points me to advanced issue searching. I am on Jira Software - where can I find this advanced issue searching page? This will be useful for my future searches.
I found my answer using:
Click on the Filters menu. The last item in that pop up is "Advanced issue searching".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Isabelle Bolt -- Welcome to the Atlassian Community!
You appear to have some syntax errors in your JQL. I recommend initially creating your query with advanced issue search in Jira, and then grab the expression from the browser URL to use in your REST API call.
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Isabelle Bolt are you already use the Parse JQL query this maybe can you help you more.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.