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

Are Enumeration values no longer in the workitem json file with RTC 6.0.3?

 For RTC 5.0.2 the (uri)/ccm/oslc/workitems/(WI#).json file contained values for enumerations in a Work Item.  For instance, if a Work Item had a drop-down with three options, the value selected (or default) was in the workitem json file and reading the json file would give us the values.  Like this, where "FB" was selected from the drop-down values (this is just the end of the json line): 

         .record.format.enum\/FB"

With RTC 6.0.3, we can't find the selected enumeration value in the workitem json file.  The value shows the enumeration literal, not the value selected from the drop-down
        .record.format.enum\/xxxxx.xxxxx.record.format1.literal.l1"

Were the enumeration values selected in the work item taken out of the workitem json file with 6.0.3 (or some version after 5.0.2)?  Or is this an issue?  

Note: We are doing curl calls from a mainframe to retrieve the json file and get the work item's field values.  

0 votes

Comments

Are you sure you are accessing the same enumeration type? What if you retrieve the data in RDF/XML format?

We can read the RTC workitem json file directly from the web and it has the same data with the literal instead of the drop down value selected.  So reading it in another format would not change the issue. 


Be the first one to answer this question!

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: Jul 27 '17, 2:51 p.m.

Question was seen: 1,356 times

Last updated: Jul 28 '17, 5:18 p.m.

Confirmation Cancel Confirm