Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
send direct messages. Need to make these database changes:
INSERT INTO settings VALUES ('integration_slack_webhook_channel', '');
ALTER TABLE project_integrations ADD COLUMN slack_webhook_channel text;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
notifications
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to move a task
|
|
|
|
|
|
'createTask/updateTask' methods
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
New Trigger (move from first column)
New method to get last column of a board
Locales updated
API changes (createTask, updateTask)
API Docs & Examples
|