Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

General information

Scenario

JIRA


Implementing class

/INT4/IFTT_CM_JIRA


XSLT1

JIRACreateIssue.xslt

Create Issue request

Required Customizing: Replace JIRA_PROJECT_KEY with Project Key

XSLT2

RequestSystemGuid.xslt

Update Issue request

XSLT3

ProcessIncident.xslt

Resolve Issue request

int4 IFTT integrates with Jira Software using Jira REST API v3.
Request templates are used to prepare JSON XML representation of request body which is then transformed and sent as JSON according to Jira REST API specification. Templates can be extended to create/update additional information depending on requirements and/or Jira project settings.

Type G RFC destination is required with Basic Authentication to establish connectivity with Jira Software.

  • No labels