gioboa / jira-plugin

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

feat: add option to include projects #109 #135

Closed copdips closed 4 years ago

copdips commented 4 years ago

Hello,

As #109 is closed, I open this issue to address the same feature because in the current JIRA-PLUGIN version, we can still only exclude but not includ. Our JIRA is hosting 100+ projects, too difficult to exclude.

gioboa commented 4 years ago

Hi, I will implement the possibility to set only the projects you desire. If this config is present it will override all projects list.

gioboa commented 4 years ago

@copdips in v 0.19.0 I added projectsToShow setting. Here you can define only the projects to include. The plugin keep, from all project list, only the project keys you define.

gioboa commented 4 years ago

If you like it, please star the repo. Thanks.