edgafner / dorkag

Issue Tracker repository for all Dorkag plugins
Other
5 stars 0 forks source link

[FEATURE]: Sort the work items based on state #147

Closed mat-kap closed 1 week ago

mat-kap commented 2 weeks ago

If I assign work items to a pull request I want to select always the active work items or at least one of them. Currently I must scroll down to the bottom of the list, because the most recent work items are at the bottom. It would be much better to see the active work items at the top of the list so I do not need to scroll down to see it.

It would be also better when we see a list instead of a combo box, because you find the searched work item much better. A search box would be also perfect, because normally you know the work item number. This would result in a smoother pull request creation.

Jonatha1983 commented 2 weeks ago

@mat-kap Thanks, I agree on all,I will try to convert the current combobox to searchable list

mat-kap commented 2 weeks ago

@Jonatha1983 I want extend the feature request. After using the work item linking a few times I've recognized that AZD show all my work items including the closed. This makes the list very large and normally I don't want to link closed work items to a pull request. Closed work items are finished and don't need any work.

So I want to see only open, active and may be resolved work items in the list.

Jonatha1983 commented 2 weeks ago

OK, I got it. I will add these options as well.

Thanks for requesting.