How do we use the Microsoft provided template Excel file containing work item types, fields, etc? #313
Replies: 3 comments 5 replies
|
Maybe this can help: https://learn.microsoft.com/en-us/dynamics365/guidance/business-processes/about-import-catalog-devops |
|
Thanks for the response, but no, that's the standard documentation that I mentioned that states the Excel template can be used to automatically import work item types etc but doesn't detail how. It does, however,
detail how to import work items (not work item types, fields, area paths etc). We already know how to import work items.
…On Tue, 13 Jan 2026, 16:46 Florian Hopfner, ***@***.***> wrote:
Maybe this can help:
https://learn.microsoft.com/en-us/dynamics365/guidance/business-processes/about-import-catalog-devops
—
Reply to this email directly, view it on GitHub
<#313 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/B4XJ7YHH6CVD2Y7WP6DRWW34GUOQBAVCNFSM6AAAAACRR2L6ESVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTKNBYG43TGNQ>
.
You are receiving this because you authored the thread.Message ID:
<microsoft/dynamics365patternspractices/repo-discussions/313/comments/15487736
@github.com>
|
|
Gotcha. If I understand correctly, you are referring to the content of the ADO template guideline.xlsx Excel file at https://github.com/microsoft/dynamics365patternspractices/tree/main/templates/Azure-DevOps-templates I have not worked with this file yet, but I can make an educated guess what Microsoft is referring to when they write that "The template generates the work item types for you". Unfortunately, I don't think there is an import button in the ADO frontend that can do this. Instead, they may be referring to the ADO API that has endpoints for the components in the Excel. You can then create a script or small program that takes the data from the Excel file and uses the API to make the changes in ADO. I've done something similar in the past using the command line tool https://github.com/microsoft/process-migrator to export a process from ADO and import it into another ADO. I think that is the direction they intend for this Excel file.
My guess is that the Python scripts for the Excel were either forgotten or will be provided at a later date. Maybe @rachel-profitt can comment on that. |


Uh oh!
There was an error while loading. Please reload this page.
So, we have been using the busniess process model approach in ADO for a little while now, but have recently started looking at the updated approach, which, the documentation states can be expedited by importing a Microsoft provided template file in to ADO for creating the work item types, fields, iterations, area paths etc. I can see the relevant info within the spreadsheet fine, but the documentation doesn't actually detail how to import them. Anyone got any sort of clue as the documentation doesn't detail it and Learn AI is delighted to explain exactly how to import work items, which we already know how to do.
All reactions