Inline Edit

Starting with 2.1.3 version and above, Database Custom Fields PRO provides support for the inline edit feature: all database information fields (parent and child) can be edited inline in the view issue screen.

How it works

Consider the following configuration:

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

When you click the dbi value, the inline edit form opens showing a select list with all available values.

After you select a different value and submit the form, the values for the child dbci field and the dependent dbi2 field are updated with the first found matching value and saved on the issue.

That's it.

See More