You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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.