I've a question, I automate so many tasks using the CLI tool
az boards work-item relation show
az boards work-item show
az boards work-item update
But now, my doubt is, as part of my automation, I need to upload an attachment to some workitems, is possible do that using the CLI?
Searching I found this link:
https://learn.microsoft.com/en-us/rest/api/azure/devops/wit/attachments/create?view=azure-devops-rest-7.0&tabs=HTTP#upload-a-text-file
But I do not see where specify the workitem ID where you want to upload the file, somebody face by this need?
Thank you, best regards.