Skip to main content
Version: 7.0.0

JiraUser

This page supports schema for Jira Datatype JiraUser.

{
"properties": {
"label": {
"type": "string",
"x-label": {
"en": "Jira User Label",
"ko": "지라 유저 라벨"
}
},
"name": {
"type": "string",
"x-label": {
"en": "Jira User Name",
"ko": "지라 유저 이름"
}
},
"value": {
"properties": {
"displayName": {
"type": "string",
"x-label": {
"en": "Jira User Name",
"ko": "지라 유저 이름"
}
},
"email": {
"type": "string",
"x-label": {
"en": "Jira User Email",
"ko": "지라 유저 이메일"
}
},
"id": {
"type": "string",
"x-label": {
"en": "Jira User ID",
"ko": "지라 유저 아이디"
}
}
},
"type": "object",
"x-label": {
"en": "Jira User",
"ko": "지라 유저"
}
}
},
"type": "object"
}

Input Schema

{
"properties": {
"project": {
"properties": {
"id": {
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}
},
"required": [
"project"
],
"type": "object"
}