mocobeta opened a new issue, #16: URL: https://github.com/apache/lucene-jira-archive/issues/16
The current issue updating script (for the "second pass") does three things: 1. iterate all GitHub issues/comments 2. create re-mapped cross-issue links 3. update issues/comments that include cross-issue links This can be split up into smaller scripts. - export script: iterate issues/comments with their IDs from GitHub and save them to local files - convert script: modify issues/comments to create cross-issue links - update script: update issues/comments using the result of the convert script This breakup makes updating step an idempotent operation in exchange for additional steps/time. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
