On Jan 21, 2:23 am, "Guy Bashan" <[email protected]> wrote: > Hi all, > > Is it possible to automatically enter a default value to a custom field in > trac ticketing system? > > I have a custom field containing the current build of the ticket. I want the > current build to be entered to the custom field automatically. > > The data of the current build will be somewhere in a text file on the > machine. > > Thanks, > > Guy.
[ticket-custom] mycustomField = select mycustomField.label = Build Version mycustomField.options =1.00|1.01|1.02|other|NA mucustomField.value=2 defaults to 1.01 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
