AZDOPS / AzDM

MIT License
5 stars 1 forks source link

Adding custom process templates #11

Open bjompen opened 3 months ago

bjompen commented 3 months ago

Instead of just allowing the default values in the projectName.json we should add the possibility to "Create a copy of template x and add to project".

Something like this maybe?

{
  "defaults": {
    "processTypeName": {
      "inheritFrom": "Scrum",
      "newName": "{{projectName}}-customTemplate"
    }
  }
}

Should we support replacement strings? (That's a bit of extra documentation and code..) Does it make sense to have the processTypeName property accent different input objects, or is there a more logical way?