Open
Description
Reference az cli issue here
Issue details
Currently parameter has exmple of: ProjectNameIterationIterationName. Please give more detailed example what is the syntax here.
Here is example of working syntax:
az boards iteration project create --name "S01" --start-date "2020-01-01"
--finish-date "2020-01-14" --path "\MyProject\Iteration\ParentIterarionPath"
--org $org --project $project
There needs to be always hardcoded path part ...\Iteration... between your Azure DevOps project name and the parent iteration.