Skip to main content

Posts

Featured

Zephyr for Jira(Cloud) REST API Examples

JIRA(a tool developed by Atlassian) is used for bug tracking, issue tracking, and project management. Zephyr for Jira provides a fully featured and sophisticated test management solution. The Zephyr for Jira(ZFJ) Server allows you to access test assets through RESTful API and it is pretty well documented. You can find the documentation here Before we begin, you should have : -> A basic knowledge of how to use REST APIs, e.g. requests, responses, headers and authentication. -> A basic understanding of JIRA. -> Maven (3.x), and recent Java version (e.g. Oracle JDK 1.8). -> Retrieved API keys from your JIRA instance (Access Key, Secret Key) -> Microsoft Excel In our examples we write our retrieved test data to Microsoft Excel worksheet using Apache POI library. You can find the tutorial here . Let's get started with our examples. Update the pom.xml to include required dependencies. <project xmlns= "http://maven.apache.org/POM/4.0.0"...

Latest Posts