How can I get a human-meaningful 'state' string for a work item from the OSLC representation?
Using the OSLC query docs, I'm able to get the OSLC representation of a work item. I'd like to determine the human-meaningful name of the work item's current state, and whether that state is considered resolved.
Each work item has a state field that looks like:
'rtc_cm:state': { 'rdf:resource': 'https://...:9443/jazz/oslc/workflows/_1w8aQEmJEduIY7C8B09Hyw/states/bugzillaWorkflow/3' } |
Accepted answer
Turns out I just have to query the resource. For whatever reason Chrome wasn't rendering the content at the URI, so I assumed there wasn't anything there.
Geoffrey Clemm selected this answer as the correct answer
|
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.