While trying to create a new execution of a cycle in zephyr I am getting an error code of 104. I have tried it through postman as well of which i am pasting a screenshot as well. please any type of guidance would be great
Below is the body that i am sending
{"projectId": 10000, "issueId": 10000, "versionId": -1}
Asked
Active
Viewed 434 times
0

mrygank
- 23
- 3
1 Answers
0
We had the same issue - a few things to check:
- Make sure that your JWT token request is using the user's account ID instead of email. This was recently changed due to GDPR. Here is an example.
- Check the "Disable Jira Permission on Zephyr Rest API" checkbox in Jira's administration section for Zephyr (Admin -> Apps -> Zephyr -> General Configuration)

StCleezy
- 125
- 3
- 8