ContributionsMost RecentMost LikesSolutionsRe: Test Automation task is "In Progress" Thanks.I filed support request Test Automation task is "In Progress" We have reports uploaded to zephyr squad in automation and works great. Only issue is the automation job sometimes remains in "In Progress" . There are no special characters in zephyr story test Id and its random. How do I debug this issue Each time we have to change the status to success manually. This is sometimes annoying Re: Test Automation task is "In Progress" for more than 2 hours found solution in one of the posts. Will the issue be resolved soon ? https://support.smartbear.com/zephyr-squad-cloud/docs/test-automation/api.html#update-status Test Automation task is "In Progress" for more than 2 hours I came to know special characters in test field are not allowed. I had colon (:) in the field How do I resolve it and get back the task to normal Re: Upload automation execution reports to Jira and map it to respective Test cases for each test cycle did you get this working ? Re: Why do I get 500 for execute POST request this is resolved....I did not have mandatory field but 500 is not good for missing field in body Why do I get 500 for execute POST request I updated jobId using PUT request which is successful but when I execute POST I get 500 Re: {"message":"Please provide correct framework."} any workaround to this issue Update executions is bulk api I am trying out the update executions in bulk https://zephyrsquad.docs.apiary.io/#reference/execution/add-tests-to-cycle/update-executions-in-bulk?console=1 but I get error: In the body I have one execution.id .Any idea what am I doing wrong { "errorType": "ERROR", "clientMessage": "We encountered some problems during processing this request. Please try again!", "errorCode": 104 } JWT token for api containing wildcard I have generated jwt token for GET https://prod-api.zephyr4jiracloud.com/connect/public/rest/api/1.0/execution/116668b1-6dac-4cbf-ad13-bc9b0a278?issueId=1444&projectId=1070 and it works fine I would like to use the same token for other execution ids and issueIds https://prod-api.zephyr4jiracloud.com/connect/public/rest/api/1.0/execution/226668b1-6dac-4cbf-ad13-bc9b0a278?issueId=1445&projectId=1070 can I generate token using some wild card in api, for example: String createCycleUri = zephyrBaseUrl + "/public/rest/api/1.0/execution/*?issueId=*&projectId=*";