orange-cloudfoundry / pivotaltrackermirror

Mirror a pivotal tracker project to an another tracker
Apache License 2.0
1 stars 2 forks source link

Release mapping improvements #16

Open gberche-orange opened 8 years ago

gberche-orange commented 8 years ago

Currently, stories of type "release" such as https://www.pivotaltracker.com/n/projects/1042066/stories/112287153 are mapped as github issues such as https://github.com/cf-trackermirror-bot/buildpacks-tracker-mirror/issues/117

In PT, "Release" stories rely on the priority sorting order to flag milestones.

Alternative improvements:

  1. don't map release stories at all
  2. map release stories as github milestones:
    • assign a milestone named after the release story to all stories of higher priority in the backlog, stopping at the next release
    • potentially filter out special characters in the release name

Given the low impact of this pollution, the 1st alternative is probably the right 1st step approach