Description:
XOG in the Project, Baseline and task details - the Baseline Task Finish Date is not updated
When none of the tasks have a 'Task ID' value, only the first task will be updated with the baseline details.
All remaining tasks will not have baseline details.
Steps to Reproduce:
<?xml version="1.0" encoding="UTF-8"?><NikuDataBus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/nikuxog_read.xsd"> <Header version="13.0" action="read" objectType="project" externalSource="NIKU"> <!-- you change the order by simply swap 1 and 2 number in the name attribute --> <args name="order_by_1" value="name"/> <args name="order_by_2" value="projectID"/> <args name="include_tasks" value="true"/><args name="include_resources" value="true"/> <args name="include_custom" value="true"/> <args name="include_dependencies" value="true"/> <args name="include_baselines" value="true"/> </Header> <Query> <Filter name="projectID" criteria="EQUALS">task_bas1</Filter></Query></NikuDataBus>
Expected Result: All tasks of XOGed project "task_bas2" will have "Baseline Finish"
Actual Result: Only the first task will have a "Baseline Finish"
Solution:
WORKAROUND:
Enter unique ID into every task on the project
STATUS/RESOLUTION:
This is documented as CLRT-69177
Keywords: CLARITYKB, CLRT-69177, clarity13open.