Uploaded image for project: 'Konflux UI'
  1. Konflux UI
  2. KFLUXUI-122

Issue fields from create Release UI not as expected

XMLWordPrintable

    • False
    • Hide

      None

      Show
      None
    • 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

      1. key is renamed to id
      2. 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
      3. 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

              abhindas Abhinandan Das
              jbieren@redhat.com John Bieren
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: