...
Code Block |
---|
language | html/xml |
---|
title | init |
---|
|
<jira.init>
<username>{$ctx:username}</username>
<password>{$ctx:password}</password>
<uri>{$ctx:uri}</uri>
<blocking>{$ctx:blocking}</blocking>
</jira.init> |
properties
username:
The username of the user.
password:
The password of the user.
uri:
The instance URI of Jira account.blocking: Boolean type, this property helps the connector perform blocking invocations to Jira.
Additional information
Ensure that the following Axis2 configurations are added and enabled in the <ESB_HOME>\repository\conf\axis2\axis2.xml
file.
Required message formatters
Code Block |
---|
language | xml |
---|
title | messageFormatters |
---|
|
<messageFormatter contentType="multipart/form-data" class="org.wso2.carbon.relay.ExpandingMessageFormatter"/> |
Required message builders
Code Block |
---|
language | xml |
---|
title | messageBuilders |
---|
|
<messageBuilder contentType="multipart/form-data" class="org.wso2.carbon.relay.BinaryRelayBuilder"/> |
Info |
---|
|
If you want the connector to perform blocking invocations, you need to add and enable the following builders and formatter in the <ESB_HOME>/repository/conf/axis2/axis2_blocking_client.xml file. |
Now that you have connected to Jira, use the information in the following topics to perform various operations with the connector.
...