tfs2013 - No way to group work items into releases in TFS 2015? -


my team starting use tfs 2015 update 1 on premise manage development process. have set server , defined custom states , transitions work items better map our process. start with, taking advantage of kanban board , not attempting use iterations variety of reasons won't here.

my problem using tfs plan releases. specifically, don't see way group features , user stories specific release. of googling has turned many articles involving microsoft release management, installed , configured it, absolutely overkill team trying right now. i'm not trying automate deployments different environments @ moment, need way group work items encapsulates concept of release in tfs. there no way this? best can come right further modify work item templates either provide simple "release" field pick list, or define type of work item can group others into. seems glaring oversight ms perspective, i'm hoping i'm missing something.

grouping work releases can done in couple of ways, remember concept of "release plan" doesn't explicitly exist in tfs. release management covers "release production", doesn't cover planning.

ways plan releases:

  • one way create release iteration, works when you're not working on multiple releases in parallel , finish 1 release before working on next. release iteration used default, has been removed product in favor of teams delivering sprints , teams doing continuous delivery.

    project root + release 1.2   + sprint 1   + sprint 2 
  • another option use tags. tag work items tag signifies it's targeted specific sprint.

  • use marker workitem, on backlog place 1 work item stands out ### end of release 1 ### workitem below not part of release. technique fits more agile way of working , more shows contents of release floating thing.

  • create custom release workitem, link other workitems work item target release.

  • and option create picklist on *custom workitem field** option.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -