Edgewall Software
Modify

Opened 15 years ago

Closed 13 years ago

#8466 closed defect (fixed)

query result count in progress bar should match query_args results for milestone groups

Reported by: tlokitz@… 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 Remy Blank)

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 Remy Blank, 15 years ago

Description: modified (diff)

comment:2 by Christian Boos, 15 years ago

Component: report systemroadmap
Keywords: verify added
Milestone: 0.12.1

Sounds like a bug.

comment:3 by Carsten Klein <carsten.klein@…>, 14 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?

See http://trac.edgewall.org/wiki/TracRoadmapCustomGroups

comment:4 by Christian Boos, 13 years ago

Keywords: documentation added; verify removed
Milestone: next-minor-0.12.x0.13
Owner: set to Christian Boos
Severity: normaltrivial
Status: newassigned

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.

comment:5 by Christian Boos, 13 years ago

Resolution: fixed
Status: assignedclosed

Clarified in r10661.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christian Boos.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christian Boos to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.