packit: RFE: Packit should add Bugzilla ID to the Bodhi update
When Packit creates a Bodhi update it should also add the Bugzilla ID to the update.
It could retrieve this information from the commit where maintainers usually use Resolves: #<Bugzilla_ID>
From the documentation, this is not covered yet.
About this issue
- Original URL
- State: closed
- Created a year ago
- Reactions: 1
- Comments: 18 (15 by maintainers)
Commits related to this issue
- Be able to specify bugs resolved by an update Add an argument to sync_release that takes list of bugs. These will be then added to the changelog in the end as "- Resolves {bug}". In case of using aut... — committed to lbarcziova/packit by lbarcziova 9 months ago
- Pass bugs in pull-from-upstream For NewHotnessEvent, take the bug ID from the message directly. For retriggering take the bugs from comment and use them directly. Fixes packit/packit#1920 Merge afte... — committed to lbarcziova/packit-service by lbarcziova 9 months ago
- Be able to specify bugs resolved by an update Add an argument to sync_release that takes list of bugs. These will be then added to the changelog in the end as "- Resolves {bug}". In case of using aut... — committed to lbarcziova/packit by lbarcziova 9 months ago
- Be able to specify bugs resolved by an update Add an argument to sync_release that takes list of bugs. These will be then added to the changelog in the end as "- Resolves {bug}". In case of using aut... — committed to lbarcziova/packit by lbarcziova 9 months ago
- Be able to specify bugs resolved by an update (#2094) Be able to specify bugs resolved by an update Add an argument to sync_release that takes list of bugs. These will be then added to the changelog... — committed to packit/packit by softwarefactory-project-zuul[bot] 9 months ago
- Pass bugs in pull-from-upstream For NewHotnessEvent, take the bug ID from the message directly. For retriggering take the bugs from comment and use them directly. Fixes packit/packit#1920 Merge afte... — committed to lbarcziova/packit-service by lbarcziova 9 months ago
- Document referencing bugs when syncing release Related to #packit/packit#1920 — committed to lbarcziova/packit.dev by lbarcziova 9 months ago
- Pass bugs in pull-from-upstream (#2193) Pass bugs in pull-from-upstream For NewHotnessEvent, take the bug ID from the message directly. For retriggering take the bugs from comment and use them direc... — committed to packit/packit-service by softwarefactory-project-zuul[bot] 9 months ago
- Document referencing bugs when syncing release Related to #packit/packit#1920 — committed to lbarcziova/packit.dev by lbarcziova 9 months ago
- Document referencing bugs when syncing release (#748) Document referencing bugs when syncing release Related to packit/packit#1920 Reviewed-by: František Lachman <flachman@redhat.com> Reviewed-by: ... — committed to packit/packit.dev by softwarefactory-project-zuul[bot] 9 months ago
- Detect bugs in changelog when submitting Bodhi update Use the same regex as Bodhi does for the automatic updates. Related to #1920 — committed to lbarcziova/packit by lbarcziova 9 months ago
- Detect bugs in changelog when submitting Bodhi update (#2111) Detect bugs in changelog when submitting Bodhi update Use the same regex as Bodhi does for the automatic updates. Related to #1920 RELEA... — committed to packit/packit by softwarefactory-project-zuul[bot] 9 months ago
One point was missed:
But I’d use space as a delimiter, so people can do simply
for bug in $PACKIT_RESOLVED_BUGS; do ....Ideally yes, but this can be done later on. Maintainers can still add the bugs manually themselves.
@ljavorsk hi! Not much update yet, is this issue blocking you/someone else from onboarding? We can definitely discuss prioritising it.