Hi Team,
I want to create an issue in JIRA using Rest API. Please give me the Steps to build REST API in JIRA, I need to share it my client integration tool Oracle SOA, The SOA is gone a connect using REST API.
Please help me on this.
Regards,
Mahesh
Hi @Mahesh war, Welcome to the community.
Please have a look at the documentation at https://developer.atlassian.com/server/jira/platform/jira-rest-api-example-create-issue-7897248/ to how to create issues through Jira REST API.
Thanks,
Ram.
Thanks, Ram for your update, the document which you shared I have seen it already, in that if the JIRA will export has REST then it will accept the JSON format of data that is ok, but how do I connect JIRA, where is REST API?
How to Build a REST API, and what to share the integration, team?
Please help me with this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Mahesh war, You can go through the Jira REST API documentation for reference and the authentication methods (OAuth and HTTP basic authentication) to connect to JIra.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Mahesh war
If you are thinking of creating a issue from a webpage, you can make use of issue collector and merge your issue collector JS to your webpage.
You can see the Atlassian documentation on issue collectors here.
If you want to use REST API you may have to make use of a plugin. There are various ones availble, but script Runner is a good one.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks, Vinod for your update, I am using integrated tool to connect the JIRA, in my integrated tool we have the option for REST Connector so that I am planning to export the JIRA has REST service. Please help me if you have any idea.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Mahesh war
This documentation from Atlassian lets you know all the info on how to connect via Rest to perform various activities.
It gives you the methods to get your tasks done.
Issue methods are given here
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have followed that document and below is the rest URI I tried to connect but that is giving 405 error if possible please provide the steps to integrate JIRA using REST API
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.