Hello,
I am trying to add a test to the a Test Repository, but I'm receiving an error saying I do not have permission. However, I am able to perform the action on the UI using the same account. Any ideas?
requests.put("https://jira/rest/raven/1.0/api/testrepository/<project-key>/folders/1973/tests", json=payload, headers=headers)
{"error":"User doesn't have permission to perform changes on Test Repository."}