Changes between Version 9 and Version 10 of DynamicFieldsPlugin


Ignore:
Timestamp:
Aug 31, 2010, 3:19:30 PM (14 years ago)
Author:
Rob Guttman
Comment:

added overwrite docs for copy_from rule

Legend:

Unmodified
Added
Removed
Modified
  • DynamicFieldsPlugin

    v9 v10  
    9090}}}
    9191
     92
    9293==== Copy rule ====
    9394Let's say your workflow includes reassigning a ticket's {{{owner}}} to someone else for review or verification but maintain the person responsible for the work in a custom {{{captain}}} field.  Initially the {{{captain}}} should be set to the {{{owner}}}, so to reduce data entry in making this so:
     
    9596[ticket-custom]
    9697captain.copy_from = owner
     98captain.overwrite = false
    9799}}}
     100
     101The default copy behavior is to not overwrite a value if one already exists or the target field is hidden.  To always copy the value, set the {{{overwrite}}} option to ''true''.
     102
    98103
    99104==== Default value rule ====