Changes between Version 1 and Version 2 of TracTicketRelationAndSchedulePlugin


Ignore:
Timestamp:
Sep 3, 2017, 3:04:29 PM (7 years ago)
Author:
Cauly
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketRelationAndSchedulePlugin

    v1 v2  
    22
    33= TracTicketRelationAndSchedulePlugin - The plugin for those who need complex ticket relations and schedule management.
     4
     5
     6**This plugin is currently under active development. Use only for evaluating purpose.**
    47
    58== Description
     
    9122. Schedule diagram based on ticket relation.
    1013
    11 **This plugin is currently under active development. Use only for evaluating purpose.**
     14[[Image(1.png)]]
     15[[Image(2.png)]]
     16
     17== Configuration
     18The configuration is very simple and self-explanative.
     19
     20The required custom fields will be auto-created, but are supposed to be hand-edited for details.
     21
     22{{{
     23[ticket-custom]
     24activity_finish_date = time
     25activity_finish_date.label = Planned Finish
     26activity_finished_date = time
     27activity_finished_date.label = Actual Finish
     28activity_start_date = time
     29activity_start_date.label = Planned Start
     30activity_started_date = time
     31activity_started_date.label = Actual Start
     32bug_task_relation_a = textarea
     33bug_task_relation_a.format = summary,status,owner
     34bug_task_relation_a.label = All Tasks
     35bug_task_relation_a.relation_type = many
     36bug_task_relation_b = text
     37bug_task_relation_b.label = Related Defect
     38bug_task_relation_b.relation_type = one
     39
     40[ticket-relation]
     41bug_task_relation = defect -> task
     42bug_task_relation.label = Related Defect -> All Tasks
     43bug_task_relation.type = one -> many
     44
     45[ticket-relation-schedule]
     46task.show_schedule = True
     47}}}
     48
    1249
    1350== !Bugs/Feature Requests
     
    2360== Download
    2461
    25 Download the zipped source from [export:tracticketrelationandscheduleplugin here].
     62Download the zipped source from [https://github.com/CaulyKan/TracTicketRelationPlugin/archive/master.zip here].
    2663
    2764== Source
    2865
    29 You can check out TracTicketRelationAndSchedulePlugin from [/svn/tracticketrelationandscheduleplugin here] using Subversion, or [source:tracticketrelationandscheduleplugin browse the source] with Trac.
     66You can check out TracTicketRelationPlugin from [https://github.com/CaulyKan/TracTicketRelationPlugin.git here] using Git.
    3067
    3168== Installation
    3269
    3370General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    34 
    35 == Recent Changes
    36 
    37 [[ChangeLog(tracticketrelationandscheduleplugin, 3)]]
    3871
    3972== !Author/Contributors