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

"Show Workitems" link in the reports template

Hi ,

I see "Show Workitems" link in some of the predefined templates (Eg: Workitems by Priority). How to build that URL . I can see the code that is used to generate the URL but I'm just confused about the parameterName in the URL and the parameter that we use in report design.

For example, in this code snippet
interval = params["Interval"];

if ((interval != null) && (interval != ''))
url += "&parameterName=Iteration&parameterValue="+interval;

we use "Iteration" as parameterName in the URL whereas the actual parameter we used in report is "Interval".

After all this, basically I would like to know what are all the valid parameter names that can be used in the URL :)

Thanks,
Bharath

0 votes



7 answers

Permanent link
On 2/3/2010 2:07 AM, littleheartb4u wrote:
Hi ,

I see "Show Workitems" link in some of the predefined
templates (Eg: Workitems by Priority). How to build that URL . I can
see the code that is used to generate the URL but I'm just confused
about the parameterName in the URL and the parameter that we use in
report design.

For example, in this code snippet
interval = params;
if ((interval != null)&& (interval !=
''))
url +=
"&parameterName=Iteration&parameterValue="+interval;
we use "Iteration" as parameterName in the URL whereas the
actual parameter we used in report is "Interval".

After all this, basically I would like to know what are all the valid
parameter names that can be used in the URL :)

Thanks,
Bharath

Hi Bharath,

We have a description of this URL and its format here:

https://jazz.net/wiki/bin/view/Main/ReportsLinkingAndDrillIn

(search for "viewWorkItems").

james
RTC Reports Team Lead

0 votes


Permanent link

Hi Bharath,

We have a description of this URL and its format here:

https://jazz.net/wiki/bin/view/Main/ReportsLinkingAndDrillIn

(search for "viewWorkItems").

james
RTC Reports Team Lead

Thanks James. I have gone through the wikipage. Apart from the parameters listed in the page can we pass other parameters like resolution, creation timestamp, resolution timestamp etc., If so, what are the valid parameterNames that can be used for these.

Thanks,
Bharath

0 votes


Permanent link
Anything on this?

Thanks,
Bharath

0 votes


Permanent link
On 2/8/2010 2:52 AM, littleheartb4u wrote:
Anything on this?

Thanks,
Bharath


Bharath,

No, we only support the parameters listed on the wiki page. Anything
else you pass will be ignored.

james

0 votes


Permanent link
On 2/8/2010 2:52 AM, littleheartb4u wrote:
Anything on this?

Thanks,
Bharath


Bharath,

No, we only support the parameters listed on the wiki page. Anything
else you pass will be ignored.

james

Thanks James. Any chance that this will be added in future release?

--Bharath

0 votes


Permanent link
On 2/10/2010 8:23 AM, littleheartb4u wrote:
jmoodywrote:
On 2/8/2010 2:52 AM, littleheartb4u wrote:
Anything on this?

Thanks,
Bharath


Bharath,

No, we only support the parameters listed on the wiki page. Anything
else you pass will be ignored.

james


Thanks James. Any chance that this will be added in future release?

--Bharath


It's possible, could you open an enhancement request? This functionality
basically grew out of our need to do drill-in from reports to dynamic
work item queries, but it's apparent others have the same needs.

james

0 votes


Permanent link
On 2/10/2010 8:23 AM, littleheartb4u wrote:
jmoodywrote:
On 2/8/2010 2:52 AM, littleheartb4u wrote:
Anything on this?

Thanks,
Bharath


Bharath,

No, we only support the parameters listed on the wiki page. Anything
else you pass will be ignored.

james


Thanks James. Any chance that this will be added in future release?

--Bharath


It's possible, could you open an enhancement request? This functionality
basically grew out of our need to do drill-in from reports to dynamic
work item queries, but it's apparent others have the same needs.

james

Here's the enhancement request James.
https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWorkItem&id=106115

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

Question asked: Feb 03 '10, 1:53 a.m.

Question was seen: 4,882 times

Last updated: Feb 03 '10, 1:53 a.m.

Confirmation Cancel Confirm