Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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

0 votes



4 answers

Permanent link
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.

0 votes


Permanent link

Hello Subramanya,

I have followed the exact same queries as mentioned in https://rpeactual.files.wordpress.com/2013/10/using-rpe-to-report-on-rtc-work-item-approvals.pdf but I am unable to get any data for approved date.

Could you please help me?

Thank you.

0 votes


Permanent link

Hi Jyotsna,
Please refer the thread - https://www.ibm.com/developerworks/community/forums/html/topic?id=634fe0cb-8467-4635-8bf9-cacda6962efb

0 votes


Permanent link

Hi Subramanya,

I have referred the link you have suggested, and I am following the same but I am still not able to get the approved date.

I have sent the .dta file to you in email.

Can you please check it and help me?

Thank you.

0 votes

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,024
× 7,501

Question asked: Nov 28 '16, 6:21 p.m.

Question was seen: 3,151 times

Last updated: Jul 05 '17, 7:37 a.m.

Confirmation Cancel Confirm