The As Atlassian offers a lot of APIs designed for Jira Service Management, you can use Web service node helps you to leverage such APIs and integrate Jira Service Management with Koji. It The Web service node sends a request to a web service , obtains, and parses the returned result. This page describes how to use this node.
Table of Contents |
---|
Jira Cloud Platform APIs
...
Use the Web service node to send a request to a web service, obtain, and parse the returned result. Fill To configure the node, fill in the fields:
URI:specify the URL of Web Service that Kbot shall use.
Method: select the required method from the drop-down list:
POST
,GET
,PUT
, orDELETE
.Headers, Parameters, Body data: these fields are for the input data of the request. These parameters are sent to the service. Specify this data in accordance with the documentation of the API that you are using.
Patterns: save your request’s JSON results. You can save a result to the internal variable for the following usage in the Workflow. The patterns' data is stored as the
argument name - argument value
pairs.
...