Forum Discussion

jrea2233's avatar
jrea2233
New Contributor
2 months ago

What happened to bulk executions updates?

Up until recently I was able to bulk update executions using this REST api endpoint

https://prod-api.zephyr4jiracloud.com:443 "POST /connect/public/rest/api/1.0/executions

with a payload like this

{'executions': ['1', '2', '3'], 'status': 1, 'clearDefectMappingFlag': False, 'testStepStatusChangeFlag': True, 'stepStatus': -1}

This no longer works but a payload like this does

{'executions': ['1'], 'status': 1, 'clearDefectMappingFlag': False, 'testStepStatusChangeFlag': True, 'stepStatus': -1}

Has something changed? I am following this documentation: https://zephyrsquad.docs.apiary.io/#reference/execution/update-executions-in-bulk/update-executions-in-bulk