@Serializable
Kotlin representation of the IssueQueryRequest JSON
Parameters
summary
The title of the issue
description
The description of the issue
issuetype
The issue type of the issue
project
The project of the issue
components
The components of the issue
Constructors
Link copied to clipboard
constructor(summary: String, description: String, issuetype: IssueTypeRequest, project: ProjectRequest, components: List<JsonElement>)