Wiredcraft / fullpm

Kanban board for GitHub issues
https://wiredcraft.com/products/fullpm
1 stars 3 forks source link

Triggers on column change #50

Open hunvreus opened 8 years ago

hunvreus commented 8 years ago

I'd like to have a way of defining triggers on column change with potentially a delay.

You could for example for a board (or all boards) decide that when you move from Doing to Done, you would call a webhook (with a predefined payload including details about the issue and the person who updated the status) to a configurable URL. You could also add a condition/delay, allowing us to set things like; only close the issue if it's been in Done for at least 3 days.

Requires more user stories and thinking about the implications in the backend.