wiki:TracTicketRelationAndSchedulePlugin

Version 4 (modified by Cauly, 7 years ago) (diff)

--

TracTicketRelationAndSchedulePlugin - The plugin for those who need complex ticket relations and schedule management.

This plugin is currently under active development. Use only for evaluating purpose.

Description

This plugin brings following function:

  1. Ticket relations that supports customization. Similar to SubTicketPlugin, ChildTicketsPlugin, etc..
  2. Schedule diagram based on ticket relation.


Configuration

The configuration is very simple and self-explanative.

The required custom fields will be auto-created, but it's supported to be hand-edited for details.

[ticket-custom]
activity_finish_date = time
activity_finish_date.label = Planned Finish
activity_finished_date = time
activity_finished_date.label = Actual Finish
activity_start_date = time
activity_start_date.label = Planned Start
activity_started_date = time
activity_started_date.label = Actual Start
bug_task_relation_a = textarea
bug_task_relation_a.format = summary,status,owner
bug_task_relation_a.label = All Tasks
bug_task_relation_a.relation_type = many
bug_task_relation_b = text
bug_task_relation_b.label = Related Defect
bug_task_relation_b.relation_type = one

[ticket-relation]
bug_task_relation = defect -> task
bug_task_relation.label = Related Defect -> All Tasks
bug_task_relation.type = one -> many

[ticket-relation-schedule]
task.show_schedule = True

Bugs/Feature Requests

Existing bugs and feature requests for TracTicketRelationAndSchedulePlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from here.

Source

You can check out TracTicketRelationPlugin from here using Git.

Installation

General instructions on installing Trac plugins can be found on the TracPlugins page.

Author/Contributors

Author: cauly
Maintainer: Cauly
Contributors:

Attachments (2)

Download all attachments as: .zip