How can we get Modified Date of any workitem with respect to state change in RPE
Hi,
|
One answer
workitem/workItem/itemHistory/modified will give modified date for each history. You need to check for state (workitem/workItem/itemHistory/state/name) to find state change and print the corresponding modified date.
Comments I applied native filter(_value=="In Progress") in (workitem/workItem/itemHistory/state/name)after that i am printing modified date from this query(workitem/workItem/itemHistory/modified) but error is coming
Subramanya Prasad Pilar
commented Aug 11 '20, 9:07 a.m.
Can you try using RPE filter (scripted filter) or condition?
Rima Kumari
commented Aug 12 '20, 12:48 a.m.
yes i tried with both RPE filter (scripted filter) or condition but still error is coming.
Rima Kumari
commented Aug 12 '20, 1:11 a.m.
Please find the given below details of error
CRRPE3096E Output processing could not continue due to an error.
The maximum length of cell contents (text) is 32,767 characters
Subramanya Prasad Pilar
commented Aug 12 '20, 3:26 a.m.
Can you attach the rtc.dta?
Rima Kumari
commented Aug 12 '20, 5:04 a.m.
Please find the attached link for rtc.dta file
showing 5 of 6
show 1 more comments
|
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.