Skip to content

Add Project Template information to the compliance policies input data #9948

@denys-octopus

Description

@denys-octopus

Prerequisites

  • I have searched open and closed issues to make sure it isn't already requested
  • My team has started working on this issue
  • I have written a descriptive issue title

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

Metadata

Metadata

Assignees

Labels

kind/enhancementThis issue represents an enhancement we are committed to adding to Octopus as some time

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions