Skip to main content
Version: 6.2.0

JiraIssueFilter

This page supports schema for Jira Datatype JiraIssueFilter.

{
"properties": {
"label": {
"type": "string",
"x-label": {
"en": "Jira Issue Filter Label",
"ko": "지라 이슈 필터 라벨"
}
},
"name": {
"type": "string",
"x-label": {
"en": "Jira Issue Filter Name",
"ko": "지라 이슈 필터 이름"
}
},
"value": {
"properties": {
"id": {
"type": "string",
"x-label": {
"en": "Jira Issue Filter ID",
"ko": "지라 이슈 필터 아이디"
}
},
"key": {
"type": "string",
"x-label": {
"en": "Jira Issue Filter",
"ko": "지라 이슈 필터"
}
}
},
"type": "object",
"x-label": {
"en": "Jira Issue Filter",
"ko": "지라 이슈 필터"
}
}
},
"type": "object"
}