You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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)