i'd like to write a feature to pull all time data out of unfuddle each day and populate some tables in drupal.

we'd like to augment the what you can do with this data by exposing it to views.

Comments

jody lynn’s picture

OK, please make a patch for the API parts of this.

Anonymous’s picture

Assigned: » Unassigned
acouch’s picture

I've created the basis for this in 6.x here: https://github.com/zivtech/unfuddle_api_import

It uses a batch process to grab the ticket, time, milestone, and component info for selected project and import it into drupal. It also does some of the basic views mapping.

I'd like to use job_scheduler for the 6.x version to be able to grab project data on cron but this isn't implemented yet.

I also plan on creating basic reports that can either be free standing features or included in the module.

Not sure if this should be its own project or included in this one.