Skip to main content
Skip table of contents

Atlassian Jira Connector ReST API

Atlassian Jira Connector: Enables a low level access to the Atlassian Jira ReST API.

Properties

Operation

Defines the operation executed by the adapter

Possible values:

  • Execute: Execute the adapter with the configured parameters

Parameters

Adapter

Main adapter class (Do not change!)

Possible values: de.softproject.integration.nativeadapter.NativeAdapter : Main class (default)

Repository

Virtual repository of the adapter project. The value cannot be changed.

host

Required. URL of the Jira server

Possible values: Valid URL, e.g.  jira.example.com

port

Port of the ReST API

Possible values:

  • Positive integer

  • 443 : Default port

path

Required. Resource path for the request

Possible values: URL part in jira (For more information seehttps://docs.atlassian.com/software/jira/docs/api/REST/7.13.0/#api/2), e.g. /rest/api/2/{issueIdOrKey}

secure

Defines if the communication should take place via HTTPS or not

Possible values: true (default) / false

usernameRequired. Jira user used for authentication
passwordRequired if token is not used. Password of the Jira user to be used for authentication
tokenRequired if password is not used. Token used for authentication. The token can be used instead of a password.
method

Required. HTTP method used for the request

Possible values:

  • Get (default)
  • Post
  • Put
  • Delete
  • Patch
query

URL encoded query, e.g. query="project={projectKey} ORDER BY createdDate ASC"

Status values

1

The adapter operation was executed successfully.

-1

An error occurred during the adapter's execution.

Input

The adapter expects input in XML format. The root element must contain the namespace definition xmlns:j=http://www.softproject.de/schemas/2020/json-converter. The exact structure can be found at https://docs.atlassian.com/software/jira/docs/api/REST/7.13.0/#api/2.

Output

The adapter returns a document with the structure described at https://docs.atlassian.com/software/jira/docs/api/REST/7.13.0/#api/2, but in XML format. If there is no content that can be output, then the message The operation was successful! is output.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.