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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello everyone,
I'm trying to send a GET request to the Jira REST API, so I can retrieve all open tickets from a specific issue type.
However, the response I get includes all tickets regardless of issue type status. It seems to only see the first parameter of the search query only.
This is the call that I use: /rest/api/2/search?jql=project={}&issuetype={}&status=open
Has anyone else experienced this and was able to find a solution?
Thank you.
Hi @Mariam Krkara Welcome to Atlassian Community!
Try to update JQL query :-
https://yourjira.atlassian.net/rest/api/3/search?jql=project%20%3D%20"Power%20Automate"%20AND%20issuetype%20%3D%20"Bug"
To get Bold part you need to run JQL query in JIRA and in URL you get this part or you can design.
Thank you! Updating my JQL query like you clarified I was able to get the exact issues I wanted successfully.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.