Opened 13 years ago
Last modified 12 years ago
#9926 new enhancement
query for root and milestone
Reported by: | Owned by: | Chris Nelson | |
---|---|---|---|
Priority: | normal | Component: | TracJsGanttPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description (last modified by )
I'm using ChildsTicketPlugin
I want to display all tickets for a milestone XXX and a special type with all childs.
Which parameter have I to use?
When I use for example [[TracJSGanttChart(milestone=XXX, type=enhancement, etc)]]
it shows me only first level of tickets because I can't use the root parameter. If I would use the root parameter makes milestone no sense because I have to put in all numbers of tickets.
Is there a possibility to combine parameter in this way?
Attachments (0)
Change History (8)
comment:2 Changed 13 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 13 years ago by
comment:4 follow-ups: 5 6 Changed 13 years ago by
Thank you for your suggest. Are you sure you mean to put in parameter root with three hash keys? Nevertheless I got the message
Error: Macro TracJSGanttChart(root=###, display=milestone:0.00 Redesign_Modelcode) failed Invalid query constraint value
My wish is it should work with other grouping parameter also. For example
TracJSGanttChart(root=###,display=owner:xxx)?
and so on.
didley
comment:5 Changed 13 years ago by
comment:6 Changed 13 years ago by
Replying to didley@gmx.de:
Thank you for your suggest. Are you sure you mean to put in parameter root with three hash keys?
No, I meant that as a placeholder for one or more ticket IDs:
TracJSGanttChart(root=1|7,display...)]]
...
comment:7 follow-up: 8 Changed 13 years ago by
That's what I won't to do.
As I wrote makes it no sense to put in a milestone, what means I want filter group of particular Tickets, after that I have to put in all singular tickets of this group in parameter root like root=ticket1|ticket2|and so on to show the hierarchie.
Best way would be root=<yes|no>
Maybe it makes sense for you also.
comment:8 follow-up: 9 Changed 13 years ago by
Replying to didley@gmx.de:
That's what I won't to do.
As I wrote makes it no sense to put in a milestone, what means I want filter group of particular Tickets, after that I have to put in all singular tickets of this group in parameter root like root=ticket1|ticket2|and so on to show the hierarchie.
Best way would be root=<yes|no>
Maybe it makes sense for you also.
I am sorry but that does not make sense to me. I guess Engligh is not your first language. I am sure your English is better than my German but you may have to rephrase your comments.
comment:9 Changed 12 years ago by
Replying to ChrisNelson:
Replying to didley@gmx.de:
That's what I won't to do.
As I wrote makes it no sense to put in a milestone, what means I want filter group of particular Tickets, after that I have to put in all singular tickets of this group in parameter root like root=ticket1|ticket2|and so on to show the hierarchie.
Best way would be root=<yes|no>
Maybe it makes sense for you also.
I am sorry but that does not make sense to me. I guess Engligh is not your first language. I am sure your English is better than my German but you may have to rephrase your comments.
He expressed with German grammar and wanted to write: "As I wrote before, it makes no sense to set a milestone as chart parameter; which means that what I actually want to do is, firstly, to filter a group of particular tickets, and after that I set all tickets numbers of this filter-result as values of parameter 'root', like for example root=ticket1|ticket2|...|ticketN to show the hierarchy."
Furthermore he suggests to just support a parameter 'root' with 2 possible values 'yes' and 'no'. If one configured
[[TracJSGanttChart(root=yes, milestone=XXX, type=enhancement)]]
the chart would show all tickets of milestone XXX and of type enhancement plus all their child tickets. This sounds to me as if all parametrized conditions simply should just apply to the root tickets, and the rest of the child and grandchild tickets is displayed without condition.
Replying to didley@gmx.de:
You might try
But I haven't tried the display filter with milestone.