Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFE: support Jira ticket IDs #187

Open
ktdreyer opened this issue Sep 27, 2021 · 4 comments
Open

RFE: support Jira ticket IDs #187

ktdreyer opened this issue Sep 27, 2021 · 4 comments

Comments

@ktdreyer
Copy link
Contributor

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
@Conan-Kudo
Copy link

Are those Jira projects public? If not, that's pretty annoying for regular folks like me... 😕

@ktdreyer
Copy link
Contributor Author

Good question. Here's an example ticket, can you view it? https://issues.redhat.com/browse/RHCEPH-3057 corresponds to https://bugzilla.redhat.com/show_bug.cgi?id=2047279

@Conan-Kudo
Copy link

No. I can't see the entire RHCEPH project either. This is true for most things in Red Hat One Jira.

@ktdreyer
Copy link
Contributor Author

ktdreyer commented Feb 14, 2024

As a result of Red Hat Ceph's move to IBM, we're switching Ceph's engineering tickets to https://jsw.ibm.com/ . Tickets will be of the form ISCE-333.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants