Modify

Opened 15 years ago

Closed 15 years ago

Last modified 14 years ago

#5949 closed enhancement (fixed)

Variable custom field

Reported by: didley@… Owned by: Matthias
Priority: normal Component: ProjectPlanPlugin
Severity: major Keywords:
Cc: Trac Release: 0.11

Description

If I wanna use ProjectPlanPlugin I have to configure sepcial custom-fields. Some trac-user have custom fields like due date closing date already. Like me.

Would it be possible to change your code in this way that I can use my existing custom fields? We could have variabillity if your code will ask for custom field labels for example.

didley

Attachments (0)

Change History (5)

comment:1 Changed 15 years ago by Matthias

Hallo,

Yes, it is possible. As a suggestion: I could add 3 configuration entries in ppoptions section

  • custom_dependency_field
  • custom_due_assign_field
  • custom_due_close_field

which can be configured to Ticket-Custom "fields values", where to read these values. for example: you have the following ticket custom entry

[ticket-custom]
mydueassign = text
mydueassign.label = Due to Assign
mydueassign.value = 

and let projectplanplugin use it, instead of the default due_assign with

[ppoptions]
custom_due_assign_field = mydueassign

Is this, what you have on your mind?

comment:2 Changed 15 years ago by didley@…

Yes, that's exactly what I thought.

didley

comment:3 Changed 15 years ago by Matthias

Severity: normalmajor
Status: newassigned

Ok, accepted

this may take some time. stay tuned.

comment:4 Changed 15 years ago by Matthias

Resolution: fixed
Status: assignedclosed

(In [6670]) added variable ticket-custom fields ( closes #5949 ), fixed bug in betickets with no dependencies

comment:5 Changed 14 years ago by didley@…

works great. thanxx

didley

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Matthias.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.