Hello!
At the moment i'm working in js with Rest API. I want to get the issues for a project on this way:
$.get(AJS.contextPath() + "/rest/api/2/search?jql=project=" + is_data, function( data ) {});
It is working like this:
If the is_data are the names of the projects then if i try to get a two words named project's issues i get an error message, but if i try with one words named projects then it is working totally fine. If i try to put the project keys in the is_data, then it is working fine with the two words named projects and some of the one word named projects but if i have a project named like this: OneTry, then the key is ON and it can not get the issues because of failed Rest API call.
I totally don't know what is the problem. Should i somehow transfer the two words named projects?
Hi, try to add single quotes to each project name.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.