Each & you've used in the string is another parameter, but a Jira search is only one string. It's ignoring the second search you've put in because it's separate.
Try merging the JQL into a single search -
jql=project=SANDBOXJSD+and+status=Done
Hi Samuel,
I'd recommend you to build your JQL query in the Jira UI in the "Issues" > "Search for issues" view and then copy the jql part which is shown in the browsers url field.
Based on your request, it also seems that you tried to use the expand parameter to list fields. In a search, you can use the "fields" parameter to send a comma separated list of fields you want to get returned.
Please also check the documentation for more details.
Cheers,
Matthias.
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.