Error thrown when trying to access filter via direct URL
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
Trying to access any URL that contains a "?filter=" (i.e. https://customer.jira.com:8443/issues/?filter=10106) results in a 500 error or similar.
The following appears in the atlassian-jira.log
:
1
2
3
2014-11-17 11:15:22,844 http-bio-8080-exec-8 ERROR localadmin 675x253x1 1l5g3ul 0:0:0:0:0:0:0:1%0 /secure/admin/ManageIssueTypeSchemes!default.jspa
[webwork.util.ValueStack] METHOD: "options", exception:
com.atlassian.jira.util.dbc.Assertions$NullArgumentException: config should not be null!
Cause
This is caused by an Issue Type Scheme that is configured improperly and/or is not associated with any projects.
Resolution
Navigate to Adminintration > Issues > Issue Type Schemes
Delete any Issue Type Schemes that are not associated with a project.
Was this helpful?