This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.

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 2 Next »

To use the JIRA connector, add the <jira.init> element in your configuration before any JIRA operations. This JIRA configuration authenticates with JIRA by specifying the user name, password, and URI of the JIRA instance.

init
<jira.init>
    <username>{$ctx:username}</username>
    <password>{$ctx:password}</password>
    <uri>{$ctx:uri}</uri>
</jira.init>
properties
  • username: The username of the user.

  • password: The password of the user.

  • uri: The instance URI of Jira account.

Now that you have connected to Jira, use the information in the following topics to perform various operations with the connector.

  • No labels