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

System Error Occurs when User Try to Delete Active Issue Priority

      NOTE: This bug report is for JIRA Server. Using JIRA Cloud? See the corresponding bug report.

      1. Administration >> Issues >> Issues Attributes >> Priorities >> Add 'New Priority' >> Add
      2. Create Issue >> Set Issue Priority >> 'New Priority' >> Create
      3. Administration >> Issues >> Priorities >> Delete 'New Priority' >> Set New Priority for Matching Issues >> Delete >> System Error
      com.atlassian.jira.exception.DataAccessException: Failed to remove priority '6'
      	at com.atlassian.jira.config.DefaultPriorityManager.removePriority(DefaultPriorityManager.java:134)
      	at com.atlassian.jira.web.action.admin.priorities.DeletePriority.doExecute(DeletePriority.java:69)
      	at webwork.action.ActionSupport.execute(ActionSupport.java:165)
      	at com.atlassian.jira.action.JiraActionSupport.execute(JiraActionSupport.java:82)
      	at webwork.interceptor.DefaultInterceptorChain.proceed(DefaultInterceptorChain.java:39)
      	at webwork.interceptor.NestedInterceptorChain.proceed(NestedInterceptorChain.java:31)
      	at webwork.interceptor.ChainedInterceptor.intercept(ChainedInterceptor.java:16)
      	at webwork.interceptor.DefaultInterceptorChain.proceed(DefaultInterceptorChain.java:35)
      	at webwork.dispatcher.GenericDispatcher.executeAction(GenericDispatcher.java:205)
      	at webwork.dispatcher.GenericDispatcher.executeAction(GenericDispatcher.java:143)
      	at com.atlassian.jira.web.dispatcher.JiraWebworkActionDispatcher.service(JiraWebworkActionDispatcher.java:152)
      	at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
      

      All issues which have priority going to be deleted should be moved to the intended priority but it is not working.

      Workaround:

      Do bulk edit to all the issues with the priority level that need to be deleted. Change all of them to another priority level, and then delete the intended priority level.

            [JRASERVER-27362] System Error Occurs when User Try to Delete Active Issue Priority

            Bugfix Automation Bot made changes -
            Minimum Version New: 5
            Owen made changes -
            Workflow Original: JAC Bug Workflow v2 [ 2846176 ] New: JAC Bug Workflow v3 [ 2928402 ]
            Status Original: Resolved [ 5 ] New: Closed [ 6 ]
            Owen made changes -
            Workflow Original: JIRA Bug Workflow w Kanban v7 - Restricted [ 2586167 ] New: JAC Bug Workflow v2 [ 2846176 ]
            Ignat (Inactive) made changes -
            Workflow Original: JIRA Bug Workflow w Kanban v6 - Restricted [ 1537244 ] New: JIRA Bug Workflow w Kanban v7 - Restricted [ 2586167 ]
            jonah (Inactive) made changes -
            Description Original: # _Administration >> Issues >> Issues Attributes >> Priorities >> Add 'New Priority' >> Add_
            # _Create Issue >> Set Issue Priority >> 'New Priority' >> Create_
            # _Administration >> Issues >> Priorities >> Delete 'New Priority' >> Set New Priority for Matching Issues >> Delete >> *System Error*_

            {noformat}
            com.atlassian.jira.exception.DataAccessException: Failed to remove priority '6'
            at com.atlassian.jira.config.DefaultPriorityManager.removePriority(DefaultPriorityManager.java:134)
            at com.atlassian.jira.web.action.admin.priorities.DeletePriority.doExecute(DeletePriority.java:69)
            at webwork.action.ActionSupport.execute(ActionSupport.java:165)
            at com.atlassian.jira.action.JiraActionSupport.execute(JiraActionSupport.java:82)
            at webwork.interceptor.DefaultInterceptorChain.proceed(DefaultInterceptorChain.java:39)
            at webwork.interceptor.NestedInterceptorChain.proceed(NestedInterceptorChain.java:31)
            at webwork.interceptor.ChainedInterceptor.intercept(ChainedInterceptor.java:16)
            at webwork.interceptor.DefaultInterceptorChain.proceed(DefaultInterceptorChain.java:35)
            at webwork.dispatcher.GenericDispatcher.executeAction(GenericDispatcher.java:205)
            at webwork.dispatcher.GenericDispatcher.executeAction(GenericDispatcher.java:143)
            at com.atlassian.jira.web.dispatcher.JiraWebworkActionDispatcher.service(JiraWebworkActionDispatcher.java:152)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
            {noformat}

            All issues which have priority going to be deleted should be moved to the intended priority but it is not working.

            h4. Workaround:
            Do bulk edit to all the issues with the priority level that need to be deleted. Change all of them to another priority level, and then delete the intended priority level.
            New: {panel:bgColor=#e7f4fa}
              *NOTE:* This bug report is for *JIRA Server*. Using *JIRA Cloud*? [See the corresponding bug report|http://jira.atlassian.com/browse/JRACLOUD-27362].
              {panel}

            # _Administration >> Issues >> Issues Attributes >> Priorities >> Add 'New Priority' >> Add_
            # _Create Issue >> Set Issue Priority >> 'New Priority' >> Create_
            # _Administration >> Issues >> Priorities >> Delete 'New Priority' >> Set New Priority for Matching Issues >> Delete >> *System Error*_

            {noformat}
            com.atlassian.jira.exception.DataAccessException: Failed to remove priority '6'
            at com.atlassian.jira.config.DefaultPriorityManager.removePriority(DefaultPriorityManager.java:134)
            at com.atlassian.jira.web.action.admin.priorities.DeletePriority.doExecute(DeletePriority.java:69)
            at webwork.action.ActionSupport.execute(ActionSupport.java:165)
            at com.atlassian.jira.action.JiraActionSupport.execute(JiraActionSupport.java:82)
            at webwork.interceptor.DefaultInterceptorChain.proceed(DefaultInterceptorChain.java:39)
            at webwork.interceptor.NestedInterceptorChain.proceed(NestedInterceptorChain.java:31)
            at webwork.interceptor.ChainedInterceptor.intercept(ChainedInterceptor.java:16)
            at webwork.interceptor.DefaultInterceptorChain.proceed(DefaultInterceptorChain.java:35)
            at webwork.dispatcher.GenericDispatcher.executeAction(GenericDispatcher.java:205)
            at webwork.dispatcher.GenericDispatcher.executeAction(GenericDispatcher.java:143)
            at com.atlassian.jira.web.dispatcher.JiraWebworkActionDispatcher.service(JiraWebworkActionDispatcher.java:152)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
            {noformat}

            All issues which have priority going to be deleted should be moved to the intended priority but it is not working.

            h4. Workaround:
            Do bulk edit to all the issues with the priority level that need to be deleted. Change all of them to another priority level, and then delete the intended priority level.
            jonah (Inactive) made changes -
            Link New: This issue relates to JRACLOUD-27362 [ JRACLOUD-27362 ]
            Confluence Escalation Bot (Inactive) made changes -
            Labels Original: affects-server bughunt_java jira_support_backlog_pa New: affects-cloud affects-server bughunt_java jira_support_backlog_pa
            Confluence Escalation Bot (Inactive) made changes -
            Labels Original: bughunt_java jira_support_backlog_pa New: affects-server bughunt_java jira_support_backlog_pa
            Owen made changes -
            Workflow Original: JIRA Bug Workflow w Kanban v6 [ 665094 ] New: JIRA Bug Workflow w Kanban v6 - Restricted [ 1537244 ]
            Oswaldo Hernandez (Inactive) made changes -
            Workflow Original: JIRA Bug Workflow w Kanban v5 [ 648491 ] New: JIRA Bug Workflow w Kanban v6 [ 665094 ]

              rsmart metapoint
              asain Andromeda Sain [Atlassian]
              Affected customers:
              3 This affects my team
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: