ContributionsMost RecentMost LikesSolutionsRe: Custom Fields - Text Fields with formatting options tradam , If you are referring to the test setup in the screenshot, that is a custom field defined in your jira as a jira's custom filed not part of the zephyr section. More about the custom fields below: https://zephyrdocs.atlassian.net/wiki/spaces/ZFJ0500/pages/1061423669/Customize+Global+Level+Custom+Fields https://zephyrdocs.atlassian.net/wiki/spaces/ZFJ0500/pages/1061423709/Customize+Project+Level+Custom+Fields Regards, Bibek Re: jira with Zephyr Connection msalvador , This issue is already addressed by our support team via our ticketing system. -Bibek Re: Change Default Link Type Hi goepro , Please refer the link issue section: https://zephyrdocs.atlassian.net/wiki/spaces/ZFJ0500/pages/1061423438/General+Configuration -Bibek Re: Add tests to cycle via API Hi apuna12 So we have to use 2 api to add test cases to cycle . 1.To generate the JOB progress token id API https://prod-api.zephyr4jiracloud.com/connect/public/rest/api/1.0/executions/add/cycle/cycleid method - POST response - We will get the job progress token id - for example - 0001608711762447-242ac112-0001- 2. Use the above job progress token id in the api API - https://prod-api.zephyr4jiracloud.com/connect/public/rest/api/1.0/jobprogress/ (https://prod-api.zephyr4jiracloud.com/connect/public/rest/api/1.0/jobprogress/job) token id Method - GET https://prod-api.zephyr4jiracloud.com/connect/public/rest/api/1.0/jobprogress/0001608711762447-242ac112-0001 I tried at my end and it is working fine. Attaching screenshot for your reference Re: Add tests to cycle via API Hello apuna12 , Please use the cycleID in the URL itself where you are sending the request. I can see that you have copied the complete request as it is in the document. You need to provide the input data based on the IDs that you have in your Jira. Regards, Bibek Re: Unable to start the Zbot on windows machine Hi renuvish , You can use postman to get the authorization key. select the authentication as basic, provide your user name and password. On the next tab you can get the auth key. -Bibek Re: Configure Test Execution Screen Hello tradam , The test execution screen can only have the Zephyr custom fields related to the execution. Please note that it will be difficult to pull in all the JIRA fields to the execution based on different requirements. I would suggest you to submit a support case if it is business critical for you! Regards, Bibek Re: Unable to find the "Download Zbot" button Hello renuvish , Try the same from the help section and let me know how it goes. -Bibek Re: qsh error when creating test cycle with API apuna12 , Adding to Jagadeesh's inputs, for 401 error you should try deleting and regenerating the API keys once. Regards, Bibek Re: Can't install addon ZAPI in JIRA Hi apuna12 , It is not mandatory anymore to have ZAPI installed to access the apis. Please continue using the apis, as the same will be functional without any issue. -Bibek