Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to create a JIRA issue using PLSQL code. Whre JIRA is remote server?

Rudrama Devi February 3, 2020

We have a requirement to create an issue through PLSQL when a concurrent Job completed in oracle apps. 

I am new to using REST APIS of JIRA. So some one could provide me the details oe existing code to use how to creata a JIRA issue through PLSQL code using BAsic authentication?

3 answers

1 accepted

0 votes
Answer accepted
Lenin Raj
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 3, 2020
0 votes
Ozan_KURT April 28, 2020

Hi @Rudrama Devi,

I need to create an issue through PLSQL too. I tried UTL_HTTP but cannot get result. Did you get some progress? If so, could you help me? h.ozankurt@gmail.com

Rudrama Devi May 8, 2020

Hi Ozan,

 

Based on our analysis we found 2 solutions to integrate Oracle EBS with JIRA

Option 1: Intrgrate Oracle EBS with JIRA through e-mail handler. This is simple. We have to create shared outlook email box and attch it to JIRA project.This is working fine.

Oprion 2: Through PLSQL code .. Our progress on this is 

        We tried sample code and it was failing due to wrong certitificate. So currently we are trying to get correct .pks certificate with ,immediate server details,private key etc. Hoping this will work beacuse we are only getting getting invalid certificate error.Will update you once we tested with new certificate.

0 votes
Rudrama Devi February 10, 2020

Thanks Raj for the documents. Really they helpful to understand basic concepts, but need clarifications on below.

1)  Actually when we try to connect to Webservice through REST API using utl_http package we require a certificate to be attached with it.. So is this certificate required for JIRA services also?

2) I could see sample code to create an issue in n Curl,node.js,Java,Python and PHO languages..Can we use any of this code directly in PLSQL?

3) Is there any sample Java code which can create an issue in JIRA that will be called through PLSQL:

 

Any how thanks much for the documents.

Ozan_KURT April 28, 2020

@Rudrama Devi Hi, did you get any progress? I am trying to same thing. Could you help me?

ChandlerBing November 16, 2022

@Ozan_KURT  have you find any solution , I am trying to do same thing

Suggest an answer

Log in or Sign up to answer