user story #80 (closed: duplicate)
Roadmap Error
| Test Complete Size: | 0 | Test Complete Date: | |
|---|---|---|---|
| Documentation Complete Size: | 0 | Documentation Complete Date: | |
| Acceptance Complete Size: | 0 | Acceptance Complete Date: | |
| Reported by: | riceball | Owned by: | ja11sop |
| Milestone: | Clean up of Plugin with Patch | Component: | agiletracplugin |
| Version: | Keywords: | KeyError | |
| Cc: | Blocked By: | ||
| Patch SVN Revision: | Patch Trac Version: | ||
| Blocking: | |||
| In Iterations: | 18 |
Description
the reason i found : the status is None , the status_count is no any about this.
def get_ticket_group_stats(self, ticket_ids, milestone_sizing_stats, end_date): .....
if status == 'closed' and not stages[ticket_id]done?:
status = 'sized'
if status is None: # added by riceball
status = # added by riceball
Change History
Have a look at the list of modified files related to this ticket.
Note: See
TracTickets for help on using
tickets.
