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: global option for Jira project #122

Closed dvonessen closed 5 years ago

dvonessen commented 5 years ago

Describe the solution you'd like It would be nice to have a global option to set the Jira project. Our team is working wit on Jira project but with a lots of VSCode projects. So we have to set the Jira project for each VSCode project. A good solution could be, to place a config parameter like: "jira-plugin.defaultProject": "PROJECT".

Thank you for considering.

gioboa commented 5 years ago

Hi @dthielking , You can define Jira-plugin: Working Project in your VsCode User settings and delete the workspace configuration. Screenshot 2019-07-15 at 12 25 48 If you setup VsCode like this, the plugin will take the User settings. Anyway if you want a specific param for the workspace, you can define it. 👍

gioboa commented 5 years ago

@dthielking Did it solve your problem?

dvonessen commented 5 years ago

Oh, sorry. Yes it did. Thank you for your help again.