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.