Delete tasks using XOG. Is it possible?
search cancel

Delete tasks using XOG. Is it possible?

book

Article ID: 212486

calendar_today

Updated On:

Products

Clarity PPM SaaS Clarity PPM On Premise

Issue/Introduction

Is it possible to delete a task (without actuals) from a project via XOG?

 

Environment

Release : All Supported Release

Resolution

Enter delete="true" in the Task node.

<Tasks>
<Task name="SampleTaskName" taskID="TaskID" outlineLevel="1" delete="true"/>
</Tasks>

Additional Information

Note: the deletion of tasks with XOG will still respect the same rules as deletion from UI in regards to tasks with actuals etc.