Jira REST API - Java Development - Get Changelogs
Budget: $30 – $250 USD
I need a code snipped, where I can get the expand=changelog content. And after that I have to iterate trough, then calculate the different status. How long it was on status open, in progress, done and so on.
Get changelog from Tickets
(https://<your-jira-url>/rest/api/2/issue/TicketNR?expand=changelog)
I cant find any rest api, where i can get directly the content of this in java (InteliJ)
I can open this link via Browser but i cant get the content from this website in my java project.
Get changelog from Tickets
(https://<your-jira-url>/rest/api/2/issue/TicketNR?expand=changelog)
I cant find any rest api, where i can get directly the content of this in java (InteliJ)
I can open this link via Browser but i cant get the content from this website in my java project.