gioboa / jira-plugin

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

Issues filtered by status dont work #33

Closed alexandremsouza1 closed 5 years ago

alexandremsouza1 commented 5 years ago

The filter is empty!

tela

My language is in Portuguese, I believe this is a problem.

Debugging I noticed that the function jiraInstance.status.getAllStatuses() returned nothing

I also noticed that even changing the default values (In progress) โ€‹โ€‹of the settings, nothing happened

gioboa commented 5 years ago

The default 'In progress' status is for working issues search. It's a strange situation, the plugin ask to Jira all the available statuses with this function jiraInstance.status.getAllStatuses(). This array must be populated. Do you find any errors in the terminal output log?

alexandremsouza1 commented 5 years ago

only this

capturar

gioboa commented 5 years ago

@alexandremsouza1 Hi, in the v 0.10.4 I added a new setting to solve this kind of problem. It's a workaround for your issue. Let me know. Thanks. ๐Ÿ‘

alexandremsouza1 commented 5 years ago

hi @gioboa this version dont work. the error still persists.

if I try to change the issue status using the change issue status they are displayed and when I try to view using the Issue filtered by status dont work.

alexandremsouza1 commented 5 years ago

@gioboa I used the new functionality and it worked but I can not point hours. Only with status "In Progress".

teste

gioboa commented 5 years ago

@alexandremsouza1 You have to set also workingIssueStatues. ๐Ÿ‘

alexandremsouza1 commented 5 years ago

After reboot it worked!!!!

Very Very thank you.