I would like to use Java application to create/modify/delete JIRA objects.
First of course I need to authenticate myself. I have tried OAuth and Basic, both didn't work.
Can you provide me code examples how this can be done?
thanks in adavance.
Lukas
I am afraid it didn't work for me. I think this is related to authentication problem. How wuthentication works on JRJC? It retrive token and use it in future requests? Becasue When I have used SOAP API after login (retrieve token) then everything works fine but on REST I always have empty response.
Use JRJC client which is very easy to use. Refer: https://answers.atlassian.com/questions/65115/create-an-issue-in-jira-rest-java-client
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am afraid it didn't work for me. I think this is related to authentication problem. How wuthentication works on JRJC? It retrive token and use it in future requests? Becasue When I have used SOAP API after login (retrieve token) then everything works fine but on REST I always have empty response.
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.