-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for importing closed issues #12
Comments
I want to be able to "clone"/"complete backup" a repo, and as such I need to bring the closed issues over as well. This is basically only for historicial purposes, The "notice" idea you mention sounds good. The only important things really are that the closed issues remain closed when copied over, and also that the issue numbering is correct (for comments linking to issues etc.) |
That is a really good point! We had a problem with that in one of my projects, and just ended up with a workaround of specifying things like "Fixes
Alas, I couldn't find a way in the API to close issues from a script, however, I did add a change which makes these issues stand out more by starting with the title However, I will try to find a better solution for this, as well as adding some more notices: #14 |
Added in 3a400c7 |
There have been several requests for supporting closed issues, I'm wondering how people's projects are set up, why they would want already resolved issues in the target repository?
Also, for the final product, should issues that are closed in the source repository also be closed in the target repository, or should there just be a little "notice" saying "This issue was closed 2013/10/26"?
The text was updated successfully, but these errors were encountered: