gioboa / jira-plugin

Jira plugin for VsCode
https://marketplace.visualstudio.com/items?itemName=gioboa.jira-plugin
MIT License
266 stars 41 forks source link

issue: Time not being tracked on Jira #99

Closed mithrend closed 5 years ago

mithrend commented 5 years ago

When I stop working on an issue, time is not tracked.

Steps to reproduce the behavior:

  1. Go to working issue at the bottom of the editor
  2. Change it from working issue (the time is being tracked correctly in the gui) to No working issue

Expected behavior A vscode notification asking me if I want to log the time to Jira with an option to add a comment.

Actual behaviour Nothing get's logged and no notification appears. The current working issue does however get set to No working issue correctly

Version: 1.31.1 Commit: 1b8e8302e405050205e69b59abb3559592bb9e60 Date: 2019-02-12T02:19:29.629Z Electron: 3.1.2 Chrome: 66.0.3359.181 Node.js: 10.2.0 V8: 6.6.346.32 OS: Linux x64 4.20.5-200.fc29.x86_64

gioboa commented 5 years ago

Hi, did you press Yes or Yes with comment? Did you have any log in the output?

mithrend commented 5 years ago

The message notification does not show at all. This means I cannot press anything. There is no log in the output either.

To clarify, this message: image

does not appear for me when I change or stop working on an issue.

gioboa commented 5 years ago

ok, I try to reproduce the issue and verify. Thanks.

UPDATE

Can you check these two settings?

Thanks.

probfacile commented 5 years ago

Same here, the message to track time has gone away... tried reinstalling, tried deleting folder and reinstalling... nothing at all

"jira-plugin.trackingTimeMode": "hybrid",
"jira-plugin.worklogMinimumTrackingTime": 0

(Default)

mithrend commented 5 years ago

I have also tried re-installing the extention and have tried tracking time mode on "hybrid" and "always". In both cases worklog minimum tracking time was set to 0

gioboa commented 5 years ago

v 0.15.3 release solved the issue.

mithrend commented 5 years ago

Amazing! thank you.