Is there any API available to fetch workitems type?
can we fetch the workitems identifier value using any API in RTC |
2 answers
Ralph Schoon (63.5k●3●36●46)
| answered Jul 20 '23, 3:25 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Jul 20 '23, 3:26 a.m. Yes. Whatever Identifier value means in the context of a work item. Comments
G C
commented Jul 20 '23, 6:12 a.m.
for a workitem , it will have a display name, which gets displayed in the UI and an identifier value like com.ibm.___ which will be used at the backened. How can we fetch it? That is incorrect. As far as I am aware a work item das a unique ID/identifier like 345.
As far as I am aware a work item das a unique ID/identifier like 345.
G C
commented Jul 20 '23, 11:47 p.m.
Ok Thanks for the info, identifier means the id of the workitem, But yes I want to fetch the type of all workitems in project area Use OSLC query.
G C
commented Jul 21 '23, 4:47 a.m.
Do you have the OSLC query available?
showing 5 of 6
show 1 more comments
|
David Honey (1.8k●1●7)
| answered Jul 20 '23, 7:06 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Jul 20 '23, 7:07 a.m.
Have you looked at the resource shape(s) for work items and their subtypes?
Or perform a GET on a work item with Accept=text/turtle and look at that as an example of RDF content?
That will tell you what RDF properties are available. I know that includes the type of work item.
Usually oslc:shortId is the short identifier. Note that is an xsd:string.
|
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.