Hi

I've installed Agilo Pro and got most of it to work except an
Impediment backlog.

I followed the Scrum Tool Agilo instructions on YouTube Creating an
impediment Backlog (http://youtu.be/_unN7t0ppt4) and everything looks
OK, but when I create a New Impediment it doesn't show up in the
Impediment backlog (or anywhere else - I can find it when I search for
Trac tickets but it doesn't show up in Agilo!?!

Anyone have an idea why?

Note: I've added my trac.ini below.

My next question may answer itself, when I get it to work. Can I take
an existing Task ticket and change it to an Impediment ticket - or is
this not the way to do it?

*************************** trac.ini
************************************

# -*- coding: utf-8 -*-

[agilo-backlogs]
impediment.include_planned_items = False
impediment.name = Impediment
impediment_backlog.include_planned_items = False
impediment_backlog.name = Impediment Backlog
product_backlog.columns = businessvalue:editable, roif,
story_priority:editable, rd_points:editable|total_story_points
product_backlog.include_planned_items = False
product_backlog.name = Product Backlog
sprint_backlog.charts = burndown
sprint_backlog.columns = remaining_time:editable|total_remaining_time,
owner:editable, drp_resources:editable
sprint_backlog.include_planned_items = False
sprint_backlog.name = Sprint Backlog

[agilo-general]
burndown_should_show_working_days_only = False
should_reload_burndown_on_filter_change_when_filtering_by_component =
False
sprints_can_start_or_end_on_weekends = False
use_days_for_time = False

[agilo-licensing]
licenses = xxxxxxxxxxxxxxxxxxxxxx

[agilo-links]
allow = requirement-story, story-task, bug-task, bug-story, impediment-
task
bug.calculate = total_remaining_time=sum:get_outgoing.remaining_time
bug.task.copy = owner, sprint
bug.task.show = owner, remaining_time
cache.related = False
cache.timeout = 0
impediment.task.copy = milestone, sprint
requirement.calculate = total_story_points=sum:get_outgoing.rd_points|
type=story,mandatory_story_points=sum:get_outgoing.rd_points|
type=story|
story_priority=Mandatory,roif=div:businessvalue;mandatory_story_points
requirement.story.copy = owner
requirement.story.show = rd_points, story_priority
story.calculate =
total_remaining_time=sum:get_outgoing.remaining_time,estimated_remaining_time=mul:rd_points;get_sprint.get_team_metrics.rt_usp_ratio
story.task.copy = owner, sprint
story.task.show = owner, remaining_time

[agilo-types]
bug = dependency, cc, related, o_links, priority, sprint, i_links,
duedate
bug.alias = Bug
impediment = dependency, cc, milestone, related, o_links, sprint,
i_links, duedate
impediment.alias = Impediment
requirement = dependency, cc, businessvalue, milestone, related,
o_links, keywords, i_links, duedate
requirement.alias = Requirement
story = dependency, cc, related, o_links, story_priority,
initiatedbycustomer, keywords, rd_points, sprint, i_links, duedate
story.alias = User Story
task = drp_resources, dependency, cc, related, o_links,
remaining_time, initiatedbycustomer, sprint, i_links, duedate
task.alias = Task

[changeset]
max_diff_files = 0

[components]
agilo.* = enabled
agilo_common.* = enabled
agilo_pro.* = enabled
trac.ticket.api.ticketsystem = disabled
trac.ticket.roadmap.roadmapmodule = disabled
trac.ticket.web_ui.ticketmodule = disabled
trac.versioncontrol.svn_authz.svnauthzoptions = enabled

[header_logo]
link =
src = agilo/images/default_logo.png

[inherit]
file = /etc/trac/trac.ini
templates_dir = /usr/local/lib/python2.6/dist-packages/agilo-0.9.3-
py2.6.egg/agilo/templates

[logging]
log_level = INFO
log_type = file

[project]
footer = Visit the Trac open source project at<br /><a href="http://
trac.edgewall.org/">http://trac.edgewall.org/</a>
icon = agilo/images/favicon.ico
name = ScrumTest

[report]
items_per_page_rss = 0

[ticket]
restrict_owner = True
[ticket-custom]
businessvalue = select
businessvalue.label = Business Value
businessvalue.options = |100|200|300|500|800|1200|2000|3000
drp_resources = text
drp_resources.label = Resources
i_links = text
i_links.label = Referenced By
o_links = text
o_links.label = References
rd_points = select
rd_points.label = Story Points
rd_points.options = |0|1|2|3|5|8|13|20|40|100
remaining_time = text
remaining_time.label = Remaining Time
sprint = select
sprint.label = Sprint
story_priority = select
story_priority.label = Importance
story_priority.options = |Mandatory|Linear|Exciter

[ticket-workflow]
accept = new,assigned,accepted,reopened -> accepted
accept.operations = set_owner_to_self
accept.permissions = TICKET_MODIFY
leave = * -> *
leave.default = 1
leave.operations = leave_status
reassign = new,assigned,accepted,reopened -> assigned
reassign.operations = set_owner
reassign.permissions = TICKET_MODIFY
reopen = closed -> reopened
reopen.operations = del_resolution
reopen.permissions = TICKET_CREATE
resolve = new,assigned,accepted,reopened -> closed
resolve.operations = set_resolution
resolve.permissions = TICKET_MODIFY

[timeline]
ticket_show_details = False

[trac]
auto_reload = False
check_auth_ip = False
debug_sql = False
metanav = login,logout,prefs,help,about
permission_policies = AgiloPolicy, DefaultPermissionPolicy,
LegacyAttachmentPolicy
repository_dir = /var/svn/svntest/
secure_cookies = False
use_base_url_for_redirect = False

********************* inherited file ************************

# -*- coding: utf-8 -*-

[attachment]
max_size = 3145728

[browser]
hide_properties = svk:merge

[components]
trac.ticket.report.* = disabled

[header_logo]
link = /

[logging]
log_file = trac.log
log_level = DEBUG
log_type = none

[mimeviewer]
php_path = php
enscript_path = enscript
tab_width = 8
max_preview_size = 262144

[notification]
always_notify_owner = true
always_notify_reporter = true
smtp_password =
smtp_enabled = true
#smtp_replyto = [email protected]
smtp_replyto = [email protected]
smtp_port = 25
smtp_server = 149.212.31.26
#smtp_server = smtp.fullrate.dk
#smtp_server = smtp.pulz8.com
#smtp_server = smtp.clearwire.dk
#smtp_from = [email protected]
smtp_from = [email protected]
smtp_subject_prefix = [trac]
#smtp_user =

[project]
footer =  Visit the Trac open source project at<br /><a href="http://
trac.edgewall.com/">http://trac.edgewall.com/</a>
icon = common/trac.ico

[svn]

[timeline]
ticket_show_details = true

[ticket-custom]
duedate = text
duedate.format = wiki
duedate.label = Due Date (yyyymmdd)
duedate.order = 1

project = text
project.format = wiki
project.label = Project
project.order = 2

releasenotes = checkbox
releasenotes.label = Release notes
releasenotes.value = 0
releasenotes.order = 3

dependency = text
dependency.format = wiki
dependency.label = Dependency
dependency.order = 4

related = text
related.format = wiki
related.label = Related
related.order = 5

initiatedbycustomer = checkbox
initiatedbycustomer.label = Initiated by customer
initiatedbycustomer.value = 0
initiatedbycustomer.order = 6

[timeline]
changeset_show_files = 0
ticket_show_details = true
default_daysback = 30

[trac]
default_charset = iso-8859-15
ignore_auth_case = false
permission_store = DefaultPermissionStore
check_auth_ip = true
database = sqlite:db/trac.db
templates_dir = /usr/share/trac/templates
default_handler = WikiModule
metanav = login,logout,settings,help,about
mainnav = wiki,timeline,roadmap,browser,tickets,newticket,search

[wiki]
ignore_missing_pages = false

-- 
Follow Agilo on Twitter: http://twitter.com/agiloforscrum
Please support us by reviewing and voting on: 
http://userstories.com/products/8-agilo-for-scrum 
http://ohloh.net/p/agilo-scrum 
http://freshmeat.net/projects/agiloforscrum

You have received this message because you are subscribed to
the "Agilo for Scrum" Google Group. This group is focused on
supporting Agilo for Scrum users and is moderated by
Agilo Software GmbH <http://www.agiloforscrum.com>.

To post to this group, send email to [email protected]
To unsubscribe from this group, send an email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/agilo

Reply via email to