Prerequisites
The enhancement
The Need
We need a possibility to write a policy to confirm the Project Template version current project were using during Release creation.
Solution
Add Project Template Slug and Version to the policy input data
Screenshots and Mockups
{
...
"Project": {
"Id": "Projects-12",
"Name": "My Project",
"Slug": "my-project",
"Template": {
"Slug": "basic-template",
"Version": "1.0.0"
}
},
...
}
Links
Prerequisites
The enhancement
The Need
We need a possibility to write a policy to confirm the Project Template version current project were using during Release creation.
Solution
Add Project Template Slug and Version to the policy input data
Screenshots and Mockups
{ ... "Project": { "Id": "Projects-12", "Name": "My Project", "Slug": "my-project", "Template": { "Slug": "basic-template", "Version": "1.0.0" } }, ... }Links