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
Hi Peter,
Comments
Peter Hodges
commented Feb 06 '17, 12:38 p.m.
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
|
For single WorkItem, you can use either of these datasource URIs (assuming WorkItem ID being 123):
Comments
Peter Hodges
commented Feb 06 '17, 12:54 p.m.
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 |
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
|
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.