Bug 100192 - cellurl
Summary: cellurl
Status: RESOLVED INVALID
Alias: None
Product: TaskJuggler
Classification: SUSE Tools
Component: HTML-Reports (show other bugs)
Version: TaskJuggler
Hardware: i686 All
: P5 - None : Enhancement
Target Milestone: ---
Assignee: Joachim Werner
QA Contact: Chris Schlaeger
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-02 12:57 UTC by Maxime Delorme
Modified: 2005-08-05 07:58 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maxime Delorme 2005-08-02 12:57:26 UTC
this tag is quite useless because you can't construct url according to paramater
of the task / ressource.
I would to like the cells of the "name" column "name" links to Bugzilla
so cellurl should be something like "http://bugs.my_firm.com/query?id=%id_task%"
Comment 1 Maxime Delorme 2005-08-02 15:22:01 UTC
I quite succeed to find a way 
I write a macro
macro BG [
	"http://bug.my_firmr.com/show_bug.cgi?id=${1}" {label "${1}"}
]
I use also 
extend task {
    reference MyLink "My Link"
}
And then for each task
Task {
reference ${BG "25"}
...
}
then for the report for the column reference {title "Id Bug"}
Comment 2 Chris Schlaeger 2005-08-05 01:58:58 UTC
cellurl "$$reference" will do the same. 
Comment 3 Maxime Delorme 2005-08-05 07:58:18 UTC
No it won't because  with << cellurl "$$reference" >> the link point to current
url with reference at the end no the addresse of bugzilla.