Symptoms
- Duplication error on save after copy-pasting an existing task to a different row (Ctrl+C / Ctrl+V)
- Error when linking existing downstream tasks across projects
- Multiple task rows appearing for the same risk item unexpectedly
- Paste operations creating only one task per risk item instead of multiple
Fix: Task Project Column Causing Duplication
The most common cause of task duplication errors is having a Task project column visible in the Risksheet configuration. When you copy-paste an existing task between rows with this column present, the save operation triggers a duplication error. Workaround — remove the Task project column: Locate the Task project column in your sheet configuration and remove it:Fix: “project” vs “projects” in dataTypes Configuration
When configuring cross-project downstream tasks, use the correct property name indataTypes:
Understand Task Creation Behavior
When you add a new task to a risk item, the behavior depends on whether the item already has tasks:systemItemId value. New tasks are always inserted after the last sibling task row.
Fix: Paste Operations Creating Only One Task Per Item
When using Insert Rows Below (paste from clipboard), only the first task per risk item is inserted. Additional tasks are skipped. This is a known limitation. If you see the warning toast “Pasting only first task per item”, the system is functioning as designed. All pasted items are inserted at the top level (level 0) regardless of the source hierarchy.Fix: Cross-Project Task Linking Errors
Cross-project task linking has additional constraints:- Items from different Polarion servers cannot be linked in the same Risksheet
- Users must have access to all target projects configured in
projects - In clustered Polarion setups with separate servers, cross-server linking is not supported
Task Removal Behavior
When removing duplicate or unwanted tasks, the behavior depends on the number of remaining tasks:
Both operations support undo via Ctrl+Z. Task removal is blocked when:
downstreamReadonlyis enabled on the Risksheet- The task has
SYSTEM_TASK_READONLYprotection set - The item has
SYSTEM_ITEM_READONLYflag withdownstreamReadonlyenabled
Verification
After applying the resolution:- Open the Risksheet document
- Add a new task to a risk item using the context menu or toolbar
- Copy a task to another risk item using Ctrl+C / Ctrl+V
- Save the document and confirm no duplication errors appear
See Also
- Save Operation Failures — general save troubleshooting
- Cell Editing Issues — editor and input problems
- Risk Deletion Errors — removing risk items