Does anyone know about how to access JIRA Agile sprints with JIRA java REST Client api or in some other way with java.
1) I am trying to retrieve JIRA data (projects, sprints, issues etc). i need a way to query the projects, sprints with different filters as well. i guess JRJC cannot get agile data. Is there any one stop solution for entire JIRA data?
2) JIRA gave 2 types api in their docs: REST Api and Java Api. when to use each of those