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

RPE report to return content from one workitem

Hi

When using a uri like so
 "https://url.com/ccm/rpt/repository/workitem?fields=workitem/workItem[projectArea/name='Project A']/(*/*/*/*)"
 we get back the all data for all the work items in 'Projects A'

When using a uri like so "https://url.com/ccm/rpt/repository/workitem?fields=workitem/workItem[id=1799](/*/*/*/*)"
we get back the data for work item 1799

How can we get the a URI that has the id value as a variable entered or passed to the template at run time?

The purpose is we would like to have a word document created, as part of the work flow process in RTC, to the recipients of the document will not be RTC user and need to sign the document for legal reasons.

I am using the template file that can be found  RTC_Custom_Enumeration_Attributes.dta 
RTC 4.03
RPE 1.2.11

Thanks

0 votes



One answer

Permanent link
I haven't tried this exact case but I would start by creating an external variable called "id" in RPE.  Then create a container with a query of "workitem/workItem" and a native filter of 'id="${id}"' (make sure you've selected the "id" variable as being available in the Filter Editor).  You can then use a nested container to start outputting values from the workitem.

0 votes

Comments

Hi

Thanks for your help it worked

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
× 332

Question asked: Mar 26 '14, 2:02 a.m.

Question was seen: 5,311 times

Last updated: Mar 27 '14, 10:54 p.m.

Confirmation Cancel Confirm