Commit Graph

97 Commits

Author SHA1 Message Date
Frédéric Guillot e00e2e3789 Automatic action "TaskMoveColumnClosed" does not log column movement
Fixes #5297
2023-07-07 21:05:58 -07:00
Chris bb5e45ef69
Fire event after `TaskMoveColumnOnDueDate` action
Fixes #5021
2023-01-12 18:23:53 -08:00
greyaz edf31ab20b Update TaskAssignDueDateOnMoveColumn.php 2022-09-15 21:08:59 -07:00
Frédéric Guillot f5bb55bdb8
PHP 8 Compatibility 2022-02-05 11:49:03 -08:00
colttt a70cf9ab71
Add automatic action to set the due date when the task is moved away from a specific column 2022-01-28 21:22:24 -08:00
dmorlitz 3651c8d0c2
Add EVENT_CREATE and EVENT_CREATE_UPDATE events to TaskMoveColumnCategoryChange action 2022-01-28 20:42:51 -08:00
Harry Kakoulidis dcb3e59548 For automatic action "Send a task by email to someone", the Subject of the e-mail can contain a template using interpolation expressions (with double braces).
For example, to have the email's subject look like (e.g. task moved to column "Done"):
Done: Make sales report (#1000)

Add the following action:

> Send a task by email to someone
  Event name = Move a task to another column
  Column = Done
  User that will receive the email = Harry
  Email subject = {{column_title}}: {{title}} (#{{id}})
2020-12-29 21:48:04 -08:00
teha-at e089d3059a
Add action to assign user when the swimlane change 2020-04-22 20:36:49 -07:00
Rafael de Camargo a4f130839f Improve english task description 2019-08-27 20:51:27 -07:00
Rafael de Camargo c0d8407d9a Fix automatic action condition check
Checks for source column instead of current column because the condition 
is "moved away"
Closes #4277
2019-08-27 20:51:27 -07:00
renothing d3d5522432 Automatically update the start date when a task move away from a column 2019-07-08 19:48:24 -07:00
Frédéric Guillot 9515018365 Update French translation 2019-06-21 20:18:35 -07:00
renothing 0d8fbc85d8 Add automatic action to move task between columns based on due date 2019-06-15 20:03:41 -07:00
Marcin b4a19059e3 New automatic action: move the task to another swimlane when assigned to a user 2018-11-08 20:48:47 -08:00
Balázs Úr 8fcdd2be5d Fix typo 2018-10-25 18:18:37 -07:00
Interleaved 722cb22a5a Assign category based on swimlane change 2018-10-25 18:16:49 -07:00
Interleaved 4668126893 Add action for moving a task to swimlane based on category change 2018-10-25 18:16:49 -07:00
Frédéric Guillot a0c44d238a Make sure automatic actions are applied to all tasks when using bulk operations 2018-06-01 16:35:45 -07:00
Christian Wolter 3fbd751ad4 Add action to change column once a start date is reached 2018-01-22 10:58:35 -08:00
Christian Wolter fba5208308 Add action to change color once start date is reached 2018-01-22 10:54:03 -08:00
Frédéric Guillot 230eddcc69 Add two automatic actions for subtasks
- Action to create a subtask assigned to the creator and start the timer
- Action to stop the timer of subtasks
2017-12-06 18:31:43 -08:00
Frederic Guillot 43e4662b84 Add new automatic action to assign tasks to its creator 2017-06-03 11:32:24 -04:00
Frederic Guillot 630f4ee780 TaskAssignColorOnDueDateAction: update task only when necessary 2017-05-12 15:35:29 -04:00
Frederic Guillot 343e86a138 Automatic action to change task color when due date is expired (PR #3062) 2017-02-23 17:30:27 -05:00
Frederic Guillot dc7c7667ec Avoid passing application_url argument to all notification templates 2017-02-19 12:14:54 -05:00
Frederic Guillot f5c95f3c93 Add task creation event to automatic action that email tasks 2017-01-14 16:00:58 -05:00
Frederic Guillot a65941eadb
Add new automatic action to close task based on date moved 2016-09-19 21:28:11 -04:00
dalmond e8ec7861af New Automatic Actions: Colour by Swimlane and Priority by Swimlane 2016-08-17 12:52:24 +01:00
Frederic Guillot ca45b5592b
Add new automatic action to move the task to another column when not moved 2016-07-23 18:59:00 -04:00
Frederic Guillot 9b2a32af78
Add new automatic action to move a task to another column when closed 2016-07-23 18:33:31 -04:00
Frederic Guillot 2a42e0e1aa
Added a new automatic action to set due date 2016-07-23 18:10:05 -04:00
Frederic Guillot b6119e7dee
Added internal task links to activity stream 2016-07-23 14:05:15 -04:00
Frederic Guillot 390082aa41
Refactoring of internal task events 2016-07-19 22:38:30 -04:00
Frederic Guillot 7dfd094ed4
Merge pull-request #2388 2016-07-10 13:26:48 -04:00
Frederic Guillot 3fcc0cb918
Handle tags and tasks move/duplication to another project 2016-07-02 14:44:26 -04:00
i00171 95b553f5bf Removed old debug code. 2016-06-26 22:00:40 +02:00
i00171 911be6ed00 New actionprovider that closes tasks if they are in a specific column and havn't been changed for X days. 2016-06-26 18:33:23 +02:00
Jason Tourtelotte fba81a1046 Added task creation event to action "TaskDuplicateAnotherProject" (PR #2333) 2016-06-12 15:42:03 -04:00
Frederic Guillot 14713b0ec7 Rename all models 2016-05-28 19:48:22 -04:00
Frederic Guillot d5c95e8240 Added automated action to change task color based on the priority 2016-05-04 22:52:08 -04:00
Frederic Guillot a7f3e3bec5 PHPdoc cleanup 2016-03-04 21:11:12 -05:00
Frederic Guillot fc468088c3 Split Board model into multiple classes 2016-02-20 15:08:18 -05:00
Frederic Guillot 32e4a932c8 Added automatic actions based on a daily event 2016-01-28 08:40:27 -05:00
Frederic Guillot 446a7ac645 Do not fire events when using automatic action TaskUpdateStartDate 2016-01-17 17:31:12 -05:00
Frederic Guillot e94c4cab7f Avoid automatic actions that change the color to fire subsequent events 2016-01-17 14:56:31 -05:00
Frederic Guillot 27b9b7a727 Minor code improvements 2016-01-16 22:29:29 -05:00
Frederic Guillot 7864685cfd Move Gitlab webhook to an external plugin 2016-01-07 21:05:23 -05:00
Frederic Guillot 54b3cfe8a1 Move bitbucket webhook to an external plugin 2016-01-07 20:16:05 -05:00
Frederic Guillot 00e5a4c5b4 Move Github Webhook to external plugin
See: https://github.com/kanboard/plugin-github-webhook
2016-01-06 21:46:31 -05:00
Frederic Guillot a296ba5b18 Improve Automatic Actions plugin api 2016-01-03 16:43:13 -05:00