Skip to main content
Version: 6.0.10

JiraComment

This page supports schema for Jira Datatype JiraComment.

{
"properties": {
"content": {
"type": "string",
"x-label": {
"en": "Content",
"ko": "내용"
}
},
"created": {
"type": "string",
"x-label": {
"en": "Created",
"ko": "작성일"
}
},
"creator": {
"x-dataType": "JiraUser",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "Creator",
"ko": "작성자"
}
},
"id": {
"type": "string",
"x-label": {
"en": "id",
"ko": "id"
}
},
"issueId": {
"type": "string",
"x-label": {
"en": "Issue Id",
"ko": "이슈 아이디"
}
},
"link": {
"type": "string",
"x-label": {
"en": "link",
"ko": "link"
}
},
"updated": {
"type": "string",
"x-label": {
"en": "Updated",
"ko": "수정일"
}
}
},
"type": "object"
}