alexcroox / jira-timer-menubar

macOS and Linux menubar app for JIRA time logging. Built with React and Electron
55 stars 7 forks source link

Worklogs Posted Time Not Updating #10

Open blackcashmere opened 6 years ago

blackcashmere commented 6 years ago

It's me again lol.

I tried adding a work log but upon refreshing the posted time it just says 0h. I thought at first that it was because all I was logging was in minutes but I tried with 3h and it still stayed on 0h. Am I using it wrong possibly?

2018-09-06 10_12_38

Below are the logs:

 { self: 'https://xxxx.atlassian.net/rest/api/2/issue/931761/worklog/40998',
    author:
     { self: 'https://xxxx.atlassian.net/rest/api/2/user?username=******%40gmail.com',
       name: '******@gmail.com',
       emailAddress: '******@gmail.com',
       avatarUrls: [Object],
       displayName: '******',
       active: true },
    updateAuthor:
     { self: 'https://xxxx.atlassian.net/rest/api/2/user?username=******%40gmail.com',
       name: '******@gmail.com',
       emailAddress: '******@gmail.com',
       avatarUrls: [Object],
       displayName: '******',
       active: true },
    comment: 'test \n',
    created: '2018-09-06T02:10:55.185+0000',
    updated: '2018-09-06T02:10:55.185+0000',
    started: '2018-09-06T02:10:50.931+0000',
    timeSpent: '3h 1m',
    timeSpentSeconds: 10860,
    id: '40998' } ]
[2018-09-06 10:10:56.404] [info] [ 'Requesting worklogs' ]
[2018-09-06 10:11:06.360] [info] [ 'Got worklogs from main process', false, 0 ]
[2018-09-06 10:11:09.608] [info] [ 'Requesting worklogs' ]
[2018-09-06 10:11:18.104] [info] [ 'Got worklogs from main process', false, 0 ]
[2018-09-06 10:11:20.631] [info] [ 'Requesting worklogs' ]
[2018-09-06 10:11:29.174] [info] [ 'Got worklogs from main process', false, 0 ]
[2018-09-06 10:16:02.837] [info] [ 'Got worklogs from main process', false, 0 ]
alexcroox commented 5 years ago

Sorry not sure how I missed this issue. If you open that task in JIRA can you see the worklog entry against it?