how to get to know the details of a customized report
Hi All,
Is there any way as to know the the details of the parameters used for the data sets and sources created for a project area for
a customized report template.
as we have only customized report template included in the reports component, how can we get the information regarding the parameters and the cascaded parameters used for that report design in a project area
Is there any way as to know the the details of the parameters used for the data sets and sources created for a project area for
a customized report template.
as we have only customized report template included in the reports component, how can we get the information regarding the parameters and the cascaded parameters used for that report design in a project area
One answer
Hi
This type of information can be obtained via Reports related REST service calls:
e.g. Get the report query descriptor:
https://jazz.net/jazz/service/com.ibm.team.reports.common.internal.service.IReportRestService/queryDescriptor?queryUUID=_-HW6kHscEd-CHKl1vtNkww
e.g. Get the report parameters
https://jazz.net/jazz/service/com.ibm.team.reports.common.internal.service.IReportRestService/parameters?projectAreaUUID=_Q2fMII8EEd2Q-OW8dr3S5w&reportUUID=workitems.MicroBurndown
Please note that these are internal services not meant for public consumption outside of the Reports related Web UI and viewlets.
To get the information for your own particular reports. Just go to the Reports Web UI or a dashboard with Reports related viewlets with Firefox and look at the REST service calls being made in the Firebug Console or Net tab.
This type of information can be obtained via Reports related REST service calls:
e.g. Get the report query descriptor:
https://jazz.net/jazz/service/com.ibm.team.reports.common.internal.service.IReportRestService/queryDescriptor?queryUUID=_-HW6kHscEd-CHKl1vtNkww
e.g. Get the report parameters
https://jazz.net/jazz/service/com.ibm.team.reports.common.internal.service.IReportRestService/parameters?projectAreaUUID=_Q2fMII8EEd2Q-OW8dr3S5w&reportUUID=workitems.MicroBurndown
Please note that these are internal services not meant for public consumption outside of the Reports related Web UI and viewlets.
To get the information for your own particular reports. Just go to the Reports Web UI or a dashboard with Reports related viewlets with Firefox and look at the REST service calls being made in the Firebug Console or Net tab.