It's all about the answers!

Ask a question

"Show Workitems" link in the reports template


Bharath M (5465428) | asked Feb 03 '10, 1:53 a.m.
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

7 answers



permanent link
James Moody (3.3k24) | answered Feb 03 '10, 2:38 p.m.
JAZZ DEVELOPER
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

permanent link
Bharath M (5465428) | answered Feb 04 '10, 12:55 a.m.

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

permanent link
Bharath M (5465428) | answered Feb 08 '10, 2:40 a.m.
Anything on this?

Thanks,
Bharath

permanent link
James Moody (3.3k24) | answered Feb 09 '10, 3:53 p.m.
JAZZ DEVELOPER
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

permanent link
Bharath M (5465428) | answered Feb 10 '10, 8:10 a.m.
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

permanent link
James Moody (3.3k24) | answered Feb 12 '10, 9:23 a.m.
JAZZ DEVELOPER
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

permanent link
Bharath M (5465428) | answered Feb 16 '10, 1:32 a.m.
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

Your answer


Register or 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.