Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Exception: Uncaught ReferenceError: Calendar is not defined

Marvin Labis
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 27, 2018

Hi I have encounter this errors when I browse my "Board" tab on my menu.

1 answer

0 votes
Shannon S
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 28, 2018

Hello, Marvin.

  1. What version of Jira are you running?
  2. Could you let me know when this started happening? Has it worked fine in the past?
  3. What changes were made prior to the problem?
  4. Is it reproducible in all browsers (IE, Chrome, Firefox) using normal and incognito browsing mode?
  5. Is it affecting all users or some users?
  6. Is the problem occurring also when you access JIRA directly on the server through http://localhost:<port> i.e bypassing all the proxy settings?
  7. Could you enable JIRA Safe Mode, to see if the same problem is still occurring? JIRA Safe mode will temporarily disable all user-installed plugins. Hence, you might want to schedule it during a maintenance window. This test will help us rule out if any of installed plugin causes this problem.
  8. Please run the following SQL queries in your database and provide me with the result, preferably in table format.
    select * from fieldconfigscheme where description like '%<script%' OR description like '%<SCRIPT%';
    select * from customfield where description like '%<script%' OR description like '%<SCRIPT%'; 
    select * from customfield where description like '%javascript%' OR description like '%html%' OR description like '%css%';
    select * from fieldconfiguration where description like '%javascript%' OR description like '%html%' OR description like '%css%';

    Thank you for your help! 

    Regards,

    Shannon

Suggest an answer

Log in or Sign up to answer