On Apr 7, 6:39 am, MartinHMB <mar...@senfdax.de> wrote:
> Hi,
>
> I want to add a CustomField to the Tickets. The new CustomField should
> contain The Version when the Bug was fixed. The "Version" field
> contains the Version in which the Bug was introduced or discoverd.
>
> Therefore i've added
>
> [ticket-custom]
> fixedin = select
> fixedin.label = Fixed In
> fixedin.options = ????
>
> what do I have to do in order to get a SelectionBox with alle Versions
> which are configured in the Trac.
>
> Regards, Martin

what you're asking for isn't in trac yet. The version, and version
descriptions aren't accessible in a built in manner (unless I missed
something in the last minor release notes)

In other words, right now you will need to add the releases, like any
other custom select dropdown
fixedin.options=1.0|1.01|10.2A|.....
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to