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

    • 47
    • 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.

          Form Name

            [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

            Leo Nieman added a comment -

            +1

            There is a calculated field that I regularly need to see in order to know how to progress in meetings. 

            Not being able to see this field without clicking on the issue to open it in a separate window is highly annoying and slows us down.

            Leo Nieman added a comment - +1 There is a calculated field that I regularly need to see in order to know how to progress in meetings.  Not being able to see this field without clicking on the issue to open it in a separate window is highly annoying and slows us down.

            +1 on Ramon's comment. This is lame and needs to be addressed. 

            Dominick DeStastio added a comment - +1 on Ramon's comment. This is lame and needs to be addressed. 

            Ramon Salla added a comment - - edited

            What's curious is that scripted fields from Script Runner show up in the Card Layout so no clear undestanding why not allowing them in the Issue Detail View.

            Ramon Salla added a comment - - edited What's curious is that scripted fields from Script Runner show up in the Card Layout so no clear undestanding why not allowing them in the Issue Detail View.

            I can't understand why the Issue Detail on a board would not allow scripted fields... It's a great reference during standups, and we create scripted fields to get better information about issues for exactly these sorted of reasons. I hope this gets resolved soon

            Shaun Grose added a comment - I can't understand why the Issue Detail on a board would not allow scripted fields... It's a great reference during standups, and we create scripted fields to get better information about issues for exactly these sorted of reasons. I hope this gets resolved soon

            Markus Fischbacher added a comment - - edited

            We are using a ScriptRunner ScriptField to show the total amount of Storypoints in a Feature (summed up of linked Stories).
            Would be valuable to have the sum shown on the Detail View.

            Markus Fischbacher added a comment - - edited We are using a ScriptRunner ScriptField to show the total amount of Storypoints in a Feature (summed up of linked Stories). Would be valuable to have the sum shown on the Detail View.

            Adding a vote to this.

            We are developing the Teamcity integration for Jira plugin.
            Our customers want to use the custom field from the plugin on Issue Detail View (in Agile boards) вut we use the AbstractCustomFieldType as a ancestor.

            Please add support for custom fields inherited of this class

            Dmitry Kostochko added a comment - Adding a vote to this. We are developing the Teamcity integration for Jira plugin . Our customers want to use the custom field from the plugin on Issue Detail View (in Agile boards) вut we use the AbstractCustomFieldType as a ancestor. Please add support for custom fields inherited of this class

            Alexander Petr, got tired of waiting so we implemented it. Checklists will be editable from details view in next release

            Yves Riel [Okapya] added a comment - Alexander Petr, got tired of waiting so we implemented it. Checklists will be editable from details view in next release

            Edit Checklist items directly in the details view would be great!

            alexanderpetr added a comment - Edit Checklist items directly in the details view would be great!

            We would love to be able to edit checklists directly in the issue detail view.

            Philippe Meloche added a comment - We would love to be able to edit checklists directly in the issue detail view.

            The value this would add in crazy high. 

            Killian Farrell added a comment - The value this would add in crazy high. 

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

                Created:
                Updated: