Versions Compared

Key

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

...

Consider the following configuration:

Image RemovedImage Added

where dbi2 is a database custom field of type autocomplete mapped to a dynamic query having dbi field as parameter, and dbi is a parent database custom field of type select list, having as child the dbci field, and the following values saved on an issue for the mentioned custom fields:

Image RemovedImage Added

  • When clicking on the dbi value the inline edit form opens, showing the select list containing all available values.

Image RemovedImage Added

  • After selecting a different value and submitting the form, the values for the child field dbci and the dependent field dbi2 are updated with the first found matching value and saved on the issue:

Image RemovedImage Added

That's it.