Opened 15 years ago
Closed 14 years ago
#8466 closed defect (fixed)
query result count in progress bar should match query_args results for milestone groups
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | normal | Milestone: | 1.0 |
Component: | roadmap | Version: | 0.11b1 |
Severity: | trivial | Keywords: | documentation |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
If I have a milestone group like this:
[milestone-groups] closed = closed closed.order = 0 closed.query_args = group=resolution closed.query_args = resolution=completed closed.query_args = resolution=completed - no testing required closed.overall_completion = true
The 'closed' link pulls up the query correctly, but the issue count to the right of the link and the progress bar still tracks ALL closed issues and doesn't take into account the query_args.
I am unclear why the progress bar would not count only the query'd issues and wonder if this is by intent or is overlooked. If it is by intent, can you explain please?
Attachments (0)
Change History (5)
comment:1 by , 15 years ago
Description: | modified (diff) |
---|
comment:2 by , 15 years ago
Component: | report system → roadmap |
---|---|
Keywords: | verify added |
Milestone: | → 0.12.1 |
comment:3 by , 15 years ago
I don't know, but in the online help it says for the first group:
closed.order = 1
I.e. the index count starts at one and not at 0. Could that be the problem?
comment:4 by , 14 years ago
Keywords: | documentation added; verify removed |
---|---|
Milestone: | next-minor-0.12.x → 0.13 |
Owner: | set to |
Severity: | normal → trivial |
Status: | new → assigned |
Sorry, I didn't read the description closely enough, the first time.
.query_args
is not used for defining the groups, only the status is used for that.
.query_args
is used to refine the custom query generated for that group, with additional columns, different sorting order, etc.
I'll try to make the documentation clearer.
Sounds like a bug.