With testrun issue types, there are two statuses:
With ONLY the testrun key (no testexec key), so TEST-123, how can I change the testrun status? Or find the ID of the issue.
How to achieve it in the end is simple via PUT, but it requires me knowing the issue ID already:
.../rest/raven/1.0/api/testrun/<issueID>/status?status=<statusTYPE>
As for the header, I would only need:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.