I can get a list of issues for one of our companies projects just fine hitting the rest api but when trying to access a separate project the same way I am getting a 400 error. I have admin roles for both projects. Is there something I am missing?
Here is the call that works "http://company.atlassian.net/rest/api/3/search?jql=project=project1key&maxResults=100"
the only thing that changes for the second is the project key.
Can anyone help me out?
Hello @joshua.page
A 400 error is an invalid JQL query. What happens if you try a very basic query such as:
"http://<yourCompany>.atlassian.net/rest/api/3/search?jql=project = <projectKey>"
Is it just the second project that gives the 400 error, or all other projects other than the 'good' one? Do you get the error doing both PUT and GET style requests?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.