Skip to main content
Version: 6.0.7

JiraProject

This page supports schema for Jira Datatype JiraProject.

{
"properties": {
"label": {
"type": "string",
"x-label": {
"en": "Jira Project Label",
"ko": "지라 프로젝트 라벨"
}
},
"name": {
"type": "string",
"x-label": {
"en": "Jira Project Name",
"ko": "지라 프로젝트 이름"
}
},
"value": {
"properties": {
"id": {
"type": "string",
"x-label": {
"en": "Jira Project ID",
"ko": "지라 프로젝트 아이디"
}
},
"key": {
"type": "string",
"x-label": {
"en": "Jira Project",
"ko": "지라 프로젝트"
}
}
},
"type": "object",
"x-label": {
"en": "Jira Project",
"ko": "지라 프로젝트"
}
}
},
"type": "object"
}