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.
Still thinking about joining us for Team '25 Europe? Early bird has been extended for just one week! Now’s the time to lock in your lowest rate. Use code TEU25COMM-20 to save 20% at checkout. Hurry, this only lasts for 1 more week.
Learn more
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.