How can I use RPE to report on a single RTC Work Item?
![]()
Hello all,
Problem
I have an RPE template for a customized work item in RTC. I'd like to be able to run the report on a single work item, preferably being able to launch the report while the work item is open and the report will get its needed context (similar to the functionality in DNG). If this is not possible, I'd like to be able to make it as easy as possible for the end user, by allowing them to specify the Work Item ID when the report is run.
Attempted Steps so Far
Additional Information
How do others typically report on a single work item?
Thank you for your time,
Peter |
3 answers
![]() You can just use a Data Source Configuration element (DSC) in the beginning and using Script Expression, set the URI for DSC. The Script Expression can be simple concatenation like
|
![]() For single WorkItem, you can use either of these datasource URIs (assuming WorkItem ID being 123):
Comments Thanks Subramanya,
I'm currently using the first URI that you listed.
I would like to look at what you suggest. The user would know the WorkItem ID. Do you know of any resources or examples of modifying the template to use the variable value?
Thank you,
Peter |
![]() Hi Peter,
Comments Thanks Kumar,
But I already have a RPE template built and working.
My issue is making it as easy as possible for the end-user to run it as an RTC report without providing it a URI.
Peter
|