diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-08-29 20:00:53 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-08-29 20:00:53 -0400 |
commit | 6c711f696f73bc59813f6834ec241aef3b626cbd (patch) | |
tree | ded4f0e8c7f8c672414ff3f2f84eac0f6d9073e5 /docs/duplicate-move-tasks.markdown | |
parent | ef087f5e22df1a0d97babef26aaf9b8960ee6d5d (diff) |
Include documentation in the application
Diffstat (limited to 'docs/duplicate-move-tasks.markdown')
-rw-r--r-- | docs/duplicate-move-tasks.markdown | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/docs/duplicate-move-tasks.markdown b/docs/duplicate-move-tasks.markdown deleted file mode 100644 index dcb01df5..00000000 --- a/docs/duplicate-move-tasks.markdown +++ /dev/null @@ -1,58 +0,0 @@ -Duplicate and move tasks -======================== - -Duplicate a task into the same project --------------------------------------- - -Go to the task view and choose **Duplicate** on the left. - -![Task Duplication](http://kanboard.net/screenshots/documentation/task-duplication.png) - -A new task will be created with the same properties as the original. - -Duplicate a task to another project ------------------------------------ - -Go to the task view and choose **Duplicate to another project**. - -![Task Duplication Another Project](http://kanboard.net/screenshots/documentation/task-duplication-another-project.png) - -Only projects where you are member will be shown in the dropdown. - -Before to copy the tasks, Kanboard will ask you the destination properties that are not common between the source and destination project. - -Basically, you need to define: - -- The destination swimlane -- The column -- The category -- The assignee - -Move a task to another project ------------------------------- - -Go to the task view and choose **Move to another project**. - -Moving a task to another project work in the same way as the duplication, you have to choose the new properties of the task. - -List of fields duplicated -------------------------- - -Here are the list of properties duplicated: - -- title -- description -- date_due -- color_id -- project_id -- column_id -- owner_id -- score -- category_id -- time_estimated -- swimlane_id -- recurrence_status -- recurrence_trigger -- recurrence_factor -- recurrence_timeframe -- recurrence_basedate |