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

Why is externalValue not exposed in the OSLC interface for Enumerations?

I have added custom enumeration attributes to work items.
When querying via OSLC I would expect that the externalValue would be presented, but it is not.

I am on RTC 6.0.6.1

Query:


[[
  {
    "rdf:resource": "https://pm.strongback.us/ccm/oslc/enumerations/_xwX-kORWEemaN_2MCcLgCw/supportGroups/supportGroups.literal.l1",
    "dc:title": "Production Control US",
    "rtc_cm:iconUrl": null,
    "dc:identifier": "supportGroups.literal.l1"
  },
  {
    "rdf:resource": "https://pm.strongback.us/ccm/oslc/enumerations/_xwX-kORWEemaN_2MCcLgCw/supportGroups/supportGroups.literal.l2",
    "dc:title": "Development Operations IL",
    "rtc_cm:iconUrl": null,
    "dc:identifier": "supportGroups.literal.l2"
  },
  {
    "rdf:resource": "https://pm.strongback.us/ccm/oslc/enumerations/_xwX-kORWEemaN_2MCcLgCw/supportGroups/supportGroups.literal.l3",
    "dc:title": "Information Services Group",
    "rtc_cm:iconUrl": null,
    "dc:identifier": "supportGroups.literal.l3"
  },
  {
    "rdf:resource": "https://pm.strongback.us/ccm/oslc/enumerations/_xwX-kORWEemaN_2MCcLgCw/supportGroups/supportGroups.literal.l4",
    "dc:title": "Unknown",
    "rtc_cm:iconUrl": null,
    "dc:identifier": "supportGroups.literal.l4"
  }
] 
I would expect it to return something like this:
[
  {
    "rdf:resource": "https://pm.strongback.us/ccm/oslc/enumerations/_xwX-kORWEemaN_2MCcLgCw/supportGroups/supportGroups.literal.l1",
    "dc:title": "Production Control US",
    "externalValue": "Prod_Control_US"
    "rtc_cm:iconUrl": null,
    "dc:identifier": "supportGroups.literal.l1"
  },
  {
    "rdf:resource": "https://pm.strongback.us/ccm/oslc/enumerations/_xwX-kORWEemaN_2MCcLgCw/supportGroups/supportGroups.literal.l2",
    "dc:title": "Development Operations IL",
    "externalValue": "DevOps_IL"
    "rtc_cm:iconUrl": null,
    "dc:identifier": "supportGroups.literal.l2"
  },
  {
    "rdf:resource": "https://pm.strongback.us/ccm/oslc/enumerations/_xwX-kORWEemaN_2MCcLgCw/supportGroups/supportGroups.literal.l3",
    "dc:title": "Information Services Group",
    "externalValue": "ISG"
    "rtc_cm:iconUrl": null,
    "dc:identifier": "supportGroups.literal.l3"
  },
  {
    "rdf:resource": "https://pm.strongback.us/ccm/oslc/enumerations/_xwX-kORWEemaN_2MCcLgCw/supportGroups/supportGroups.literal.l4",
    "dc:title": "Unknown",
    "externalValue": "Unknown"
    "rtc_cm:iconUrl": null,
    "dc:identifier": "supportGroups.literal.l4"
  }
]
Is this a bug? Or am I doing something wrong? Or am I just wrong about what to expect?

0 votes

Comments

I've tried multiple times to format the message so that it was readable. I keep getting told it was spam.  I finally got the last incarnation of it. Total crap.   Can't format or edit a question.

That is the unfortunate truth when trying to use the same letters for everything. Displaying XML here is impossible, java generics do not show propertly. You have problems with smaller as and grater than signs. 


In the case above you can try to switch to "View HTML Source" top most right button of the edit window and then use the pre tag (preformatted) around your JSON.  <pre> and </pre>. Not sure if this comment will display properly.

Well that is a little more readable... ugh

Yes, better. Sorry for the inconvenience. I hope someone can answer. I don't know. 


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

Question asked: Mar 04 '20, 3:03 p.m.

Question was seen: 710 times

Last updated: Mar 10 '20, 2:59 a.m.

Confirmation Cancel Confirm