Login to follow
Jira Connector

Jira Connector (ODC)

Stable version 1.1.14 (Compatible with ODC)
Uploaded on 7 Apr by Luís Monteiro
Jira Connector

Jira Connector (ODC)

Details
Detailed Description

This connector lets you integrate JIRA with your OutSystems apps using the JIRA RESTful API. It provides programmatic access to JIRA data, including searching for issues via JQL and retrieving individual issues directly by key.

Limitations

This connector does not support OAuth authentication. Only Basic Authentication is supported, using a JIRA user email and API token, which must be configured in the application settings.

Release notes 


  • Fixed response type in GetSprintIssues
  • Added GetIssueByKey method for direct issue lookup by key
  • Consolidated all methods under a single Integration REST node