I noticed that moving a task on the workboard didn't cause an event to trigger that could be listened to. This will allow the transactions to be monitored via event listeners.
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers
- Make sure that all movements can still happen on the workboards.
- Make sure it triggers events.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- workboard-move-event
- Lint
Lint Passed - Unit
Tests Skipped - Build Status
Buildable 2294 Build 2298: [Placeholder Plan] Wait for 30 Seconds
Event Timeline
Comment Actions
We'd generally like to move away from event listeners. Can you walk me through why you want this? Would T5474 cover your use case?
Comment Actions
We want to have emails sent out when tasks are moved from one column to another. but Herald doesn't have a hook for Column moves. We were going to write our own listener to get that.
Comment Actions
Can you walk me through your use case in more detail? What sort of column moves do you want to generate email? All of them? Moves to specific columns?
With T5474, "send an email to..." could conceivably be a column trigger action.
Comment Actions
This will be obsoleted by T5474 and isn't something we're interested in upstreaming in advance of that.