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

Work item template can't be retrieved when work item type ID contains symbol

I am using RTC 3.0.1.3 and found that Work Item template can't be retrieved when work item type ID contains symbol.

Steps I used:
-create a work item template from a work item type which ID contains parentheses (like defect type's ID = defect (test) )
- template is created and visible in Project Area

---> issue: template can not be fetched from repository.

Is this a defect?

0 votes



One answer

Permanent link
No : templates are saved as RDF/XML.
I used the validator - http://www.w3.org/RDF/Validator/
and found that start and end tag must use valid XML names - http://www.w3.org/TR/REC-xml/#sec-starttags -
which is confirmed by http://en.wikipedia.org/wiki/XML#Well-formedness_and_error-handling
(...)
The element tags are case-sensitive; the beginning and end tags must match exactly. Tag names cannot contain any of the characters !"#$%&'()*+,/;<=>?@[\]ˆ`{|}˜, nor a space character, and cannot start with -, ., or a numeric digit.
(...)

However, starting 4.0.1, RTC will provide some type id validation for templates, using Provide work item type id validation (221092)

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

Question asked: Jan 22 '13, 8:31 a.m.

Question was seen: 4,928 times

Last updated: Jan 22 '13, 8:35 a.m.

Confirmation Cancel Confirm