RTC reportable rest api, request returns blank value for custom attribute
Hello,
I'm working with RTC Reportable Rest api (RTC version 5.0.2).
I made a request to see all the custom attributes in allextensions.
However, one of the custom fields, which is a contributor type field, it returns blank, even if it brings the displayname correctly.
I appreciate any feedback, thanks for your attention.
This is my request:
https://server:9443/ccm/rpt/repository/workitem?fields=workitem/workItem[projectArea/name="projectarea01" and type/id="task" and creationDate>2016-07-01T00:00:00.000-0400 and creationDate<2016-08-01T00:00:00.000-0400]/(id|summary|creationDate|state/name|owner/name|creator/name|resolutionDate|timeSpent|type/id|allExtensions/(displayName|displayValue)|itemHistory/(modified|state/name)))&size=100
|
One answer
You should use "allExtensions/(displayName|itemValue/*)" instead of "allExtensions/(displayName|displayValue)", as "displayValue" is not the right choice.
Comments
Marinept Villalobos
commented Oct 06 '16, 8:04 a.m.
Thanks for your comment.
It brings the id of the contributor, along with other data, however not the username, at least.
I guess I should try another way to make the request.
|
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.