Skip to content

RFE: support Jira ticket IDs #187

@ktdreyer

Description

@ktdreyer

Currently rdopkg has a get_commit_bzs method. This method searches a range of commits for "rhbz#" numbers in the commit logs, like so:

Resolves: rhbz#1234

It writes these rhbz references into an RPM spec file %changelog and dist-git commit log.

Some Red Hat products are transitioning from Bugzilla to Jira. For these projects, the dist-git -patches branches have Jira references, for example:

Resolves: RHCEPH-1234

As a result, we need rdopkg to support Jira tickets:

  1. Read the values from the -patches branches
  2. Write the values into the RPM spec file %changelog
  3. Write the values into the dist-git commit logs

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions