Uploaded image for project: 'Jira Software Cloud'
  1. Jira Software Cloud
  2. JSWCLOUD-9626

As a developer, I want the Issue Detail View in the plan and work mode to support the different JIRA custom field abstract classes so that my own custom field can be displayed

XMLWordPrintable

    • 5
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      I have a custom field which derives from AbstractMultiCFType and that cannot be displayed in the Issue Detail View of the Plan and Work Modes. Looking at the GH code, in the DetailViewFieldConfigurationServiceImpl class, it shows that only the following classes or classes which derives from them are supported:

      • GenericTextCFType
      • NumberCFType
      • DateCFType
      • DateTimeCFType
      • UserCFType
      • MultiUserCFType
      • MultiGroupCFType
      • LabelsCFType
      • SelectCFType
      • MultiSelectCFType
      • VersionCFType
      • CascadingSelectCFType
      • EpicLinkCFType

      It seems that you do not support your own base classes and many custom fields do derive from the base classes. Please at least support the AbstractMultiCFType as the MultiSelectCFType derives directly from it.

            Unassigned Unassigned
            e0615f94a661 Yves Riel [Okapya]
            Votes:
            163 Vote for this issue
            Watchers:
            61 Start watching this issue

              Created:
              Updated: