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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.