ContributionsMost RecentMost LikesSolutionsRe: API error when calling "Get StepResult Attachment list" Hi, this fixed my issue (From Zephyr Support) curl --location --request POST 'https://prod-api.zephyr4jiracloud.com/connect/public/rest/api/1.0/attachment/search/stepresult' \ --header 'Authorization;' \ --header 'zapiAccessKey;' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data-urlencode 'stepResultId=' API error when calling "Get StepResult Attachment list" We are getting a 500 Internal server error when calling https://prod-api.zephyr4jiracloud.com/connect/public/rest/api/1.0/attachment/search/stepresult Error message: { "errorType": "ERROR", "clientMessage": "We encountered some problems during processing this request. Please try again!", "errorCode": 104 } Postman payload: The "stepResultId was read from the call to "Get StepResults by Execution": SolvedRe: Error code 104 on any request Looks like it is still broken, or it broke again 😞 I am getting error 104 when calling teststep/{IssueId}?projectId={projectId} Best way to automate re-index of Zephyr Hi We have Zephyr for Jira Cloud and once a week we manually re-index (Settings -> Re-Index) the Project Metadata and then the Executions. So what is the best way to automate the re-index? Write some custom code to call the send a request to the "Project Metadata" and "Executions" endpoints, or Call the "Re Index All Execution" endpoint in "Zira for JIRA API" Any pointers will be appreciated. Import automated execution results by Jira Reference Hi We are using Zephyr for Zira cloud and want to import test execution results from a custom tool. The link between the test result and Zephyr is the Zephyr reference, e.g. ZA-123. The test automation tool creates a CSV file with the following fields: Test Date Test Time Test Name (This is not the same name as in Zephyr) Test JIRA reference, e.g. ZA-123 Test result (PASS/FAIL) Test message (SUCCESS or message indicating reason for failure) So we want to import this file into Zephyr and I am not sure if there is a supported way of doing this, or do we have to use the Zephyr API. Thank you