2015-09-13 12:36:05 +02:00
|
|
|
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)
|
|
|
|
|
2015-12-29 01:24:09 +01:00
|
|
|
Only projects where you are members will be shown in the drop-down.
|
2015-09-13 12:36:05 +02:00
|
|
|
|
|
|
|
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:
|
|
|
|
|
2015-12-29 01:24:09 +01:00
|
|
|
- The destination swim lane
|
2015-09-13 12:36:05 +02:00
|
|
|
- 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
|