I know there's jira library for python: <JIRA 2.0> to search issues or get page content from Jira.
But is there any library I can use to get the content from plugin: Zephyr in Jira?
I tried to use requests library to analysis the contents from html, but login cookies is complicated and the contents in Test Details seems hidden or in somewhere instead of main page. So I wonder if there's any good method to grab the test cases? Thanks.