I have a nightly job that pulls a filter json result to a local json file. It worked until last night, for months. Upon investigation, every filter "searchUrl" value I try now returns this, even when using a browser:
<status>
<status-code>404</status-code>
<message>null for uri: https://{url}/rest/search?jql=project+%3D+{project}+AND+issuetype+in+subTaskIssueTypes()+AND+Sprint+%3D+907+ORDER+BY+created+DESC</message>
</status>
ViewUrls seem to be working as expected.
@Matt LinderAt a first glance, your url "https://{url}/rest/search?jql=.." doesn't seems to be correct. It must be "https://{url}/rest/api/3/search?jql=..."
Here is reference to REST API - https://developer.atlassian.com/cloud/jira/platform/rest/v3/?#api-rest-api-3-search-get
That would be an easy fix if I were making the url, but the url is coming from the api.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Matt LinderThis seems to be the bug in API response. You must report this to Atlassian.
I have also checked on my site and response is same, and is error prone.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.