The JIRA Connector allows you to connect to JIRA, an online issue-tracking database. The connector uses the JIRA REST API to connect to JIRA, view and update issues, work with filters, and more.
Note: The latest JIRA connector version 1.0.5 is tested with JIRA server version 8.13.1.
Connector version | Supported JIRA REST API version | Supported WSO2 ESB/EI version |
---|---|---|
1.0.5 | v2.0 | EI 6.5.0 |
1.0.4 | v2.0 | ESB 4.9.0, 5.0.0, EI 6.1.0, 6.1.1, 6.2.0, 6.3.0, 6.4.0 |
1.0.3 | v2.0 | ESB 4.9.0, 5.0.0, EI 6.1.0, 6.1.1, 6.2.0, 6.3.0, 6.4.0 |
1.0.2 | v2.0 | ESB 4.9.0, 5.0.0 |
1.0.1 | v2.0 | ESB 4.9.0 |
1.0.0 | v2.0 | ESB 4.9.0 |
- Download the connector from the WSO2 Store by clicking the Download Connector button.
- Then, you can follow this documentation to add and enable the connector in your EI instance.
To get started with JIRA REST connector and their operations, see Configuring JIRA Operations.
Follow the steps given below to build the JIRA REST connector from the source code:
- Get a clone or download the source from Github.
- Run the following Maven command from the
esb-connector-jira
directory:mvn clean install
. - The JIRA connector zip file is created in the
esb-connector-jira/target
directory
As an open source project, WSO2 extensions welcome contributions from the community. Check the issue tracker for open issues that interest you. We look forward to receiving your contributions.