i'm developing a jira cloud application with spring boot how i can extract the information from the json result that i get from rest api v3
i used the api v3 and i get the responses json i want to extract informations from them
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear @Ayoub Karaa ,
then you have to parse the JSON data on your own. There will be for sure a lib that will assist, but you will need to understand the JSON structure. Best you have a closer look to Cloud REST API. For detailed coding question, best you ask the developer community: https://community.developer.atlassian.com/
So long
Thomas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.