Using Autocomplete

This page describes how you can use autocomplete on an issue (simple query).

Using autocomplete on Create/Update issue screens

Follow the steps below:

  1. Log into your Jira as Admin.

  2. Go to the field configuration page and ensure that the type of the custom field is "Autocomplete".





  3. Go to an issue in Jira and try to edit it first. The database custom fields will appear like any other custom field. When trying to edit an issue, the sql is executed and the results will be available through autocomplete.





  4. Type the first letter of a possible value and a list of options will appear. From these options you can select one for the current field. When you select a value for the main database custom field, the value for the child database custom field is filled in automatically, see an example in the picture below.





  5. Now that the fields are filled in, you can update the issue with the provided values.





  6. After you update the issue, the values are displayed as details of that issue.



The creation of an issue can be done in a similar way.

Using autocomplete for a transition

This is similar to the update of an issue, but we provide more details on how to use the database custom fields on transitions.

The following example involves updating the issue fields when a user clicks Reopen for a ticket.

The value of the field Product Name can be changed to another value like in the screenshot below:

The database child custom field is filled in on selection of the value for the main database custom field. If you click Start Progress, the values are updated for the database custom fields and the issue goes to the final state of the transition.

For our example it looks like the following picture.