Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

RTC work item template creation error

Attempting to create work item template based on work items reported by a query, fails with error "ProcessSpecificationStore.ERROR_ON_MODEL_PARSING!". 

Anyone seen this error ? any suggestion to resolution much appreciated

0 votes



One answer

Permanent link
Hi Guv, 

It looks like that we found the root cause, that is the self closed tag in the process configuration source:

<process-specification xmlns="http://com.ibm.team.process">;
    <project-configuration/>
</process-specification>

and to fix it, it needs to be replaced with:
<process-specification xmlns="http://com.ibm.team.process">;
<project-configuration>
</project-configuration>
</process-specification>

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,936

Question asked: Feb 08 '21, 3:28 p.m.

Question was seen: 1,359 times

Last updated: Feb 18 '21, 3:59 a.m.

Confirmation Cancel Confirm