Bugzilla – Bug 100192
cellurl
Last modified: 2005-08-05 07:58:18 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%"
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"}
cellurl "$$reference" will do the same.
No it won't because with << cellurl "$$reference" >> the link point to current url with reference at the end no the addresse of bugzilla.