Represents a profile for code changes, including details such as acceptance criteria, description, and related tasks.
AccesptanceCriteria: string
Acceptance criteria for the code changes. This is an optional field that outlines the conditions that must be met for the changes to be considered complete or acceptable.
A boolean indicating whether the code change profile is complete. This field helps
track the progress of the tasks or changes. Defaults to false.
A detailed description of the code changes. This field provides additional context or information about the changes being made.
The name of the code change profile. This is a required field and serves as a unique identifier or title for the profile.
Tasks: CodeChangesProfile[]
A list of related tasks or subtasks associated with this code change profile. Each task
is itself a CodeChangesProfile, allowing for nested or hierarchical task structures.