Skip to main content

Configuration to Search Agility Workitems in OKR

This article explains how to search for Agility workitems in OKR.

Overview

This topic provides step-by-step instructions for configuring the search functionality to locate Agility Workitems within OKRs.

Procedure

  1. Open OKR URL > Network tab > Copy the Access token from "token" API call

Configure Search for Workitems OKR

  1. Click on this API URL: (https://api.staging.digitalai.cloud/domain/apidocs/swagger-ui)
  2. Click on Authorize > Enter the access token copied above > Click on authorize.
  3. Click on POST call for configuration or items:

Configure API

  1. Click on Try it out and enter the below json content:
{
"type_name": "digitalai.connection.api.agility",
"name": "<customername>Prod",
"description": "",
"data": {
"url": "AgilityURL,
"token": ""
}
}
  1. Click on Execute.
note

Please retain the name value in the json mentioned above. Even if you wish to change, It has to have the text prod in the name.