Represents a policy associated with an issue or system.
type IPolicy { id: String name: String detailedDescription: String }
id String
String
Unique identifier of the policy
name String
Name of the policy
detailedDescription String
Detailed description of what the policy enforces or covers
{} Issue.policy
Last updated 7 months ago