Uploaded image for project: 'Jira Software Data Center'
  1. Jira Software Data Center
  2. JSWSERVER-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

    • 12
    • 8
    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features 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:
            330 Vote for this issue
            Watchers:
            144 Start watching this issue

              Created:
              Updated: