Cannot read properties of undefined (reading 'uiType')

Issue #786 new
Muhammed Hussein Karimi created an issue

Hello

I’m getting following error on Jira task view (From developer tools)

Tested on two systems (VSCode OSS (Arch Linux) and Proprietary VSCode(Ubuntu))

Uncaught TypeError: Cannot read properties of undefined (reading 'uiType')
    at Ka.getInputMarkup (viewIssueScreen.d6cc1a72.chunk.js:1:190190)
    at Ka.getMainPanelHeaderMarkup (viewIssueScreen.d6cc1a72.chunk.js:1:57880)
    at viewIssueScreen.d6cc1a72.chunk.js:1:68830
    at n.value (viewIssueScreen.d6cc1a72.chunk.js:1:7014)
    at La (main.de148527.js:1:80491)
    at Da (main.de148527.js:1:80284)
    at vo (main.de148527.js:1:116195)
    at cu (main.de148527.js:1:107410)
    at ou (main.de148527.js:1:107335)
    at Zo (main.de148527.js:1:104344)
getInputMarkup @ viewIssueScreen.d6cc1a72.chunk.js:1
getMainPanelHeaderMarkup @ viewIssueScreen.d6cc1a72.chunk.js:1
(anonymous) @ viewIssueScreen.d6cc1a72.chunk.js:1
value @ viewIssueScreen.d6cc1a72.chunk.js:1
La @ main.de148527.js:1
Da @ main.de148527.js:1
vo @ main.de148527.js:1
cu @ main.de148527.js:1
ou @ main.de148527.js:1
Zo @ main.de148527.js:1
(anonymous) @ main.de148527.js:1
t.unstable_runWithPriority @ main.de148527.js:1
Wl @ main.de148527.js:1
Hl @ main.de148527.js:1
Bl @ main.de148527.js:1
qo @ main.de148527.js:1
enqueueSetState @ main.de148527.js:1
w.setState @ main.de148527.js:1
onMessageReceived @ viewIssueScreen.d6cc1a72.chunk.js:1
onMessageReceived @ viewIssueScreen.d6cc1a72.chunk.js:1
onMessageEvent @ viewIssueScreen.d6cc1a72.chunk.js:1
postMessage (async)
(anonymous) @ index.html?id=2b8dd892-7fff-4198-8a2e-be18848738f8&origin=7d3a95ad-7e73-4cd1-a9c1-63a8bae119f6&swVersion=4&extensionId=atlassian.atlascode&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app:1122
HostMessaging.channel.port1.onmessage @ index.html?id=2b8dd892-7fff-4198-8a2e-be18848738f8&origin=7d3a95ad-7e73-4cd1-a9c1-63a8bae119f6&swVersion=4&extensionId=atlassian.atlascode&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app:295

Comments (3)

  1. Marco Giobbi

    Same issue with this setup:

    VSCode IDE: v1.74.3

    Atlassian VSCode Extension: v2.10.12

    Jira Server: v8.20.12#820012-sha1:714e321:jnode1

    Where you able to find a solution?

    Thanks

  2. Petr Novak

    Hi.
    I got the same problem. I have the latest version of VSC,JIRA VSC extension. I am connected to Jira in consumer domain and

    they have Jira v9.4.1.
    And if my brain is working as I expected :-), this problem will start after I upgrade Jira to cloud.

  3. Log in to comment