"Log Work" doesn't work...

Issue #252 resolved
Jeremy Fiel created an issue

Version: 1.39.2 (user setup)
Commit: 6ab598523be7a800d7f3eb4d92d7ab9a66069390
Date: 2019-10-15T15:35:18.241Z
Electron: 4.2.10
Chrome: 69.0.3497.128
Node.js: 10.11.0
V8: 6.9.427.31-electron.0
OS: Windows_NT x64 10.0.17134

Atlassian Jira and BB Official 2.1.4

I saw this was implemented on #53 but when I click “Submit” on the work time popup, the UI clears and nothing happens. I checked the logs and there is no curl request sent. (output level: debug) Nothing is happening except the ticket is blank. I have to close the tab and reopen to continue working on the ticket. I checked Jira web and no time has been recorded.

Comments (5)

  1. Pramod Busam Account Deactivated

    Could you answer a couple of questions to help us investigate: - Is the extension's curl logging enabled in VS Code's settings? (Preferences: Open Settings (UI) from command palette to open the settings, and search for atlascode.enableCurlLogging). - Do you see any errors in VS Code developer tools' console tab (Developer: Toggle Developer Tools from command palette) when you try to log work?

  2. Jeremy Fiel Account Deactivated reporter

    Dev tools shows an error:

    [Embedded Page] Uncaught TypeError: Cannot read property 'map' of undefined webviewElement.ts:241

    VS Code output doesn’t log any activity when submitting the “log work”. Page remains blank as mentioned in the first post.

    I’ve updated to latest version 2.2.1 and issue persists.

  3. Pramod Busam Account Deactivated

    Could you update to the latest version (2.3.1) and let us know if that fixes the issue?

  4. Log in to comment