@Serializable
data class IssueQueryRequestFields(val summary: String, val description: String, val issuetype: IssueTypeRequest, val project: ProjectRequest, val components: List<JsonElement>)

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>)

Properties

Link copied to clipboard
val components: List<JsonElement>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard