JIRA Issue Activity Tab Shows Errors
Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.
Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Symptoms
Error rendering: 'com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel'.

The following appears in the atlassian-jira.log
:
1
2
3
2013-06-14 08:39:44,181 http-bio-8080-exec-16 ERROR spiderman xxxx xxx xx.xx.x.x /browse/LOWESPROMO-1570 [jira.plugin.issuetabpanel.IssueTabPanelInvokerImpl] Exception thrown while trying to call getActions() for com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel (Display all tab panels as one)
java.lang.ClassCastException: com.atlassian.jira.issue.tabpanels.ChangeHistoryAction cannot be cast to com.marvelution.jira.plugins.jenkins.panels.BuildAction
at com.marvelution.jira.plugins.jenkins.panels.BuildAction.compareTo(BuildAction.java:32)
1
2
3
2015-09-09 14:26:37,432 http-bio-4431-exec-27 WARN batman xxx xx xx.xxx.xx /secure/AjaxIssueAction!default.jspa
[com.atlassian.ozymandias.SafePluginPointAccess] Unable to run plugin code because of 'java.lang.ClassCastException - Cannot cast
com.quisapps.jira.fieldsecurity.scheme.impl.FieldSecurityManagerImpl to com.quisapps.jira.fieldsecurity.scheme.FieldSecurityManager'.
Cause
Cause 1: Jenkins plugin
Cause 2: Field Security Plugin for JIRA
Resolution
Resolution 1:
This issue can be resolved by uninstalling or upgrading to the latest compatible version of the Jenkins plugin
Please remove/upgrade the plugin from your system, restart JIRA, and check for functionality.
If the Jenkins plugin was the found to be the cause then please contact the plugin vendors to see what they can do about fixing it, contact details can be found below
Marvelution
support@marvelution.com
Resolution 2:
Some configuration issue in Field Security Plugin for JIRA. Please disable it to test the problem.
Was this helpful?