I'd like to create a product backlog item with tag by using the az cli (devops).
Creating the PBI works fine (az boards work-item create --type 'product backlog item' --title 'my pbi' -d 'some desc' --area --iteration ). However, the cli does not offer something like a tag option.
Is there way to add a tag while creating the PBI, or by executing a subsequent az command?