hey im trying to get all issues for the current logged in user
jql=project=\"" + sd.getProjectKey() + "\"&reporter=\"" + auth.substring(0, auth.indexOf(":")) + "\"";
sd.getProjectKey() returns service desk projects
Any suggestions?
2.6.0.0
2.6.0.0
Hello,
How do you send your Rest Request. I guess, the request is not encoded.
You can read more about encoding here:
thank you for your reply
https://csl-stg-servicedesk01/rest/api/2/search?jql=project="projectname"&reporter="userID"
this is how i pass the rest request and its working in the browser.
how ever in my controller not.
2.6.0.0
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.