[
https://issues.apache.org/jira/browse/YETUS-935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sean Busbey resolved YETUS-935.
-------------------------------
Resolution: Workaround
asf infra folks updated the asf jira instance to ensure all projects have a
single release note field.
tested locally for hbase with versions 2.1.8, 2.1.9, and 2.1.10 and release
notes all look as expected.
> The release doc maker fails to generete release note
> ----------------------------------------------------
>
> Key: YETUS-935
> URL: https://issues.apache.org/jira/browse/YETUS-935
> Project: Yetus
> Issue Type: Bug
> Components: Release Doc Maker
> Reporter: Duo Zhang
> Priority: Major
>
> After a bit digging, I found that the problem is the field id map.
> We load the field id map from this url:
> https://issues.apache.org/jira/rest/api/2/field
> Now it will return duplicated entries for the same field. For 'Release Note',
> it has two entries:
> Release Note => customfield_12310192
> Release Note => customfield_12314133
> We will load the second one as it comes last and will overwrite the first
> one, but at least for HBase, what we have for an issue is the first one, this
> will lead to an empty release note.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)