ContributionsMost RecentMost LikesSolutionsZephyr Squad Cloud REST API not working Hi Team, As per the documentation https://zephyrsquad.docs.apiary.io/ The production server on the document isnt working for any API. Its consistently showing HTTP 500 internal server error whereas for mock server, its working. In my use case, I need to use production server to make GET API calls to our Jira instance to fetch real time actual data and not mock data. None of the APIs are working -> Test executions/test cycles list/test folders/serverinfo/licenseinfo. Also I thoroughly tried to hit the APIs via my NodeJs project and also via Postman but the JWT generated specific to the APIs are somehow suddenly not working at any cost. I really need to get it fixed for an urgent deliverable. Re: How to generate JWT TOKEN from Postman suganyainctureyou can find those inside the Zephyr settings tab in Jira. Need help on Test Executions based on Cycle Zephyr Squad Cloud API The API documentation for these two end points is terrible. https://zephyrsquad.docs.apiary.io/#reference/execution/get-list-of-executions-by-cycle/get-list-of- ... vs. https://zephyrsquad.docs.apiary.io/#reference/execution/get-list-of-executions-by-cycle-v2/get-list-... Specifically, there is no information provided for the following parameters: - expand "expand of Execution" String - sortOrder "sortOrder of Execution" String - action "action of Execution" String - sortBy "sortBy of Execution" String Can anyone refer me to something with more information? I'm specifically wondering about expand and action. This is the URL I am hitting: https://prod-api.zephyr4jiracloud.com/connect/public/rest/api/2.0/executions/search/cycle/f17f69af-02fc-4cdc-863a-bdbd4fa5a66b?versionId=16729&projectId=10087 I have even given necessary headers like Zapi access key and jwt token. Still unable to authenticate. MartiLobos anupdamodaran pls help! Screenshot attached. Pls note: My JWT token generation is working fine for other API endpoints but only for the above API its not working. Also I am unable to generate JWT sepcifically for the above API even after providing versionId, ProjectId,CycleID correctly. I need resolution on this urgently. Re: Need help on Test Executions based on Cycle Zephyr Squad Cloud API Also I am unable to generate JWT sepcifically for the above API even after providing versionId, ProjectId,CycleID correctly. I need resolution on this urgently. How to generate JWT TOKEN from PostmanHi Doug & Team, There seems to be some confusion. Kindly help me out here as soon as possible. My issue is How to generate JWT token from Postman itself. I have SecretKey, access Key, AccoutnId, Zephyr base URL also. Please just guide me how to use these details to generate JWT token from Postman. I am not talking about usage of the JWT TOKEN. I am asking about the process of generating JWT token via Postman. Thank youRe: Unable to access Zephyr Squad Cloud APIThanks a lot! Could you please tell me how I can generate JWT Token using Postman (not via Java application as mentioned on the docs.) I already have the prerequisites for generating JWT TOKEN like secret key, access key, account I'd, zephyr base URL. It's just that there is nothing mentioned don how to GENERATE the JWT token from Postman. Please help. Its urgent.Unable to access Zephyr Squad Cloud API Hi Team, I am unable to access any API from browser directly after logging into JIRA CLOUD. I want to access an API which gives me list of all executions and details absed on Jira issue key where issuetype is TEST. I have been able to achieve this via Zephyr Squad Server API but no luck from Cloud version of Zephyr Squad. <jira cloud url>/connect/public/rest/api/1.0/serverinfo --- Used this on browser and am getting wrong url error In case of Zephyr Squad Server, I used this and was able to get what was required: <jira server url>/rest/zapi/latest/traceability/executionsByTest?testIdOrKey=84016 Please let me know the Cloud equivalent of above url for Squad. I tried referring to API docs but it is not helpful. Thank you