Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To use dynamic picker fields (LINK) you need to xxxcreate text files on the server that contain field values on separate rows for each separate field you want use. The files need to have read and write provileges for the user JIRA is running as. If you want to use something other than flat files for the data source for the dynamic picker fields you need to code your own class implementing the DynamicPickerService interface and configure the service to use the class in the atlassian-plugin.xml.

Download

...