As I am looking out for the result for below query
<your_jira_url>/rest/api/latest/search?jql='project'=AD'and'status'!='Closed'and'status'!='Resolved'
using REST API.I need status of closed and open JIRA ticket,but it says "errorMessages: [
I think you are missing a single quote before your project key. Try using this:
'project'='AD'AND'Status'!='closed'AND'status'!='resolved'
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.