Atlassian Jira Connector: Enables a low level access to the Atlassian Jira ReST API.
Properties
|
|
Defines the operation executed by the adapter Possible values:
|
Parameters
|
|
Main adapter class (Do not change!) Possible values: |
|
|
Virtual repository of the adapter project. The value cannot be changed. |
|
|
Required. URL of the Jira server Possible values: Valid URL, e.g. |
|
|
Port of the ReST API Possible values:
|
|
|
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} |
|
|
Defines if the communication should take place via HTTPS or not Possible values: |
|
|
Required. Jira user used for authentication |
|
|
Required if |
|
|
Required if |
|
|
Required. HTTP method used for the request Possible values:
|
|
|
URL encoded query, e.g. query="project={projectKey} ORDER BY createdDate ASC" |
Status values
|
|
The adapter operation was executed successfully. |
|
|
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.