I'm currently trying to get worklogs from jira through java. I'm reading the documentation, about it(https://developer.atlassian.com/cloud/jira/platform/rest/#api/2/issue-createIssue) but i simply can't find some basic information like:
How do i start using that api with java ? Did i have to add something to my pom.xml ? If yes, what dependency ?
For my task(get worklogs), it's better use the java api or the rest API ?
Any of you guys can send me a light, recommend me a book or article about it or something ?
Thx in advance guys.