Hi:
I'm creating an execution with Zephyr REST API using this endpoint with POST method:
https://<my-org-url>/jira/rest/zapi/latest/execution
Body:
{ "issueId": <issue_id>, "projectId": <project_id> }
And after executed with this PUT method:
https://<my-org-url>/jira/rest/zapi/latest/execution/<execution_id>/execute
Body:
{ "status": 1, "executedBy": <user_id> }
But we are not able to update the Executed By field, is possible update that field from the REST API?
Regards.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.