I would like to use the JIRA api to perform all Sprint operations such as create, get and update sprint operations on a web GU interface. How can I make the sprint http requests and parse the response? How can I translate the response (JSON) to data that can be put in a user friendly GUI form? How can I link the requests to a GUI So by a click of a button, the commands can be called and executed, and the results presented to the user?
I am using the spring boot framework