Tooltip on Issue-Link shows invalid date

Issue #268 resolved
Daniel Balogh created an issue

When hovering over the issuekey the tooltip shows 'invalid creation date'.

I guess this will be some Culture-thing. I’m working in a german environment

atlascode: 2.1.5

VS-Code:

Version: 1.40.0 (user setup)
Commit: 86405ea23e3937316009fc27c9361deee66ffbf5
Date: 2019-11-06T17:02:13.381Z
Electron: 6.1.2
Chrome: 76.0.3809.146
Node.js: 12.4.0
V8: 7.6.303.31-electron.0
OS: Windows_NT x64 10.0.17134

Comments (4)

  1. Pramod Busam Account Deactivated

    @Daniel Balogh Could you enter your Jira instance URL and a valid issue key and open the following URL in your browser and send us the response that you get?

    https://<jira-instance-base-url>/rest/api/2/issue/<issue-key>?expand=renderedFields&fields=created

    You should see something like this:

    {
      "expand": "...",
      "id": "...",
      "self": "...",
      "key": "<issue-key>",
      "renderedFields": {
        "created": "04/Apr/19 5:15 PM"
      },
      "fields": {
        "created": "2019-04-04T17:15:03.037-0500"
      }
    }
    
  2. Log in to comment