Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Follow the below steps This page explains how to generate a JWT authentication token and execute APIsthat is required to make requests to Zephyr for Jira Cloud REST API.

Table of Contents

...

Prerequisites

1. Generate an access and secret key.

...

Once all the above information is generated and gathered, you can provide the details in the code and generate the JWT token using the steps in the next section.

Generate a JWT

...

token

1. Navigate to your GitHub URL and clone the project to your local machine.

...

8. Fill in the information for the zephyrBase URL, accessKey, secretKey, accountID within the code for the java file and then run it to generate your JWT token.

...

How to use the JWT token and execute an API call in Postman

Provide the details in the Postman call.

...