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!
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
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.