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 3 Current »

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

JIRAUpdateIssue.xslt

Update Issue request

XSLT3

JIRAResolveIssue.xslt

Resolve Issue request

Required Customizing: Replace transition ID with correct value for the Jira project and issue type.

Possible transitions can be displayed at /rest/api/3/issue/{issueIdOrKey}/transitions endpoint

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