Log inSkip to main contentSkip to sidebar
Something went wrong, please try again.
Create and track feature requests for Atlassian products.
  • More
    DashboardsProjectsIssues
  • Give feedback to Atlassian
  • Help
    • Jira Core help
    • Keyboard Shortcuts
    • About Jira
    • Jira Credits
  • Log In
IMPORTANT: JAC is a Public system and anyone on the internet will be able to view the data in the created JAC tickets. Please don’t include Customer or Sensitive data in the JAC ticket.

Open issues

  • All issues
  • Open issues
  • Done issues
  • Viewed recently
  • Created recently
  • Resolved recently
  • Updated recently
View all issues and filters
Order by Priority
  1. Suggestion
    JSWSERVER-9626As 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
  2. Suggestion
    JSWSERVER-9833As a user I want to set non-working days for multiple boards at once
  3. Suggestion
    JSWSERVER-11952Ability to configure a default board to show for a project
  4. Suggestion
    JSWSERVER-12432In a Filter, I should be able to query for issues closed in the most recently closed sprint
  5. Suggestion
    JSWSERVER-15872Rename a Closed Sprint without Re-opening it
  6. Suggestion
    JSWSERVER-25122Advanced Roadmaps - Add support for more custom fields to the plan view
  7. Suggestion
    JSWSERVER-25154Add the (time) Logged field to the new interface
  8. Suggestion
    JSWSERVER-25177Allow epic assignment to multiple teams and resources
  9. Suggestion
    JSWSERVER-25749Allow placement of fields between Description and Comment section in Issue View
  10. Suggestion
    JSWSERVER-26078Add support to MySQL 8.4
  11. Suggestion
    JSWSERVER-26489Add JQL search links to the average age chart gadget
  12. Suggestion
    JSWSERVER-7992Ability to see sub-tasks in the backlog
  13. Suggestion
    JSWSERVER-9167Provide ability to automatically sum estimates from sub-tasks in user stories
  14. Suggestion
    JSWSERVER-15634Duplicate sprint names creating conflicts
  15. Suggestion
    JSWSERVER-15655Ability to add columns to Epic Issue list on Epic
  16. Suggestion
    JSWSERVER-16300Swimlane on Kanban Board by Initiative
  17. Suggestion
    JSWSERVER-25115Milestones
  18. Suggestion
    JSWSERVER-25121Add Original Estimate to Advanced Roadmaps New Experience
  19. Suggestion
    JSWSERVER-25183Allow users to display the Resolved Date in Advanced Roadmaps plans
  20. Suggestion
    JSWSERVER-25190Allow Advanced Roadmaps to Group by any custom field
  21. Suggestion
    JSWSERVER-21505Support for JIRA with Apple OpenJDK
  22. Suggestion
    JSWSERVER-25285Provide REST API documentation for Advanced Roadmaps for Jira
  23. Suggestion
    JSWSERVER-26488Provide the option to update the description of locked fields, such as Team.
  24. Suggestion
    JSWSERVER-3573Ability to transition issues using drag and drop when target status is in the same column of the Agile board
  25. Suggestion
    JSWSERVER-10191Please allow to add scripted fields to the issue details view
  26. Suggestion
    JSWSERVER-13029Ability to see Sprint start and end dates in search results in issue navigator
  27. Suggestion
    JSWSERVER-13208Ability to switch between multiple swimlanes configurations from the quickfilter area
  28. Suggestion
    JSWSERVER-15768REST API access to information in Development Panel
  29. Suggestion
    JSWSERVER-21245Ability to add custom columns in release page (view)
  30. Suggestion
    JSWSERVER-24538Ability to change the date format on an Advanced Roadmap plan in Server / DC
  31. Suggestion
    JSWSERVER-24817Being able to add a hierarchy level between Epic and Story
  32. Suggestion
    JSWSERVER-24821Item Issue Hierarchy per Project
  33. Suggestion
    JSWSERVER-24990JQL Search for Team does not Recognize Team Names
  34. Suggestion
    JSWSERVER-25146Change Issue status from within Jira Advanced Roadmap
  35. Suggestion
    JSWSERVER-20404Display the Time Estimate in the Burndown Chart in days instead of hours.
  36. Suggestion
    JSWSERVER-24769Audit Log for Advanced Roadmaps Plan (Portfolio) changes
  37. Suggestion
    JSWSERVER-26010Improve session handling for Jira + OIDC
  38. Suggestion
    JSWSERVER-6431As a Scrum Master I would like ability to assign issues by dragging and dropping between assignee swimlanes
  39. Suggestion
    JSWSERVER-8964Specific permission to add an issue to a Sprint (or remove an issue from a Sprint)
  40. Suggestion
    JSWSERVER-13265Provide UI method to identify origin board for a sprint.
  41. Suggestion
    JSWSERVER-15624Allow more than 3 fields on card layout
  42. Suggestion
    JSWSERVER-16744Adding custom columns to Release Page
  43. Suggestion
    JSWSERVER-20097JQL search for issues added and removed from a sprint
  44. Suggestion
    JSWSERVER-21238Support Github Cloud Enterprise organisation managed by Azure IdP
  45. Suggestion
    JSWSERVER-25193Release the "duplicate plan" feature for Jira Data Center
  46. Suggestion
    JSWSERVER-26487REST API to Restrict Access to Advanced Roadmap Programs and Plans
  47. Suggestion
    JSWSERVER-20814Support of Github Apps in DVCS instead of user based OAuth
  48. Suggestion
    JSWSERVER-21595As a Jira Admin, I want to uniquely identify each DVCS repo sync related lines in the logs
  49. Suggestion
    JSWSERVER-25116Plan should use Issue Resolution rather than Issue Status Category to determine when to remove issues
  50. Suggestion
    JSWSERVER-6725Edit Recent board list
Refresh results
1 2 3 4 5Next >>
1 of 3009
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

Log In
Gathering Interest
Export
undefinedView workflow
XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • None
    • AgileBoard
      • affects-server
      • pse-request
      • triaged
    • 11
    • 13
    • 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.

        has a derivative of

        Suggestion - JSWSERVER-10191 Please allow to add scripted fields to the issue details view

        • Gathering Interest
        is duplicated by

        Suggestion - JSWSERVER-13305 Allow Issue Detail View configuration to list down custom field from third party plugin

        • Closed
        relates to

        Suggestion - JSWSERVER-7893 Inline-Editable Fields in the Issue Detail View

        • Closed
        mentioned in

        Page Loading...

              • All
              • Comments
              • Work Log
              • History
              • Activity

              Leo Nieman added a comment - 11/Sep/2020 9:05 PM

              +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 - 11/Sep/2020 9:05 PM +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.

              Dominick DeStastio added a comment - 06/May/2020 8:15 PM

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

              Dominick DeStastio added a comment - 06/May/2020 8:15 PM +1 on Ramon's comment. This is lame and needs to be addressed. 

              Ramon Salla added a comment - 30/Nov/2019 10:54 PM - 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 - 30/Nov/2019 10:54 PM - 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.

              Shaun Grose added a comment - 01/Oct/2019 7:30 AM

              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 - 01/Oct/2019 7:30 AM 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 - 12/Oct/2018 8:29 AM - 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 - 12/Oct/2018 8:29 AM - 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.

              Dmitry Kostochko added a comment - 03/Mar/2018 8:31 AM

              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 - 03/Mar/2018 8:31 AM 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

              Yves Riel [Okapya] added a comment - 02/Mar/2018 6:34 PM

              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 - 02/Mar/2018 6:34 PM Alexander Petr, got tired of waiting so we implemented it. Checklists will be editable from details view in next release

              alexanderpetr added a comment - 02/Mar/2018 6:24 PM

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

              alexanderpetr added a comment - 02/Mar/2018 6:24 PM Edit Checklist items directly in the details view would be great!

              Philippe Meloche added a comment - 27/Feb/2018 1:29 PM

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

              Philippe Meloche added a comment - 27/Feb/2018 1:29 PM We would love to be able to edit checklists directly in the issue detail view.

              Killian Farrell added a comment - 22/Feb/2018 3:43 PM

              The value this would add in crazy high. 

              Killian Farrell added a comment - 22/Feb/2018 3:43 PM The value this would add in crazy high. 

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

                  Created:
                  04/Aug/2013 3:06 PM
                  Updated:
                  1 hour ago
                  • Atlassian Jira Project Management Software
                  • About Jira
                  • Report a problem
                  • Privacy policy
                  • Notice at Collection

                  Atlassian