Forums

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

Internal Jira server implementation for REST apis

som roysarkar February 21, 2018

Hi,
I am trying to find the jira implementation for their REST apis for Create/Edit issues etc. for the Jira server version.
Where can I find the source code? Also, where in the source code can I find the rest api implementation for Create issues, etc.

I am very new to this. So any help will be greatly appreciated!

1 answer

0 votes
Kurt Klinner
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.
February 21, 2018

Hi Som

 

have a look to https://docs.atlassian.com/software/jira/docs/api/REST/7.6.1/ and the linked pages.

We made pretty good experiences by using the Python Jira library https://jira.readthedocs.io/en/master/ 

 

Cheers

Kurt 

som roysarkar February 21, 2018

Hi Kurt, 

Thanks for the links. I am trying to create custom implementation of some of the existing apis like create, edit etc. This needs to be in Java. Do you have any resources for that?

 

Cheers

Som

Kurt Klinner
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.
February 21, 2018

@som roysarkar

 

Hi Som

 

i think https://developer.atlassian.com/server/jira/platform/java-apis/ is the place to start.

 

It might also be worth looking at some of the github projects related to java & jira

https://github.com/search?l=Java&o=desc&q=jira+api&s=stars&type=Repositories&utf8=%E2%9C%93

 

Cheers

Kurt

Suggest an answer

Log in or Sign up to answer