The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

How can I write a service which offer customers to create jira on my application

vineet.kumar
July 11, 2021

Problem: User should be able to create JIRA issue from my platform.

 

I can see customer can have cloud or on premise version of jira. So I want to build a service in a way that it support both the version.

 

So I tried each n everything mentioned from JIRA docs and I found that JIRA doc are not organized in a way that I can find answer of my question. Even the link example is not working when you run it for jira server. 

 

So Can somebody explain what is the option to achieve this ??

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Dave Bosman _Inetum_
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 Champions.
July 11, 2021

Hi @vineet_kumar 

If i'm understanding correctly, you have a platform of your own and from that platform you want to create issues in Jira. 

If i'm correct you can use the rest api

Cloud: https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-issues/#api-rest-api-2-issue-post

Server: https://docs.atlassian.com/software/jira/docs/api/REST/7.6.1/

Regards

Dave

vineet.kumar
July 11, 2021

Thanks for the prompt response however I saw these links but real problem is how to authenticate the user. For Cloud  used 3LO Apps and for server I tried https://bitbucket.org/atlassianlabs/atlassian-oauth-examples/src/master/ python version  but it is not working at all.

Dave Bosman _Inetum_
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 Champions.
July 12, 2021
TAGS
AUG Leaders

Atlassian Community Events