There are 2 updates, 1 comment.
 
 
Release Notes Application / cid:jira-generated-image-avatar-b0830850-af8c-4223-8507-0740f50e66e8 RN-117 Open

A change created without an importance is displayed by no release note and no report

 
View issue   ยท   Add comment
 

2 updates

 
cid:jira-generated-image-avatar-c91db674-6fc4-4e7c-ad54-e4398a97e849 Changes by Vincent Massol on 09/Sep/26 13:41
 
Attachment: rn117-after.png
Attachment: rn117-before.png
 
 

1 comment

 
cid:jira-generated-image-avatar-c91db674-6fc4-4e7c-ad54-e4398a97e849 Vincent Massol on 09/Sep/26 13:41
 

Before / after

The same release note, the same POST .../changes with no importance, on a 17.10 wiki: only the change template differs.

Before, the change is stored as ReleaseNotes.Data.MyProduct.3.0.Entry001.WebHome and the note says "No changes!":

_thumb_45379.png

After, the template gives it importance = 1 (Medium) and the note displays it:

_thumb_45380.png

Fixed by giving ChangeTemplate an importance of Medium, as decided. Creation is template-driven for every caller, so the wiki UI, the Java API, the script service and the REST endpoints are all fixed by that one value. Regression-tested in ReleaseNotesIT#contributorsListAndChangeNumbering, which now saves its change without touching Importance and asserts the release note displays it.