Finding Errors
Backlog Page
If your backlog does not show up, you can usually find the problem by using this checklist:
- Clear your browser cache.
- If you used trac-admin deploy, please make sure that you re-deployed after installing the Agilo version.
- Enable Firebug (or Safari/Chrome developer tools) and check if you see some Javascript errors.
- On the backlog page (even if it just shows a spinner), type this command in the firebug console: controller.model.validateBacklogIntegrity() This should give you some error output (actually I don't know yet why these errors don't show up nicely in the UI)
- If the problem occurs on the whiteboard, type this command in the firebug console (even if it just shows a spinner): board.backlog.validateBacklogIntegrity()
- Check if you modified the default linking configuration:
- Tasks should not link to any other type
- a type must not link to another item of the same type
- Stories should link to tasks (the admin interface currently has a weak spot when enforcing these constraints)
- Check if you modified the default field configuration:
- Tasks must have a field 'remaining_time'
- No 'container' type (which can link to other tickets) must have the field 'remaining_time'.
Last modified 9 years ago
Last modified on 06/14/2010 06:53:20 PM