We are unable to add new test cycle in Jira Zephyr using "jira/rest/zapi/latest/cycle" api
We followed just like in below documentation:
All other requests like get and put to get/update test cycle details are working with out any issue and also we are facing same issue for add test cases to test cycle api "jira/rest/zapi/latest/execution/addTestsToCycle" as well
We we try to use the post request, getting the below error
<message>Expected authority at index 7: file://</message>
<stack-trace>java.lang.IllegalArgumentException: Expected authority at index 7: file://
at java.net.URI.create(URI.java:852)
at com.atlassian.applinks.cors.auth.DefaultCorsService.getApplicationLinksByOrigin(DefaultCorsService.java:50)
at com.atlassian.applinks.cors.auth.AppLinksCorsDefaults.allowsOrigin(AppLinksCorsDefaults.java:39)
at com.atlassian.plugins.rest.common.security.jersey.XsrfResourceFilter$1.apply(XsrfResourceFilter.java:227)
at com.atlassian.plugins.rest.common.security.jersey.XsrfResourceFilter$1.apply(XsrfResourceFilter.java:225)
at com.google.common.collect.Iterators.indexOf(Iterators.java:778)