Configure Issue Table Custom Field - v7.1.3.2

Before you can use the "[cwx] Issue Table", you have to configure the custom field first. Do the following:

  1. From the "Administration" menu, select Issues.
    All available issue types are listed.
  2. From the sidebar, select Custom fields.
    All available custom fields are listed.
  3. From the list of custom fields search for your multiple issue picker custom field.
  4. From the cog menu of your multiple issue picker custom field select Configure.
  5. In the "Default Configuration Scheme for Multiple Issue Picker" section, select Edit Configuration next to "Configuration".
  6. A "Configuration" dialog appears.
  7. Enter the following information:
    • Display attribute: Select the issue attribute that should be displayed in the custom field's pull-down menu.
    • Also display the issue key: Select this option to display not only the attribute selected above but also the issue key.
    • JQL: Enter a JQL query to determine the issues to display in the table.
    • Fields to display: Select the custom fields you want to have displayed for each issue (in a table).

    In the JQL query, you can use variables in replacement syntax, e.g. $!fieldHelper.getValueAsString("components").

    Using this syntax, you can also query for metadata provided by the catWorkX Project Metadata add-on.

  8. Click Update configuration.