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
- Open OKR URL > Network tab > Copy the Access token from "token" API call
- Click on this API URL: (https://api.staging.digitalai.cloud/domain/apidocs/swagger-ui)
- Click on Authorize > Enter the access token copied above > Click on authorize.
- Click on POST call for configuration or items:
- 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": ""
}
}
- 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.