Bug 100192

Summary: cellurl
Product: [SUSE Tools] TaskJuggler Reporter: Maxime Delorme <mdelorme>
Component: HTML-ReportsAssignee: Joachim Werner <joe>
Status: RESOLVED INVALID QA Contact: Chris Schlaeger <cs>
Severity: Enhancement    
Priority: P5 - None    
Version: TaskJuggler   
Target Milestone: ---   
Hardware: i686   
OS: All   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

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.