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-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