POST api/integration/jiraproxy/{entitytype}

Required for Jira integration only. Serves as Proxy before the Jira item can be processed by ChangeGear. Jira does not support sending credentials via webhooks. So Jira requests calls into this proxy which then sets the authorization headers based on the credentials availabe in the web config and forwards the request.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
entitytype

IncidentRequest,ProblemReport etc.,

string

Required

Body Parameters

Data to create/update a ChangeGear item

Object

None.

Request Formats

application/json, application/x-www-form-urlencoded

Sample:
{}

Response Information

Example Code in C#

No Sample code available.