Bobcares

“Issue Type for issue with id ‘…’ is null” when searching issues in Jira

by | Dec 19, 2021

”Issue Type for issue with id ‘…’ is null” when searching issues in JIRA is no longer a problem with Bobcares by your side. 

At Bobcares, we offer solutions for every query, big and small, as a part of our Server Management Service.

Let’s take a look at how our Support Team recently helped a customer with ”Issue Type for issue with id ‘…’ is null” when searching issues in JIRA.

Issue Type for issue with id ‘…’ is null” when searching issues in JIRA

Sometimes we may come across a large block of error that starts with the following sentences while looking for issues in JIRA:

The message is "An error occurred whilst rendering this message. Please contact the administrators, and inform them of this bug. Details: ------- org.apache.velocity.exception.MethodInvocationException: Invocation of method 'getHtml' in class com.atlassian.jira.issue.fields.layout.column.ColumnLayoutItemImpl threw exception java.lang.IllegalArgumentException: Issue Type for issue with id '...' is null."

According to our Support Engineers, this is more likely to occur in Jira Service Service Management 4.5 and Jira 8.5. Moreover, it is also likely to occur in Jira versions 7 and 8 as well.

In this scenario, we will usually see the following error messages in the atlassian-jira.log:

2020-05-07 07:54:00,037 http-nio-127.0.0.1-8080-exec-61 ERROR  473x2230574x1 e0lj6e ,127.0.0.1 /issues/ [c.atlassian.velocity.DefaultVelocityManager] MethodInvocationException occurred getting message body from Velocity: java.lang.IllegalArgumentException: Issue Type for issue with id '...' is null.

The ‘…’ indicates any number that represents the internal ID of an issue on the jiraissue database table.

The root cause behind the error is usually due to issues not having an associated issue type. Furthermore, it may also occur due to interrupted operations like bulk editions, data import, moving issues, or direct interference on the database.

How to resolve Issue Type for issue with id ‘…’ is null” when searching issues in JIRA

  1. First, we have to conduct a broad search on the database to highlight the reasons that may be causing the error:
    select i.id, p.pkey, i.issuenum, i.issuetype 
    from jiraissue i j
    oin project p on p.id = i.project 
    where i.issuetype is null or i.issuetype in ('', ' ');

     

  2. Then, for each different project key or pkey we get, we will select an issue type ID from the output we get by running:
    select p.pkey, it.id, it.pname 
    from project p 
    join configurationcontext cc on p.id = cc.project 
    join fieldconfigschemeissuetype fci on fci.fieldconfigscheme = 
    cc.fieldconfigscheme 
    join optionconfiguration oc on oc.fieldconfig = fci.fieldconfiguration 
    join issuetype it on it.id = oc.optionid 
    where p.pkey = 'PROJECT-KEY'; -- <<<Replace PROJECT-KEY
    
  3. Next, we have to update each issue with the issue type id:

    For instance, to update issues separately:

    update jiraissue set summary = 'abcdefghijk', issuetype = <issue-type-id> where id in (<list of issue ids separated by comma>);

    For instance, to update all corrupted issues at once:

    update jiraissue set summary = 'abcdefghijk', issuetype = <issue-type-id> where issuetype is null or i.issuetype in ('', ' ');
  4. After that, we will restart Jira and once it is online, we have to search for the issues we modified and bulk edit them as required.

    We can use JQL to search for these issues as seen below:

    summary ~ 'abcdefghijk'

[Need for a solution to another query? We are just a click away.]

Conclusion

To conclude, the skilled Support Engineers at Bobcares demonstrated what to do when we come across “Issue Type for issue with id ‘…’ is null” when searching issues in Jira

PREVENT YOUR SERVER FROM CRASHING!

Never again lose customers to poor server speed! Let us help you.

Our server experts will monitor & maintain your server 24/7 so that it remains lightning fast and secure.

GET STARTED

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

Never again lose customers to poor
server speed! Let us help you.

Privacy Preference Center

Necessary

Necessary cookies help make a website usable by enabling basic functions like page navigation and access to secure areas of the website. The website cannot function properly without these cookies.

PHPSESSID - Preserves user session state across page requests.

gdpr[consent_types] - Used to store user consents.

gdpr[allowed_cookies] - Used to store user allowed cookies.

PHPSESSID, gdpr[consent_types], gdpr[allowed_cookies]
PHPSESSID
WHMCSpKDlPzh2chML

Statistics

Statistic cookies help website owners to understand how visitors interact with websites by collecting and reporting information anonymously.

_ga - Preserves user session state across page requests.

_gat - Used by Google Analytics to throttle request rate

_gid - Registers a unique ID that is used to generate statistical data on how you use the website.

smartlookCookie - Used to collect user device and location information of the site visitors to improve the websites User Experience.

_ga, _gat, _gid
_ga, _gat, _gid
smartlookCookie
_clck, _clsk, CLID, ANONCHK, MR, MUID, SM

Marketing

Marketing cookies are used to track visitors across websites. The intention is to display ads that are relevant and engaging for the individual user and thereby more valuable for publishers and third party advertisers.

IDE - Used by Google DoubleClick to register and report the website user's actions after viewing or clicking one of the advertiser's ads with the purpose of measuring the efficacy of an ad and to present targeted ads to the user.

test_cookie - Used to check if the user's browser supports cookies.

1P_JAR - Google cookie. These cookies are used to collect website statistics and track conversion rates.

NID - Registers a unique ID that identifies a returning user's device. The ID is used for serving ads that are most relevant to the user.

DV - Google ad personalisation

_reb2bgeo - The visitor's geographical location

_reb2bloaded - Whether or not the script loaded for the visitor

_reb2bref - The referring URL for the visit

_reb2bsessionID - The visitor's RB2B session ID

_reb2buid - The visitor's RB2B user ID

IDE, test_cookie, 1P_JAR, NID, DV, NID
IDE, test_cookie
1P_JAR, NID, DV
NID
hblid
_reb2bgeo, _reb2bloaded, _reb2bref, _reb2bsessionID, _reb2buid

Security

These are essential site cookies, used by the google reCAPTCHA. These cookies use an unique identifier to verify if a visitor is human or a bot.

SID, APISID, HSID, NID, PREF
SID, APISID, HSID, NID, PREF