Provides support for ticket dependencies and master tickets.
Project description
Notes
Adds basic ticket dependencies for Trac.
Note: MasterTickets 3.0 requires Trac 0.12 or higher.
What is it?
This plugin adds “blocks” and “blocked by” fields to each ticket, enabling you to express dependencies between tickets. It also provides a graphviz-based dependency-graph feature for those tickets having dependencies specified, allowing you to visually understand the dependency tree. The dependency graph is viewable by clicking ‘depgraph’ in the context (in the upper right corner) menu when viewing a ticket that blocks or is blocked by another ticket.
What is it not?
It does not provide ticket-hiding for sub-tasks of a top-level ticket.
There is no orthogonal parent/child relationship possible
You cannot view the descriptions of tickets depending on the current ticket
In fact, there are no explicit features that can assist you with sub-task management
Although it would be cool.
It does not allow you to create a dependent ticket from the current ticket
It does not include reporting features to show how tasks are interrelated (other than the dependency graph already described above).
Configuration
To use this plugin you must configure two custom fields named blocking and blocked_by.
All other configuration options go in the [mastertickets] section.
- dot_pathoptional, default: dot
Path to the dot executable. This is only used for the dependency graph.
- use_gsoptional, default: False
If enabled, use ghostscript to produce a nicer dependency graph.
- gs_pathoptional, default: gs
Path to the ghostscript executable.
To enable the plugin:
[components] mastertickets.* = enabled [ticket-custom] blocking = text blocking.label = Blocking blockedby = text blockedby.label = Blocked By
Custom fields
While the two field names must be blocking and blocked_by, you are free to use any text for the field labels.
Example
To use a locally-built graphviz:
[mastertickets] dot_path = /usr/local/bin/dot [components] mastertickets.* = enabled [ticket-custom] blocking = text blocking.label = Blocking blockedby = text blockedby.label = Blocked By
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file TracMasterTickets-3.0.tar.gz
.
File metadata
- Download URL: TracMasterTickets-3.0.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 895e7e5534693d6f32f6e465971af8eac863019368282410a7f3993a36218d4c |
|
MD5 | 4ced460069b75b5f1b803573c28f0509 |
|
BLAKE2b-256 | 1c12f733d2bd3ea46fc14f820bc82a319e040164e8a406e6e45154d383dc31f8 |
File details
Details for the file TracMasterTickets-3.0-py2.6.egg
.
File metadata
- Download URL: TracMasterTickets-3.0-py2.6.egg
- Upload date:
- Size: 44.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f9d325025df7493137539cb44deed6bf14b161156b6df8fde9cebed214dfe404 |
|
MD5 | 50c057e76b37d39a7ae0e0274e27dd66 |
|
BLAKE2b-256 | f3216f4463e8d3ae306fe1d56339aa50188262039b49090a46a95bda5b4ca735 |