You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2022/08/06 18:25:15 UTC

[GitHub] [lucene-jira-archive] mocobeta commented on issue #132: Replace LUCENE issue links (URLs like https://issues.apache.org/jira/browse/LUCENE-XXXX) with GitHub mentions #NN

mocobeta commented on issue #132:
URL: https://github.com/apache/lucene-jira-archive/issues/132#issuecomment-1207259951

   I just did a quick-check with grep command.
   
   Estimated # of issues that contain urls to LUCENE issues.
   ```
   $ cat github-import-data/*.json | jq '.issue.body' | grep -E ' https?://issues\.apache\.org/jira/.+/LUCENE-[0-9]+ ' | wc -l
   15
   ```
   
   Estimated # of issues that contain urls to LUCENE issues.
   ```
   $ cat github-import-data/*.json | jq '.comments[].body' | grep -E ' https?://issues\.apache\.org/jira/.+/LUCENE-[0-9]+ ' | wc -l
   55
   ```


-- 
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-unsubscribe@lucene.apache.org

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


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