edtro / EdTro.AzureDevOps.Extensions.querybasedboards

Query Based Boards enables a user to visualize the result of work item queries as a board and track the dependencies.
MIT License
23 stars 2 forks source link

Feature Request: extend taskboard with "add task" (add child) UI capability #66

Closed fwboettger closed 1 year ago

fwboettger commented 1 year ago

Similar to the standard / out of the box Boards, would be great to have the capability to add child work items (foremost tasks) directly from within the taskboard.

Best regards, Frank

edtro commented 1 year ago

Hi, I intentionally didn't implement the feature to create workitems within the board, because you would expect the newly created item always to show after it is created. So I should know the complete context for the new workitem that it should be created within, this would require analysing the query itself... and that would imply a lot of (endless) options you can run into.

Thats the reason why I am not planning to do any like this as of yet.

Kr Edward