mocobeta opened a new pull request, #56:
URL: https://github.com/apache/lucene-jira-archive/pull/56

   Suggested in #37.
   
   If the top-level "key" value does not match the request key, the issue has 
moved to another issue and should be excluded from migration.
   
   ```
   (.venv) migration $ python src/download_jira.py --issues 4344
   [2022-07-19 20:41:06,578] INFO:download_jira: Downloading Jira issues in 
/mnt/hdd/repo/lucene-jira-archive/migration/jira-dump. Attachments are saved in 
/tmp/attachments.
   [2022-07-19 20:41:07,692] WARNING:download_jira: The issue key SOLR-3769 
does not match the request key LUCENE-4344. Maybe this was moved.
   [2022-07-19 20:41:08,194] INFO:download_jira: Done.
   
   # no file for the moved issue was created.
   (.venv) migration $ ls jira-dump/LUCENE-4344.json 
   "jira-dump/LUCENE-4344.json": No such file or directory (os error 2)
   ```


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

Reply via email to