Azure / Azure/azure-devops-cli-extension
[Bug] az boards iteration project create path parameter
Open
Area: ProToCol
documentation
- Dominant language
- Python
- Stars
- 682
- Forks
- 278
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 3
Description
Reference az cli issue [here](https://github.com/Azure/azure-cli-extensions/issues/1294)
**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.
Contributor guide
Assessment
This issue has not been assessed yet.