Versions Compared

Key

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

QMetry Automation API - link supports Jira's Sprint. Users need to pass the Sprint ID to as a parameter. This document show how to get the Sprint ID from JIRA.

...

Supply an "Authorization" header with content "Basic" followed by the API token and username/Email address.

Image RemovedImage Added

Step 2: Get Sprint ID.

...

Supply an "Authorization" header with content "Basic" followed by the API token and username/Email address.Image RemovedImage Added


Method 2: Hit API URL in the browser

...

URL: https://<Jira base URL>/rest/greenhopper/latest/sprintquery/{rapidViewId}?includeHistoricSprints=true&includeFutureSprints=true

Method 3: Run API using Postman 

Step 1: Get Board ID and Sprint ID

URL: https://<Jira base URL>/rest/api/latest/projects/{{ProjectID}}/sprints

Method : Get

Request Header : Open API

Authorization:  No Auth

Image Added