Skip to main content
Version: 6.0.7

JiraIssue

This page supports schema for Jira Datatype JiraIssue.

{
"properties": {
"fields": {
"properties": {
"assignee": {
"x-dataType": "JiraUser",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "Assignee",
"ko": "담당자"
}
},
"created": {
"type": "string",
"x-label": {
"en": "created",
"ko": "created"
}
},
"creator": {
"x-dataType": "JiraUser",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "Creator",
"ko": "작성자"
}
},
"description": {
"type": "string",
"x-label": {
"en": "description",
"ko": "description"
}
},
"dueDate": {
"type": "string",
"x-label": {
"en": "dueDate",
"ko": "dueDate"
}
},
"issueType": {
"x-dataType": "JiraIssueType",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "Jira Issue Type",
"ko": "지라 이슈 타입"
}
},
"priority": {
"properties": {
"id": {
"type": "string",
"x-label": {
"en": "id",
"ko": "id"
}
},
"name": {
"type": "string",
"x-label": {
"en": "name",
"ko": "name"
}
}
},
"type": "object",
"x-label": {
"en": "priority",
"ko": "priority"
}
},
"project": {
"x-dataType": "JiraProject",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "Jira Project",
"ko": "지라 프로젝트"
}
},
"reporter": {
"x-dataType": "JiraUser",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "Reporter",
"ko": "보고자"
}
},
"status": {
"properties": {
"id": {
"type": "string",
"x-label": {
"en": "id",
"ko": "id"
}
},
"name": {
"type": "string",
"x-label": {
"en": "name",
"ko": "name"
}
}
},
"type": "object",
"x-label": {
"en": "status",
"ko": "status"
}
},
"summary": {
"type": "string",
"x-label": {
"en": "summary",
"ko": "summary"
}
},
"updated": {
"type": "string",
"x-label": {
"en": "updated",
"ko": "updated"
}
},
"votes": {
"properties": {
"hasVoted": {
"type": "boolean",
"x-label": {
"en": "hasVoted",
"ko": "hasVoted"
}
}
},
"type": "object",
"x-label": {
"en": "votes",
"ko": "votes"
}
},
"waches": {
"properties": {
"isWatching": {
"type": "boolean",
"x-label": {
"en": "isWatching",
"ko": "isWatching"
}
}
},
"type": "object",
"x-label": {
"en": "waches",
"ko": "waches"
}
}
},
"type": "object",
"x-label": {
"en": "fields",
"ko": "fields"
}
},
"id": {
"type": "string",
"x-label": {
"en": "id",
"ko": "id"
}
},
"key": {
"type": "string",
"x-label": {
"en": "key",
"ko": "key"
}
},
"link": {
"type": "string",
"x-label": {
"en": "link",
"ko": "link"
}
}
},
"type": "object"
}