gioboa / jira-plugin

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

Set and choose working issue does not work if state "In progress" is missing in Jira #138

Closed NTTAKR closed 4 years ago

NTTAKR commented 4 years ago

For German Users Jira creates a project that has a state "In Arbeit" instead of "In progress". I have the option to configure the list of status values that are displayed in the Jira:Explorer under "In Progress", but I cannot open the list of issues by clicking on "No working issue" in the status bar, nor can I choose or set a new working item.

  1. Create a new project in Jira
  2. Remove state "In progress"
  3. Add state "In Arbeit"
  4. Open project with Jira Plugin as current project
  5. Click on "No working issue" to choose a new working issue
  6. Error Message "No STATUS: 'In progress', ASSIGNEES: currentUser() issues found in

Expected behavior Display a list of issues to choose a new working issue from.

Screenshots None

Desktop (please complete the following information): Version: 1.40.2 (user setup) Commit: f359dd69833dd8800b54d458f6d37ab7c78df520 Date: 2019-11-25T14:54:45.096Z Electron: 6.1.5 Chrome: 76.0.3809.146 Node.js: 12.4.0 V8: 7.6.303.31-electron.0 OS: Windows_NT x64 10.0.17134

Log No logs found

NTTAKR commented 4 years ago

Sorry, I think you can close this issue.

It seems that if jira plugin cannot find any issues that are assigned to the current user it produces the error message. As soon as I assign me to at least a single issue I do get the list of issues displayed and can choose the new current issue.

Thanks, Andreas