-
Story
-
Resolution: Unresolved
-
Major
-
None
-
None
-
False
-
-
False
-
Konflux
-
-
-
HAC Dev Sprint 263
When you create a Release through the UI and specify bugs or issues, the fields are not what we expect. Here is what we expect
releaseNotes: issues: fixed: - id: RHOSP-12345 source: issues.redhat.com - id: RHOSP-12345 source: issues.redhat.com - id: 1234567 source: bugzilla.redhat.com
Here is an example of what we currently are receiving
releaseNotes:
issues:
- key: ABC-123
summary: ''
url: 'https://issues.redhat.com/browse/ABC-123'
We do not do any translation here, so it would be ideal if we can get the fields right straight from the UI. So, the changes would be
- key is renamed to id
- summary is dropped (although if it is there I am not sure it hurts). To make it easier, maybe it is left in the UI but not put anywhere in the CR? Ideally just dropped though based on the current schema
- url is renamed to source and instead of being a url it is just the source so like bugzilla.redhat.com or issues.redhat.com or jira.atlassian.com