ContributionsMost RecentMost LikesSolutionsZephyr integration to Automatin Test framework Hi Team, From reading through Zephyr Test Automation APIs, my understanding is that Zephyr will invoke the POST/GET APIs needs to execute actions such as: Create Automation Task (POST) Execute Automation Task (POST) Update Automation Task (POST) Get Automation Task Status (GET) Get All Automation Tasks (GET) Update Automation Task Status (POST) So an in-house Test Automation framework, will need to have a client that can respond to this APIs involved from Zephyr. Behind the client, it can inter-work with file system/framework to do the operations. Right? Kindly please advise. Zephyr integration to Automation Test framework Hi, For reading through Zephyr https://zephyrdocs.atlassian.net/wiki/spaces/ZFJCLOUD/pages/1686798372/Test+Automation+API+Documentation , my understanding is that Zephyr will invoke the POST/GET APIs needs to execute such as https://zephyrdocs.atlassian.net/wiki/spaces/ZFJCLOUD/pages/1686798372/Test+Automation+API+Documentation#Create-Automation-Task (POST) https://zephyrdocs.atlassian.net/wiki/spaces/ZFJCLOUD/pages/1686798372/Test+Automation+API+Documentation#Execute-Automation-Task (POST) https://zephyrdocs.atlassian.net/wiki/spaces/ZFJCLOUD/pages/1686798372/Test+Automation+API+Documentation#Update-Automation-Task (POST) https://zephyrdocs.atlassian.net/wiki/spaces/ZFJCLOUD/pages/1686798372/Test+Automation+API+Documentation#Get-Automation-Task-Status (GET) https://zephyrdocs.atlassian.net/wiki/spaces/ZFJCLOUD/pages/1686798372/Test+Automation+API+Documentation#Get-All-Automation-Tasks (GET) So an in-house Test Automation framework, will need to have a client that can respond to this APIs involved from Zephyr.Behind the client , it can inter-work with file system/framework to do the operations right?