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

How can I use External Value for Enumerations of Work Items attributes ?

I can define External Value for Enumerations of Work Items attributes.

How can I display or export the external value ?

For example, enumeration "Priority" has the following literals, "Unassigned", "Low", "Medium", and "High"
I assigned external values Unassigned=0, Low=1, Medium=2, High=3.

Then I would like to display external values 0,1,2, and 3 not Unassigned, Low, Medium, and High
And export external values 0,1,2, and 3 not Unassigned, Low, Medium, and High to csv files.

Is it possible ?

The purpose for which you want to realize it, numbers are easier to treat in a spreadsheet than literal.

0 votes



One answer

Permanent link
 Hello,
my understanding is that external values are to be used by clients like OSLC.
See https://jazz.net/library/article/1002 (go to "Enumeration Literals")
where you may find examples like:
<oslc:allowedValue rdf:resource="https://rtc:9443/ccm/oslc/enumerations/_FckdEKD8EeGCjPo2EBGANQ/complexity/10"/>
	

For your CSV export concern, I guess there is no magic solution here.
You can either export the Label or the internal value.
You may have to either change the priority label to numeric values,
or write a macro that will map labels to numeric values.

Thanks,
Eric

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
× 12,132

Question asked: Nov 07 '13, 12:14 a.m.

Question was seen: 6,992 times

Last updated: Nov 07 '13, 3:31 a.m.

Confirmation Cancel Confirm