Cascading select fields not available as options for Additional Fields

Issue #1116 resolved
Shawn Odegaard created an issue

We can no longer pick cascading select fields for the Additional Fields. We used to be able to pick the custom field Customer as an option, but that no longer shows up.

Comments (11)

  1. Shawn Odegaard reporter

    Correction. I mean cascading select, not multi-select. Please fix the subject line to reflect that also.

  2. Shawn Odegaard reporter

    Here is one of the fields.

    { "id": "customfield_10003", "key": "customfield_10003", "name": "Customer", "custom": true, "orderable": true, "navigable": true, "searchable": true, "clauseNames": [ "cf[10003]", "Customer" ], "schema": { "type": "option-with-child", "custom": "com.atlassian.jira.plugin.system.customfieldtypes:cascadingselect", "customId": 10003 } }

  3. Shawn Odegaard reporter

    Note that I don't think this is a duplicate of 1115, since that one is related to the group by field, not the additional fields field.

  4. Shawn Odegaard reporter

    The field shows now and is usable (an export to csv shows the data fine). However, it doesn't show on the screen view.Screen Shot 07-19-17 at 01.23 PM.PNG

  5. Log in to comment