Jira Software

General information

Scenario

JIRA



Implementing class

/INT4/IFTT_CM_JIRA



XSLT1

JIRACreateIssue.xslt

Create Issue request

Target: POST /rest/api/3/issue

Required Customizing: Replace JIRA_PROJECT_KEY with Project Key

XSLT2

JIRAUpdateIssue.xslt

Update Issue request

Target: PUT /rest/api/3/issue/{issueKey}

XSLT3

JIRAResolveIssue.xslt

Resolve Issue request

Target: POST /rest/api/3/issue/{issueKey}/transitions

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.

© 2017 - 2022 Int4 AG All rights reserved