The importer name doesn't match others like "Google Code XYZ Importer". And `
project.install_app('tracker', ...` fails for me. I think it needs to be
'tickets'.
Merging anyway, expect those issues can be addressed in [#6464]
---
** [tickets:#6461] Create tracker importer for Google Code using gdata API**
**Status:** code-review
**Labels:** import google-code
**Created:** Mon Jul 15, 2013 03:03 PM UTC by Cory Johns
**Last Updated:** Tue Aug 06, 2013 09:23 PM UTC
**Owner:** Cory Johns
Despite being marked for discontinuation on June 14th, 2013, the gdata API for
Issues is still functional. Since the gdata library should be easy to
implement, it is worth implementing an importer using it while it still works,
even if we have to replace it.
The importer should follow the framework discussed on the [mailing
list](http://mail-archives.apache.org/mod_mbox/incubator-allura-dev/201307.mbox/%3CCAEMb8zUg7Kem2aDxVzAqF3U4aKEj7jL3UO=UpX=2+nfy_p8...@mail.gmail.com%3E)
and integrate with the project importer from [#6456].
The [API
documentation](https://code.google.com/p/support/wiki/IssueTrackerAPIPython)
indicates that authentication is required, but as there is no support for
non-public issues and we're doing only reads, it would be good if we can avoid
asking for a username / password. (The [feed
itself](https://code.google.com/feeds/issues/p/modwsgi/issues/full) doesn't
require authentication.) Another example using the API can be found
[here](https://github.com/JetBrains/youtrack-rest-python-library/blob/master/python/googleCode2youtrack.py).
---
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.