Open
Description
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
I want to be able to define folders for shared work item queries. It would work in partnership with azuredevops_workitemquery_permissions
New or Affected Resource(s)
- azuredevops_workitemquery_permissions
Potential Terraform Configuration
resource azuredevops_workitemquery_permissions "" {
project_id = azuredevops_project.example.id
path = "/folder-name"
}
References
N/A
Activity