blob: cf952f465d3eafbf578a68ad4b79bd41eb1ba494 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
Duplicate and move tasks
========================
Duplicate a task into the same project
--------------------------------------
Go to the task view and choose **Duplicate** on the left.
![Task Duplication](../screenshots/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](../screenshots/task-duplication-another-project.png)
Only projects where you are members will be shown in the drop-down.
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 swim lane
- 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
|