Versions Compared

Key

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

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".

    Image Removed


    Image Added



  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.

    Image Modified



  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.

    Image Removed


    Image Added



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

    Image Removed


    Image Added



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


Info

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.

...