Forum Discussion
DavidHiggins
Mar 02, 2022Copper Contributor
Azure Python how to link child/related tickets to an already created ticket?
I am trying to use the azure-devops python pip package in order to migrate a large amount of Epic/Story/Feature tickets into Azure Devops. I can create singular tickets just fine, but I'm having trou...
DavidHiggins
Mar 03, 2022Copper Contributor
edit: I've found the function `ParentChildWIMap` referenced here:
https://github.com/microsoft/azure-devops-python-api/blob/451cade4c475482792cbe9e522c1fee32393139e/azure-devops/azure/devops/v5_1/work/models.py#L711
But I'm unsure on how to use it