mozilla-it / bugzilla-kanbanize

Sync Automation between Kanbanize and Mozilla
0 stars 1 forks source link

implement support for two-way resolution syncing #26

Closed floatingatoll closed 8 years ago

floatingatoll commented 8 years ago

This changeset implements two-way syncing of closed/open status between bugs/cards.

If you close a bug, the card will be closed. If you reopen a bug, the card will be opened (or, if it's archived, a new card will be created).

If you close a card, the bug will be resolved. If you reopen a card (or, somehow, create a new card referencing the resolved bug), the bug will be reopened.

Fixes #6.

floatingatoll commented 8 years ago

Verified results as expected in #6.