How to create JIRA Ticket or issue from Oracle PACAKGE

Rudrama Devi January 10, 2020

Hi All,

 

I am net to JIRA and we have a requirement ot call REST API from ORACLE PACKAGE(Oracle Apps r12) to create JIRA Ticket/Issue from concurrent program.

 

Can some one please provide me the steps to do this like connecting,authenting ,creating jira ticket/issue along with required REST APIs to be used.

1 answer

1 accepted

0 votes
Answer accepted
Fernando Bordallo
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 10, 2020

Hello @Rudrama Devi

Thank you for posting your question in the community. In order to generate REST request against the Jira API you will need your application to be authenticated. You can find details on how to do this in the official documentation pages: https://developer.atlassian.com/cloud/jira/platform/rest/v3/#authentication

To start developing your application I would recommend you start with Basic Authentication, as it is the fastest to set up and test your API access and get some data flowing into your app.

Regarding the actual endpoints to hit for issue creation, you can find the documentation for that particular resource here: https://developer.atlassian.com/cloud/jira/platform/rest/v3/#api-rest-api-3-issue-post

Rudrama Devi January 13, 2020

Thanks for the information. Will go through them.

Like Fernando Bordallo likes this
Ozan_KURT April 28, 2020

@Rudrama Devi Did you get progress on it? I am trying to same thing. Can you help me?

Suggest an answer

Log in or Sign up to answer