psf / gh-migration

This repo is used to manage the migration from bugs.python.org to GitHub.
42 stars 8 forks source link

Add links from bpo to GitHub #15

Closed ezio-melotti closed 2 years ago

ezio-melotti commented 2 years ago

At the end of the migration, GH will provide a file that maps the old bpo IDs to the corresponding GH IDs. We should:

The GH ID should then be used

This can be accomplished by editing respectively the issue.item.html template (adding the link at the top, instead of the editing form) and the issue.list.html template (adding a column with the GH ids next to the bpo ids that sends to the GH issue once clicked). This should be implemented as a separate PR to be merged after the migration.