This is a plugin that allows adding budgeting information to tickets. This is useful when more than one person is working on a ticket. The generated report shows all tickets where a person is involved.
Adding new budgeting information:
Showing budgeting info after ticket box:
The milestone view will also show additional info, seescreenshot.
This plugin also includes a report, which shows all tickets in which users are involved. Seescreenshot.
Existing bugs and feature requests forBudgetingPlugin arehere.
If you have any issues, create anew ticket.
defect | 15 / 16 | ||
---|---|---|---|
enhancement | 1 / 1 | ||
task | 2 / 2 |
Download the zipped source fromhere.
You can check outBudgetingPlugin fromhere using Subversion, or browse the source:
The plugin is also available onPyPI.
General instructions on installing Trac plugins can be found on theTracPlugins page.
The configurable types in yourtrac.ini
file are as follows:
[budgeting-plugin]types=Doku|Impl|Info|Spezi|Testdefault_cost=2.0default_estimation=2.0default_state=0default_type=Impl
Default configuration:
[budgeting-plugin]# list of users, which should be excluded to show in the drop-down list; should be usable as SQL-IN listexclude_users='anonymous','authenticated','tracadmin'# indicates whether users should be retrieved from session or permission table; possible values: permission, sessionretrieve_users=permission# Types of work, which could be selected in select-box.types=Documentation|Implementation|Specification|Test
Additional info in milestone view
screenshot of budgeting report
screenshot of changing ticket budgeting
Screenshot of budgeting preview
Download all attachments as:.zip