Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-67555

Duplicate system fields when creating new issue type screen scheme screen tabs

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Low
    • None
    • 7.5.2, 7.7.1
    • Java API

    Description

      Summary

      The system fields Summary, Issue Type, and Reporter are automatically added to all issue type screen scheme screen tabs when created via server app using project-blueprint module.

      Steps to Reproduce

      1. Follow https://developer.atlassian.com/server/jira/platform/creating-a-project-template/
      2. Modify the JSON configuration file and add
        "issue-type-screen-scheme": {
            "name": "Issue Type Screen Scheme",
            "description": "This is the Issue Type Screen Scheme",
            "default-screen-scheme": "BugDefaultScreenScheme",
            "screens": [
                {
                    "key": "BugDefaultScreen",
                    "name": "Bug -c/e- Screen",
                    "tabs": [
                        {
                            "name": "General",
                            "fields": [
                                "issuetype"
                            ]
                        },
                        {
                            "name": "Dates",
                            "fields": [
                                "duedate"
                            ]
                        },
                        {
                            "name": "Effort",
                            "fields": [
                                "timetracking"
                            ]
                        }
                    ]
                }
            ],
            "screen-schemes": [
                {
                    "key": "BugDefaultScreenScheme",
                    "name": "Screen Scheme - Bug",
                    "default-screen": "BugDefaultScreen"
                }
            ]
        }           
        

      Expected Results

      Only the declared fields in the tabs will be shown

      Notes

      • When entering a value in one tab, the value is not even shared between the tabs.
      • Tested in Jira versions 7.5.2 and 7.7.1

      Attachments

        1. dates_tab.png
          dates_tab.png
          26 kB
        2. effort_tab.png
          effort_tab.png
          27 kB
        3. general_tab.png
          general_tab.png
          29 kB

        Issue Links

          Activity

            People

              Unassigned Unassigned
              lorie.den-os Lorie den Os
              Votes:
              8 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated: