mikemccand commented on code in PR #43:
URL: https://github.com/apache/lucene-jira-archive/pull/43#discussion_r920071047


##########
migration/src/jira2github_import.py:
##########
@@ -146,8 +146,10 @@ def comment_author(author_name, author_dispname):
                 logger.error(f"Failed to convert comment on 
{jira_issue_id(num)} due to above exception ({str(e)}); falling back to 
original Jira comment as code block.")
                 logger.error(f"Original text: {comment_body}")
                 comment_body = f"```\n{comment_body}```\n\n"
+
+            jira_comment_link = 
f'https://issues.apache.org/jira/browse/{jira_id}?focusedCommentId={comment_id}&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-{comment_id}'

Review Comment:
   Yeah that is a good question -- I'm not sure either.  Maybe there is a more 
permanent entry point?  I'll try to research a bit.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to