Forums

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

How to export JIRA in REST API?

Mahesh war October 31, 2018

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

2 answers

1 vote
Rambabu Patina _Appfire_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 31, 2018

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.

Mahesh war October 31, 2018

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.

Rambabu Patina _Appfire_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 31, 2018

@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.

0 votes
Vinu
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 31, 2018

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.

Mahesh war October 31, 2018

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.

Vinu
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 31, 2018

Hi @Mahesh war

This documentation from Atlassian lets you know all the info on how to connect via Rest to perform various activities. 

https://docs.atlassian.com/software/jira/docs/api/REST/7.12.0/?_ga=2.32782455.811960846.1540801465-189491210.1526312200

It gives you the methods to get your tasks done.

Issue methods are given here

Mahesh war October 31, 2018

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

 

https://maheshwar.atlassian.net/rest/api/2/issue/createmeta 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events