Edgewall Software
Modify

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#11209 closed defect (cantfix)

KeyError: 'requirement'

Reported by: jmanthei Owned by:
Priority: normal Milestone:
Component: general Version: 0.12.2
Severity: normal Keywords:
Cc: support@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description

How to Reproduce

While doing a GET operation on /backlog/Product Backlog, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{'name': u'Product Backlog', 'scope': None}

User agent: #USER_AGENT#

System Information

Trac 0.12.2
Agilo 1.3.9-PRO
Babel 0.9.6 (translations unavailable)
Docutils 0.8.1
Genshi 0.6
Pygments 1.4
pysqlite 2.6.0
Python 2.7.3 (default, Aug 1 2012, 05:14:39)
[GCC 4.6.3]
pytz 2011k
setuptools 0.6
SQLite 3.7.9
Subversion 1.6.17 (r1128011)
jQuery #JQUERY#

Enabled Plugins

binary-agilo 1.3.9-PRO
TracMercurial 0.12.0.29dev-r10936

Python Traceback

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/trac/web/main.py", line 511, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.7/dist-packages/trac/web/main.py", line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/local/lib/python2.7/dist-packages/binary_agilo-1.3.9_PRO-py2.7.egg/agilo/api/view.py", line 155, in process_request
    return self._call_filters_and_handler(req, handler)
  File "/usr/local/lib/python2.7/dist-packages/binary_agilo-1.3.9_PRO-py2.7.egg/agilo/api/view.py", line 143, in _call_filters_and_handler
    data = handler(req) or {}
  File "/usr/local/lib/python2.7/dist-packages/binary_agilo-1.3.9_PRO-py2.7.egg/agilo/scrum/backlog/web_ui.py", line 326, in do_get
    backlog_table = renderer.get_backlog_table_html(req.href())
  File "/usr/local/lib/python2.7/dist-packages/binary_agilo-1.3.9_PRO-py2.7.egg/agilo/scrum/backlog/backlog_renderer.py", line 230, in get_backlog_table_html
    for item in self.get_top_level_containers():
  File "/usr/local/lib/python2.7/dist-packages/binary_agilo-1.3.9_PRO-py2.7.egg/agilo/scrum/backlog/backlog_renderer.py", line 73, in get_top_level_containers
    if self.ticket_is_container(item.ticket) and not self.ticket_has_parents(item.ticket):
  File "/usr/local/lib/python2.7/dist-packages/binary_agilo-1.3.9_PRO-py2.7.egg/agilo/scrum/backlog/backlog_renderer.py", line 62, in ticket_is_container
    if len(self.configured_child_types_for_type(ticket_type)) != 0:
  File "/usr/local/lib/python2.7/dist-packages/binary_agilo-1.3.9_PRO-py2.7.egg/agilo/scrum/backlog/backlog_renderer.py", line 53, in configured_child_types_for_type
    for possible_child in self.link_tree[ticket_type]:
KeyError: 'requirement'

Attachments (0)

Change History (2)

comment:1 by Jun Omae, 11 years ago

Cc: support@… added
Resolution: cantfix
Status: newclosed

comment:2 by stefano.rago@…, 11 years ago

@jomae: thank you for putting us in cc
@jmanthei: please write to support@…

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) 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.