apache / lucene-jira-archive

Jira archive for Apache Lucene
https://lucene.apache.org/
2 stars 6 forks source link

Links to Jira issue comments are not converted to GitHub issue comments #144

Open mocobeta opened 2 years ago

mocobeta commented 2 years ago

We convert Jira cross-issue links (LUCENE-XXXX) to GitHub issue links (#NN). However, links to Jira comments are not converted into links to GitHub comments since we don't have a mapping from Jira comment id to GitHub comment id.

Original Jira: https://issues.apache.org/jira/browse/LUCENE-9414?focusedCommentId=17142414&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17142414 Screenshot from 2022-08-12 18-20-57

Migrated issue: https://github.com/mocobeta/forks-migration-test-3/issues/9378#issuecomment-1211440645 Screenshot from 2022-08-12 18-23-00

Creating a mapping for comments is not a trivial task (GitHub import API does not return the comment ids), though, in theory, it should be possible by iterating all comments in Jira and GitHub. Links to comments are relatively rare, I think we can leave this unresolved.