Help on RPE with RTC Approvals
Hi
I'm trying to get a report that can show me the approvals and the date it approves or rejects.
I'm trying to use this document : https://rpeactual.files.wordpress.com/2013/10/using-rpe-to-report-on-rtc-work-item-approvals.pdf
But I'm kind of lost at the end with the array.
Do anyone have a template that I can work from?
Regards |
4 answers
Approval dates are not directly available from the API. You rather need to print workitem/workItem/itemHistory/modified with filters / conditions (workitem/workItem/itemHistory/modifiedBy/name == workitem/workItem/approvalDescriptors/approvals/approver/name and workitem/workItem/itemHistory/approvalDescriptors/name == workitem/workItem/approvalDescriptors/name).
You might get multiple approval dates - which can be stored in an array and the last array element (approvalDateArray[approvalDateArray.length - 1]) can be printed after sorting the dates in ascending order. |
Hello Subramanya,
|
Hi Jyotsna,
|
Hi Subramanya,
|
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.