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: ability to start progress on any issue #104

Closed caleb15 closed 5 years ago

caleb15 commented 5 years ago

Is your feature request related to a problem? Please describe. I'm frustrated when I can't start work on a issue because it's not in progress. Sometimes I might want to add work on a in review issue. Also it would be nice if working on a issue automatically moved it to in progress (if lets say it was in to do initially).

Describe the solution you'd like When I click on working issue I should be able to search for any issue, with the ones in progress appearing at the top of the search results initially.

Describe alternatives you've considered Make the issue in progress and then work on it.

Additional context Add any other context or screenshots about the feature request here.

Just a minor issue, thanks for the working issue feature! It's useful to track my hours.

gioboa commented 5 years ago

Hi @caleb15 , if you want also review issue there is the specific setting for it Working Issue Statues . Implement move automatically in progress can be difficult because every team as different workflow. We need to think a universal way to do that, maybe a setting or something like this.

UPDATE

I'm ready for v 0.16.0. If we find a good solution for auto move feature I will implement it in this release.

gioboa commented 5 years ago

A solution can be a setting to enable/disable this feature:

UPDATE

v 0.16.0 implement the above solution.