adoptium.net icon indicating copy to clipboard operation
adoptium.net copied to clipboard

Priority not shown

Open morvael opened this issue 1 year ago • 1 comments

"Release Notes" for 21.0.5+11 do not show priorities of issues: image

Link: https://adoptium.net/temurin/release-notes/?version=jdk-21.0.5+11

morvael avatar Nov 14 '24 12:11 morvael

Hi,

This is "not a bug", it's because the API doesn't return consistent data. So the webpage is not able to determine the priority.

I suggest to move or create the issue on the API project, here : https://github.com/adoptium/api.adoptium.net

Query is : https://api.adoptium.net/v3/info/release_notes/jdk-21.0.5+11

Test here : https://api.adoptium.net/q/swagger-ui/#/Release%20Info/getReleaseNotes /v3/info/release_notes/{release_name}

thx Xavier

xavierfacq avatar Nov 20 '24 13:11 xavierfacq