gioboa / jira-plugin

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

feat: View multiple projects at once #156

Closed Vaelek closed 3 years ago

Vaelek commented 3 years ago

I work with multiple projects constantly. I created a filter that gives me what I want to see in the explorer, but it is always filtered to the active project. Having an "active project" in my use case really does not have a purpose and in fact only gets in the way. It would be great to be able to select a predefined filter and have it show all of the items that filter produces on its own.

gioboa commented 3 years ago

I will check the possibility to introduce an array of working project.

Vaelek commented 3 years ago

After I posted this I found an old stale-closed issue on the same topic that you had some discussion about a while ago. I attempted to implement this myself but the repo as-is fails on npm compile. So I've been modifying the extension in-place and have successfully removed the project filtering and just have to force Closed statuses to sort to the end and while it may not be very glamorous, it fits the bill for me currently at least. Would be nice to be able to compile it in vscode though.

image

gioboa commented 3 years ago

Ok, anyway this feature I think can be useful for other users so I will check a clean way to do it. 👍 Thanks for your feedback.

github-actions[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had activity in the last 30 days. Remove stale label or comment or this will be closed in 5 days. Thank you for your contributions.