- **status**: code-review --> in-progress - **Comment**: * Can you output a list of all the ticket numbers being moved, as a separate file. SourceForge will need that to be able to set up redirects. * Can you get a list of top-used owner/QA/comment usernames? We may want to set up users on forge-allura.apache.org for them. * `ticket['status'] != 'deleted'` -- there aren't any with this status, but no harm really * `indent=2` on `json.dump` can be helpful * I'm seeing a lot of relatively recent closed tickets end up with milestone "asf_release_1.0.0" but should be "unreleased". One example is #7401 I think we should check for commit messages between asf_release_1.1.0 and current 'master' too. * `s/wontfix/wont-fix/` * The `custom_fields` section of the JSON should be updated to drop size and QA, and add Reviewer (I think it needs to be `_reviewer` too, since all custom fields start with an underscore). Also the milestone field in that section should be updated to the few new milestones instead of the lots of SourceForge sprint milestones.
--- ** [tickets:#7510] Test extracting Allura tickets for Apache move** **Status:** in-progress **Milestone:** forge-jul-25 **Labels:** asf **Created:** Mon Jun 30, 2014 03:47 PM UTC by Dave Brondsema **Last Updated:** Fri Jul 11, 2014 06:22 PM UTC **Owner:** Alexander Luberg Re: <http://mail-archives.apache.org/mod_mbox/allura-dev/201406.mbox/%3C53AC490E.2030100%40brondsema.net%3E> Do an export of tickets from SF Allura and write a script to go through the JSON and: * filter out all deleted & private tickets (except #6054) * change "QA" field to "Reviewer" * change "size" field to a labels like "sf-1", "sf-2", etc * change milestone: * to "backlog" if open/in-progress/validation/review/blocked * to "released" if closed/wontfix/invalild Or even better would to look at the git tags for releases 1.0.0, 1.0.1, and 1.1.0 and find the tickets that go into those, and assign milestones appropriately. Can default a ton of tickets to 1.0.0 and then smaller set for 1.0.1 and 1.1.0 Then import locally as a test run and see how it works. --- Sent from sourceforge.net because [email protected] is subscribed to https://sourceforge.net/p/allura/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
