Jira Integration with Oracle service cloud BUI
Scope
This article aims at walking through a Jira extension for Browser User Interface (BUI) that can be used to create and fetch the JIRA issues.
Overview
Customers who want to connect the Jira service to create and fetch the issues from BUI need to integrate the service with JIRA API. In this article, we will walk you through the process of the extension which integrates with JIRA API. In the solution given, we will walk you through the creating External Objects(XO) connection and sample extension which integrates with Jira API through XO in BUI.
Challenge
In the .Net console, we do have Atlassian DLL to get connected with the JIRA service and be able to perform the operations like creating and fetching the Jira issues. However, from BUI using JavaScript/TypeScript, we have to connect the Jira service using the direct Jira REST APIs.