|
Bugzilla – Full Text Bug Listing |
| Summary: | cellurl | ||
|---|---|---|---|
| Product: | [SUSE Tools] TaskJuggler | Reporter: | Maxime Delorme <mdelorme> |
| Component: | HTML-Reports | Assignee: | 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
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. |