mohitbagra / vsts-extensions

Repo holding all my VSTS extensions
MIT License
46 stars 30 forks source link

Add ability to have conditional checklist based on Work Item Activity #50

Closed jdasilva-huntswood closed 5 years ago

jdasilva-huntswood commented 5 years ago

Add ability to have conditional checklist based on Work Item Activity.

mohitbagra commented 5 years ago

Can you give me some use cases?

jdasilva-huntswood commented 5 years ago

Within a work item one can set an activity e.g. Development/Testing/Documentation. I would like if I could set standard checklists for each of these activities and the relevant one displayed on a work item dependent on the work item activity. I use the checklist as Definition of Done (per work item) and would like to only display the relevant checklist items based on the activity.

image

Ramanean commented 5 years ago

Is this possible? would love to have this one on AzureDevOps

mohitbagra commented 5 years ago

I really dont want to add a lot of complexities to the extension. This is meant to be a simple quick and dirty way of managing checklist items. This scenario is very specific to your use case. There would be other customers who would want to have the same functionality but instead of Activity field, using State (or any other) field. If you really need this, you can fork the repo and change it to fit your needs and publish it as a new private extension.