jeyroik/extas-jira-mock

View on GitHub
resources/metas/create.json

Summary

Maintainability
Test Coverage
{
  "expand": "projects",
  "projects": [{
    "expand": "issuetypes",
    "self": "@host/rest/api/2/project/12201",
    "id": "12201",
    "key": "N7S7",
    "name": "N7. S7",
    "avatarUrls": {
      "48x48": "@host/secure/projectavatar?pid=12201&avatarId=13600",
      "24x24": "@host/secure/projectavatar?size=small&pid=12201&avatarId=13600",
      "16x16": "@host/secure/projectavatar?size=xsmall&pid=12201&avatarId=13600",
      "32x32": "@host/secure/projectavatar?size=medium&pid=12201&avatarId=13600"
    },
    "issuetypes": [{
      "self": "@host/rest/api/2/issuetype/3",
      "id": "3",
      "description": "A task that needs to be done.",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10318&avatarType=issuetype",
      "name": "Task",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/3",
            "id": "3",
            "description": "A task that needs to be done.",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10318&avatarType=issuetype",
            "name": "Task",
            "subtask": false,
            "avatarId": 10318
          }]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_12803": {
          "required": false,
          "schema": {
            "type": "number",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:float",
            "customId": 12803
          },
          "name": "Cust12803",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "duedate": {
          "required": false,
          "schema": {
            "type": "date",
            "system": "duedate"
          },
          "name": "Due Date",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/12201",
            "id": "12201",
            "key": "N7S7",
            "name": "N7. S7",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=12201&avatarId=13600",
              "24x24": "@host/secure/projectavatar?size=small&pid=12201&avatarId=13600",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=12201&avatarId=13600",
              "32x32": "@host/secure/projectavatar?size=medium&pid=12201&avatarId=13600"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10603",
      "id": "10603",
      "description": "This Issue Type is used to create Z3 Test within Jira.",
      "iconUrl": "@host/download/resources/com.thed.zephyr.je/images/icons/ico_zephyr_issuetype.png",
      "name": "Test",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11710": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.thed.zephyr.je:zephyr-je-customfield-teststep",
            "customId": 11710
          },
          "name": "Z3 Teststep",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10603",
            "id": "10603",
            "description": "This Issue Type is used to create Z3 Test within Jira.",
            "iconUrl": "@host/download/resources/com.thed.zephyr.je/images/icons/ico_zephyr_issuetype.png",
            "name": "Test",
            "subtask": false
          }]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_12803": {
          "required": false,
          "schema": {
            "type": "number",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:float",
            "customId": 12803
          },
          "name": "Cust12803",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "duedate": {
          "required": false,
          "schema": {
            "type": "date",
            "system": "duedate"
          },
          "name": "Due Date",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/12201",
            "id": "12201",
            "key": "N7S7",
            "name": "N7. S7",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=12201&avatarId=13600",
              "24x24": "@host/secure/projectavatar?size=small&pid=12201&avatarId=13600",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=12201&avatarId=13600",
              "32x32": "@host/secure/projectavatar?size=medium&pid=12201&avatarId=13600"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/5",
      "id": "5",
      "description": "The sub-task of the issue",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype",
      "name": "Sub-task",
      "subtask": true,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/5",
            "id": "5",
            "description": "The sub-task of the issue",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype",
            "name": "Sub-task",
            "subtask": true,
            "avatarId": 10316
          }]
        },
        "parent": {
          "required": true,
          "schema": {
            "type": "issuelink",
            "system": "parent"
          },
          "name": "Parent",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_12803": {
          "required": false,
          "schema": {
            "type": "number",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:float",
            "customId": 12803
          },
          "name": "Cust12803",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "duedate": {
          "required": false,
          "schema": {
            "type": "date",
            "system": "duedate"
          },
          "name": "Due Date",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/12201",
            "id": "12201",
            "key": "N7S7",
            "name": "N7. S7",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=12201&avatarId=13600",
              "24x24": "@host/secure/projectavatar?size=small&pid=12201&avatarId=13600",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=12201&avatarId=13600",
              "32x32": "@host/secure/projectavatar?size=medium&pid=12201&avatarId=13600"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        }
      }
    }]
  }, {
    "expand": "issuetypes",
    "self": "@host/rest/api/2/project/11201",
    "id": "11201",
    "key": "N7",
    "name": "N7. Main",
    "avatarUrls": {
      "48x48": "@host/secure/projectavatar?pid=11201&avatarId=10510",
      "24x24": "@host/secure/projectavatar?size=small&pid=11201&avatarId=10510",
      "16x16": "@host/secure/projectavatar?size=xsmall&pid=11201&avatarId=10510",
      "32x32": "@host/secure/projectavatar?size=medium&pid=11201&avatarId=10510"
    },
    "issuetypes": [{
      "self": "@host/rest/api/2/issuetype/5",
      "id": "5",
      "description": "The sub-task of the issue",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype",
      "name": "Sub-task",
      "subtask": true,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/5",
            "id": "5",
            "description": "The sub-task of the issue",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype",
            "name": "Sub-task",
            "subtask": true,
            "avatarId": 10316
          }]
        },
        "parent": {
          "required": true,
          "schema": {
            "type": "issuelink",
            "system": "parent"
          },
          "name": "Parent",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/11201",
            "id": "11201",
            "key": "N7",
            "name": "N7. Main",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=11201&avatarId=10510",
              "24x24": "@host/secure/projectavatar?size=small&pid=11201&avatarId=10510",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=11201&avatarId=10510",
              "32x32": "@host/secure/projectavatar?size=medium&pid=11201&avatarId=10510"
            }
          }]
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "timetracking": {
          "required": false,
          "schema": {
            "type": "timetracking",
            "system": "timetracking"
          },
          "name": "Time Tracking",
          "hasDefaultValue": false,
          "operations": ["set", "edit"]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_12602": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12602
          },
          "name": "Cust12602",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11801": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 11801
          },
          "name": "Checklists",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11803": {
          "required": false,
          "schema": {
            "type": "user",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:userpicker",
            "customId": 11803
          },
          "name": "Cust11803",
          "autoCompleteUrl": "@host/rest/api/1.0/users/picker?fieldName=customfield_11803&query=",
          "hasDefaultValue": true,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_12803": {
          "required": false,
          "schema": {
            "type": "number",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:float",
            "customId": 12803
          },
          "name": "Cust12803",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11716": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:url",
            "customId": 11716
          },
          "name": "Confluence link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/3",
      "id": "3",
      "description": "A task that needs to be done.",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10318&avatarType=issuetype",
      "name": "Task",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/3",
            "id": "3",
            "description": "A task that needs to be done.",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10318&avatarType=issuetype",
            "name": "Task",
            "subtask": false,
            "avatarId": 10318
          }]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/11201",
            "id": "11201",
            "key": "N7",
            "name": "N7. Main",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=11201&avatarId=10510",
              "24x24": "@host/secure/projectavatar?size=small&pid=11201&avatarId=10510",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=11201&avatarId=10510",
              "32x32": "@host/secure/projectavatar?size=medium&pid=11201&avatarId=10510"
            }
          }]
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "timetracking": {
          "required": false,
          "schema": {
            "type": "timetracking",
            "system": "timetracking"
          },
          "name": "Time Tracking",
          "hasDefaultValue": false,
          "operations": ["set", "edit"]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_12602": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12602
          },
          "name": "Cust12602",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11801": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 11801
          },
          "name": "Checklists",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11803": {
          "required": false,
          "schema": {
            "type": "user",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:userpicker",
            "customId": 11803
          },
          "name": "Cust11803",
          "autoCompleteUrl": "@host/rest/api/1.0/users/picker?fieldName=customfield_11803&query=",
          "hasDefaultValue": true,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_12803": {
          "required": false,
          "schema": {
            "type": "number",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:float",
            "customId": 12803
          },
          "name": "Cust12803",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11716": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:url",
            "customId": 11716
          },
          "name": "Confluence link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10001",
      "id": "10001",
      "description": "Created by Jira Software - do not edit or delete. Issue type for a user story.",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10306&avatarType=issuetype",
      "name": "Story",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10001",
            "id": "10001",
            "description": "Created by Jira Software - do not edit or delete. Issue type for a user story.",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10306&avatarType=issuetype",
            "name": "Story",
            "subtask": false,
            "avatarId": 10306
          }]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/11201",
            "id": "11201",
            "key": "N7",
            "name": "N7. Main",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=11201&avatarId=10510",
              "24x24": "@host/secure/projectavatar?size=small&pid=11201&avatarId=10510",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=11201&avatarId=10510",
              "32x32": "@host/secure/projectavatar?size=medium&pid=11201&avatarId=10510"
            }
          }]
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "timetracking": {
          "required": false,
          "schema": {
            "type": "timetracking",
            "system": "timetracking"
          },
          "name": "Time Tracking",
          "hasDefaultValue": false,
          "operations": ["set", "edit"]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_12602": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12602
          },
          "name": "Cust12602",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11801": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 11801
          },
          "name": "Checklists",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11803": {
          "required": false,
          "schema": {
            "type": "user",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:userpicker",
            "customId": 11803
          },
          "name": "Cust11803",
          "autoCompleteUrl": "@host/rest/api/1.0/users/picker?fieldName=customfield_11803&query=",
          "hasDefaultValue": true,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_12803": {
          "required": false,
          "schema": {
            "type": "number",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:float",
            "customId": 12803
          },
          "name": "Cust12803",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11716": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:url",
            "customId": 11716
          },
          "name": "Confluence link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/1",
      "id": "1",
      "description": "A problem which impairs or prevents the functions of the product.",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10303&avatarType=issuetype",
      "name": "Bug",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/1",
            "id": "1",
            "description": "A problem which impairs or prevents the functions of the product.",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10303&avatarType=issuetype",
            "name": "Bug",
            "subtask": false,
            "avatarId": 10303
          }]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/11201",
            "id": "11201",
            "key": "N7",
            "name": "N7. Main",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=11201&avatarId=10510",
              "24x24": "@host/secure/projectavatar?size=small&pid=11201&avatarId=10510",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=11201&avatarId=10510",
              "32x32": "@host/secure/projectavatar?size=medium&pid=11201&avatarId=10510"
            }
          }]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/version/11747",
            "id": "11747",
            "description": "Desc 3",
            "name": "0.0.0",
            "archived": false,
            "released": true,
            "releaseDate": "2017-06-23",
            "userReleaseDate": "23.06.17",
            "projectId": 11201
          }, {
            "self": "@host/rest/api/2/version/11755",
            "id": "11755",
            "description": "Desc 2",
            "name": "0.1.0",
            "archived": false,
            "released": true,
            "startDate": "2017-06-26",
            "releaseDate": "2017-07-03",
            "userStartDate": "26.06.17",
            "userReleaseDate": "03.07.17",
            "projectId": 11201
          }, {
            "self": "@host/rest/api/2/version/11775",
            "id": "11775",
            "description": "Desc 31",
            "name": "0.1.1",
            "archived": false,
            "released": true,
            "startDate": "2017-06-29",
            "releaseDate": "2017-07-04",
            "userStartDate": "29.06.17",
            "userReleaseDate": "04.07.17",
            "projectId": 11201
          }, {
            "self": "@host/rest/api/2/version/11764",
            "id": "11764",
            "description": "Desc 1",
            "name": "0.2.0",
            "archived": false,
            "released": true,
            "startDate": "2017-07-03",
            "releaseDate": "2017-07-04",
            "userStartDate": "03.07.17",
            "userReleaseDate": "04.07.17",
            "projectId": 11201
          }]
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_12602": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12602
          },
          "name": "Cust12602",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11711": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11711
          },
          "name": "Cust11711",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10814",
            "value": "Нет изменений в коде",
            "id": "10814"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10811",
            "value": "Патч",
            "id": "10811"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10812",
            "value": "Минорные изменения",
            "id": "10812"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10813",
            "value": "Мажорные изменения",
            "id": "10813"
          }]
        },
        "customfield_11801": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 11801
          },
          "name": "Checklists",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11803": {
          "required": false,
          "schema": {
            "type": "user",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:userpicker",
            "customId": 11803
          },
          "name": "Cust11803",
          "autoCompleteUrl": "@host/rest/api/1.0/users/picker?fieldName=customfield_11803&query=",
          "hasDefaultValue": true,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_12803": {
          "required": false,
          "schema": {
            "type": "number",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:float",
            "customId": 12803
          },
          "name": "Cust12803",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11716": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:url",
            "customId": 11716
          },
          "name": "Confluence link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10000",
      "id": "10000",
      "description": "Created by Jira Software - do not edit or delete. Issue type for a big user story that needs to be broken down.",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10307&avatarType=issuetype",
      "name": "Epic",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10000",
            "id": "10000",
            "description": "Created by Jira Software - do not edit or delete. Issue type for a big user story that needs to be broken down.",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10307&avatarType=issuetype",
            "name": "Epic",
            "subtask": false,
            "avatarId": 10307
          }]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/11201",
            "id": "11201",
            "key": "N7",
            "name": "N7. Main",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=11201&avatarId=10510",
              "24x24": "@host/secure/projectavatar?size=small&pid=11201&avatarId=10510",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=11201&avatarId=10510",
              "32x32": "@host/secure/projectavatar?size=medium&pid=11201&avatarId=10510"
            }
          }]
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_10003": {
          "required": true,
          "schema": {
            "type": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-label",
            "customId": 10003
          },
          "name": "Epic Name",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "timetracking": {
          "required": false,
          "schema": {
            "type": "timetracking",
            "system": "timetracking"
          },
          "name": "Time Tracking",
          "hasDefaultValue": false,
          "operations": ["set", "edit"]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_12602": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12602
          },
          "name": "Cust12602",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11801": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 11801
          },
          "name": "Checklists",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11803": {
          "required": false,
          "schema": {
            "type": "user",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:userpicker",
            "customId": 11803
          },
          "name": "Cust11803",
          "autoCompleteUrl": "@host/rest/api/1.0/users/picker?fieldName=customfield_11803&query=",
          "hasDefaultValue": true,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_12803": {
          "required": false,
          "schema": {
            "type": "number",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:float",
            "customId": 12803
          },
          "name": "Cust12803",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11716": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:url",
            "customId": 11716
          },
          "name": "Confluence link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        }
      }
    }]
  }, {
    "expand": "issuetypes",
    "self": "@host/rest/api/2/project/11000",
    "id": "11000",
    "key": "PRJ-L",
    "name": "PRJ-L",
    "avatarUrls": {
      "48x48": "@host/secure/projectavatar?pid=11000&avatarId=10201",
      "24x24": "@host/secure/projectavatar?size=small&pid=11000&avatarId=10201",
      "16x16": "@host/secure/projectavatar?size=xsmall&pid=11000&avatarId=10201",
      "32x32": "@host/secure/projectavatar?size=medium&pid=11000&avatarId=10201"
    },
    "issuetypes": [{
      "self": "@host/rest/api/2/issuetype/3",
      "id": "3",
      "description": "A task that needs to be done.",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10318&avatarType=issuetype",
      "name": "Task",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/3",
            "id": "3",
            "description": "A task that needs to be done.",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10318&avatarType=issuetype",
            "name": "Task",
            "subtask": false,
            "avatarId": 10318
          }]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/11000",
            "id": "11000",
            "key": "PRJ-L",
            "name": "PRJ-L",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=11000&avatarId=10201",
              "24x24": "@host/secure/projectavatar?size=small&pid=11000&avatarId=10201",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=11000&avatarId=10201",
              "32x32": "@host/secure/projectavatar?size=medium&pid=11000&avatarId=10201"
            }
          }]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "timetracking": {
          "required": false,
          "schema": {
            "type": "timetracking",
            "system": "timetracking"
          },
          "name": "Time Tracking",
          "hasDefaultValue": false,
          "operations": ["set", "edit"]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/5",
      "id": "5",
      "description": "The sub-task of the issue",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype",
      "name": "Sub-task",
      "subtask": true,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/5",
            "id": "5",
            "description": "The sub-task of the issue",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype",
            "name": "Sub-task",
            "subtask": true,
            "avatarId": 10316
          }]
        },
        "parent": {
          "required": true,
          "schema": {
            "type": "issuelink",
            "system": "parent"
          },
          "name": "Parent",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/11000",
            "id": "11000",
            "key": "PRJ-L",
            "name": "PRJ-L",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=11000&avatarId=10201",
              "24x24": "@host/secure/projectavatar?size=small&pid=11000&avatarId=10201",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=11000&avatarId=10201",
              "32x32": "@host/secure/projectavatar?size=medium&pid=11000&avatarId=10201"
            }
          }]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "timetracking": {
          "required": false,
          "schema": {
            "type": "timetracking",
            "system": "timetracking"
          },
          "name": "Time Tracking",
          "hasDefaultValue": false,
          "operations": ["set", "edit"]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        }
      }
    }]
  }, {
    "expand": "issuetypes",
    "self": "@host/rest/api/2/project/12204",
    "id": "12204",
    "key": "N6PRJN7",
    "name": "PRJ51. PRJN7",
    "avatarUrls": {
      "48x48": "@host/secure/projectavatar?avatarId=10503",
      "24x24": "@host/secure/projectavatar?size=small&avatarId=10503",
      "16x16": "@host/secure/projectavatar?size=xsmall&avatarId=10503",
      "32x32": "@host/secure/projectavatar?size=medium&avatarId=10503"
    },
    "issuetypes": [{
      "self": "@host/rest/api/2/issuetype/1",
      "id": "1",
      "description": "A problem which impairs or prevents the functions of the product.",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10303&avatarType=issuetype",
      "name": "Bug",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/1",
            "id": "1",
            "description": "A problem which impairs or prevents the functions of the product.",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10303&avatarType=issuetype",
            "name": "Bug",
            "subtask": false,
            "avatarId": 10303
          }]
        },
        "components": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "component",
            "system": "components"
          },
          "name": "Component/s",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": []
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/12204",
            "id": "12204",
            "key": "N6PRJN7",
            "name": "PRJ51. PRJN7",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?avatarId=10503",
              "24x24": "@host/secure/projectavatar?size=small&avatarId=10503",
              "16x16": "@host/secure/projectavatar?size=xsmall&avatarId=10503",
              "32x32": "@host/secure/projectavatar?size=medium&avatarId=10503"
            }
          }]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": []
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_10005": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-sprint",
            "customId": 10005
          },
          "name": "Sprint",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "environment": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "environment"
          },
          "name": "Environment",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "versions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "versions"
          },
          "name": "Affects Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": []
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/3",
      "id": "3",
      "description": "A task that needs to be done.",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10318&avatarType=issuetype",
      "name": "Task",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/3",
            "id": "3",
            "description": "A task that needs to be done.",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10318&avatarType=issuetype",
            "name": "Task",
            "subtask": false,
            "avatarId": 10318
          }]
        },
        "components": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "component",
            "system": "components"
          },
          "name": "Component/s",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": []
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/12204",
            "id": "12204",
            "key": "N6PRJN7",
            "name": "PRJ51. PRJN7",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?avatarId=10503",
              "24x24": "@host/secure/projectavatar?size=small&avatarId=10503",
              "16x16": "@host/secure/projectavatar?size=xsmall&avatarId=10503",
              "32x32": "@host/secure/projectavatar?size=medium&avatarId=10503"
            }
          }]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": []
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_10005": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-sprint",
            "customId": 10005
          },
          "name": "Sprint",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10603",
      "id": "10603",
      "description": "This Issue Type is used to create Z3 Test within Jira.",
      "iconUrl": "@host/download/resources/com.thed.zephyr.je/images/icons/ico_zephyr_issuetype.png",
      "name": "Test",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10603",
            "id": "10603",
            "description": "This Issue Type is used to create Z3 Test within Jira.",
            "iconUrl": "@host/download/resources/com.thed.zephyr.je/images/icons/ico_zephyr_issuetype.png",
            "name": "Test",
            "subtask": false
          }]
        },
        "components": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "component",
            "system": "components"
          },
          "name": "Component/s",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": []
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/12204",
            "id": "12204",
            "key": "N6PRJN7",
            "name": "PRJ51. PRJN7",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?avatarId=10503",
              "24x24": "@host/secure/projectavatar?size=small&avatarId=10503",
              "16x16": "@host/secure/projectavatar?size=xsmall&avatarId=10503",
              "32x32": "@host/secure/projectavatar?size=medium&avatarId=10503"
            }
          }]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": []
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_10005": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-sprint",
            "customId": 10005
          },
          "name": "Sprint",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11710": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.thed.zephyr.je:zephyr-je-customfield-teststep",
            "customId": 11710
          },
          "name": "Z3 Teststep",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/5",
      "id": "5",
      "description": "The sub-task of the issue",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype",
      "name": "Sub-task",
      "subtask": true,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/5",
            "id": "5",
            "description": "The sub-task of the issue",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype",
            "name": "Sub-task",
            "subtask": true,
            "avatarId": 10316
          }]
        },
        "parent": {
          "required": true,
          "schema": {
            "type": "issuelink",
            "system": "parent"
          },
          "name": "Parent",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "components": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "component",
            "system": "components"
          },
          "name": "Component/s",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": []
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/12204",
            "id": "12204",
            "key": "N6PRJN7",
            "name": "PRJ51. PRJN7",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?avatarId=10503",
              "24x24": "@host/secure/projectavatar?size=small&avatarId=10503",
              "16x16": "@host/secure/projectavatar?size=xsmall&avatarId=10503",
              "32x32": "@host/secure/projectavatar?size=medium&avatarId=10503"
            }
          }]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": []
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_10005": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-sprint",
            "customId": 10005
          },
          "name": "Sprint",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10000",
      "id": "10000",
      "description": "Created by Jira Software - do not edit or delete. Issue type for a big user story that needs to be broken down.",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10307&avatarType=issuetype",
      "name": "Epic",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10000",
            "id": "10000",
            "description": "Created by Jira Software - do not edit or delete. Issue type for a big user story that needs to be broken down.",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10307&avatarType=issuetype",
            "name": "Epic",
            "subtask": false,
            "avatarId": 10307
          }]
        },
        "components": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "component",
            "system": "components"
          },
          "name": "Component/s",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": []
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/12204",
            "id": "12204",
            "key": "N6PRJN7",
            "name": "PRJ51. PRJN7",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?avatarId=10503",
              "24x24": "@host/secure/projectavatar?size=small&avatarId=10503",
              "16x16": "@host/secure/projectavatar?size=xsmall&avatarId=10503",
              "32x32": "@host/secure/projectavatar?size=medium&avatarId=10503"
            }
          }]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": []
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_10003": {
          "required": true,
          "schema": {
            "type": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-label",
            "customId": 10003
          },
          "name": "Epic Name",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_10005": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-sprint",
            "customId": 10005
          },
          "name": "Sprint",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10001",
      "id": "10001",
      "description": "Created by Jira Software - do not edit or delete. Issue type for a user story.",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10306&avatarType=issuetype",
      "name": "Story",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10001",
            "id": "10001",
            "description": "Created by Jira Software - do not edit or delete. Issue type for a user story.",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10306&avatarType=issuetype",
            "name": "Story",
            "subtask": false,
            "avatarId": 10306
          }]
        },
        "components": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "component",
            "system": "components"
          },
          "name": "Component/s",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": []
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/12204",
            "id": "12204",
            "key": "N6PRJN7",
            "name": "PRJ51. PRJN7",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?avatarId=10503",
              "24x24": "@host/secure/projectavatar?size=small&avatarId=10503",
              "16x16": "@host/secure/projectavatar?size=xsmall&avatarId=10503",
              "32x32": "@host/secure/projectavatar?size=medium&avatarId=10503"
            }
          }]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": []
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_10005": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-sprint",
            "customId": 10005
          },
          "name": "Sprint",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        }
      }
    }]
  }, {
    "expand": "issuetypes",
    "self": "@host/rest/api/2/project/10110",
    "id": "10110",
    "key": "N2",
    "name": "PRJ51. TP",
    "avatarUrls": {
      "48x48": "@host/secure/projectavatar?pid=10110&avatarId=12213",
      "24x24": "@host/secure/projectavatar?size=small&pid=10110&avatarId=12213",
      "16x16": "@host/secure/projectavatar?size=xsmall&pid=10110&avatarId=12213",
      "32x32": "@host/secure/projectavatar?size=medium&pid=10110&avatarId=12213"
    },
    "issuetypes": [{
      "self": "@host/rest/api/2/issuetype/1",
      "id": "1",
      "description": "A problem which impairs or prevents the functions of the product.",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10303&avatarType=issuetype",
      "name": "Bug",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/1",
            "id": "1",
            "description": "A problem which impairs or prevents the functions of the product.",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10303&avatarType=issuetype",
            "name": "Bug",
            "subtask": false,
            "avatarId": 10303
          }]
        },
        "components": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "component",
            "system": "components"
          },
          "name": "Component/s",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": []
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/10110",
            "id": "10110",
            "key": "N2",
            "name": "PRJ51. TP",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=10110&avatarId=12213",
              "24x24": "@host/secure/projectavatar?size=small&pid=10110&avatarId=12213",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=10110&avatarId=12213",
              "32x32": "@host/secure/projectavatar?size=medium&pid=10110&avatarId=12213"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/version/11628",
            "id": "11628",
            "name": "2016",
            "archived": false,
            "released": true,
            "releaseDate": "2017-05-04",
            "userReleaseDate": "04.05.17",
            "projectId": 10110
          }, {
            "self": "@host/rest/api/2/version/13517",
            "id": "13517",
            "name": "0.1.0",
            "archived": false,
            "released": true,
            "releaseDate": "2019-01-09",
            "userReleaseDate": "09.01.19",
            "projectId": 10110
          }, {
            "self": "@host/rest/api/2/version/13518",
            "id": "13518",
            "description": "Tasks on 2019 year",
            "name": "2019",
            "archived": false,
            "released": false,
            "startDate": "2019-01-09",
            "releaseDate": "2019-12-31",
            "overdue": false,
            "userStartDate": "09.01.19",
            "userReleaseDate": "31.12.19",
            "projectId": 10110
          }]
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_10134": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10134
          },
          "name": "Cust10134",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_10136": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10136
          },
          "name": "Cust10136",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_11711": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11711
          },
          "name": "Cust11711",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10814",
            "value": "Нет изменений в коде",
            "id": "10814"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10811",
            "value": "Патч",
            "id": "10811"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10812",
            "value": "Минорные изменения",
            "id": "10812"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10813",
            "value": "Мажорные изменения",
            "id": "10813"
          }]
        },
        "customfield_10005": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-sprint",
            "customId": 10005
          },
          "name": "Sprint",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11801": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 11801
          },
          "name": "Checklists",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "environment": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "environment"
          },
          "name": "Environment",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_11704": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 11704
          },
          "name": "В релизе",
          "hasDefaultValue": true,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10800",
            "value": "Да",
            "id": "10800"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10801",
            "value": "Нет",
            "id": "10801"
          }]
        },
        "versions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "versions"
          },
          "name": "Affects Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/version/11628",
            "id": "11628",
            "name": "2016",
            "archived": false,
            "released": true,
            "releaseDate": "2017-05-04",
            "userReleaseDate": "04.05.17",
            "projectId": 10110
          }, {
            "self": "@host/rest/api/2/version/13517",
            "id": "13517",
            "name": "0.1.0",
            "archived": false,
            "released": true,
            "releaseDate": "2019-01-09",
            "userReleaseDate": "09.01.19",
            "projectId": 10110
          }, {
            "self": "@host/rest/api/2/version/13518",
            "id": "13518",
            "description": "Tasks on 2019 year",
            "name": "2019",
            "archived": false,
            "released": false,
            "startDate": "2019-01-09",
            "releaseDate": "2019-12-31",
            "overdue": false,
            "userStartDate": "09.01.19",
            "userReleaseDate": "31.12.19",
            "projectId": 10110
          }]
        },
        "customfield_11716": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:url",
            "customId": 11716
          },
          "name": "Confluence link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11705": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 11705
          },
          "name": "Desc91",
          "hasDefaultValue": true,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10802",
            "value": "Да",
            "id": "10802"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10803",
            "value": "Нет",
            "id": "10803"
          }]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": true,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/2",
      "id": "2",
      "description": "A new feature of the product, which has yet to be developed.",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10311&avatarType=issuetype",
      "name": "New Feature",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/2",
            "id": "2",
            "description": "A new feature of the product, which has yet to be developed.",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10311&avatarType=issuetype",
            "name": "New Feature",
            "subtask": false,
            "avatarId": 10311
          }]
        },
        "components": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "component",
            "system": "components"
          },
          "name": "Component/s",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": []
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/10110",
            "id": "10110",
            "key": "N2",
            "name": "PRJ51. TP",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=10110&avatarId=12213",
              "24x24": "@host/secure/projectavatar?size=small&pid=10110&avatarId=12213",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=10110&avatarId=12213",
              "32x32": "@host/secure/projectavatar?size=medium&pid=10110&avatarId=12213"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/version/11628",
            "id": "11628",
            "name": "2016",
            "archived": false,
            "released": true,
            "releaseDate": "2017-05-04",
            "userReleaseDate": "04.05.17",
            "projectId": 10110
          }, {
            "self": "@host/rest/api/2/version/13517",
            "id": "13517",
            "name": "0.1.0",
            "archived": false,
            "released": true,
            "releaseDate": "2019-01-09",
            "userReleaseDate": "09.01.19",
            "projectId": 10110
          }, {
            "self": "@host/rest/api/2/version/13518",
            "id": "13518",
            "description": "Tasks on 2019 year",
            "name": "2019",
            "archived": false,
            "released": false,
            "startDate": "2019-01-09",
            "releaseDate": "2019-12-31",
            "overdue": false,
            "userStartDate": "09.01.19",
            "userReleaseDate": "31.12.19",
            "projectId": 10110
          }]
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_11201": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11201
          },
          "name": "Severity",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10500",
            "value": "S1 Blocker",
            "id": "10500"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10501",
            "value": "S2 Critical",
            "id": "10501"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10502",
            "value": "S3 Major",
            "id": "10502"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10503",
            "value": "S4 Minor",
            "id": "10503"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10504",
            "value": "S5 Trivial",
            "id": "10504"
          }]
        },
        "customfield_10134": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10134
          },
          "name": "Cust10134",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12005": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 12005
          },
          "name": "Cust12005",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11100",
            "value": "Unit1",
            "id": "11100"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11601",
            "value": "Unit2",
            "id": "11601"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11101",
            "value": "Unit3",
            "id": "11101"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11102",
            "value": "Unit4",
            "id": "11102"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11103",
            "value": "Unit5",
            "id": "11103"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11104",
            "value": "Unit6",
            "id": "11104"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11105",
            "value": "Unit7",
            "id": "11105"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11112",
            "value": "Unit8",
            "id": "11112"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11113",
            "value": "Unit9",
            "id": "11113"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11425",
            "value": "Unit10",
            "id": "11425"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11600",
            "value": "Unit11",
            "id": "11600"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11426",
            "value": "All",
            "id": "11426"
          }]
        },
        "customfield_10136": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10136
          },
          "name": "Cust10136",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_11711": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11711
          },
          "name": "Cust11711",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10814",
            "value": "Нет изменений в коде",
            "id": "10814"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10811",
            "value": "Патч",
            "id": "10811"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10812",
            "value": "Минорные изменения",
            "id": "10812"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10813",
            "value": "Мажорные изменения",
            "id": "10813"
          }]
        },
        "customfield_10005": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-sprint",
            "customId": 10005
          },
          "name": "Sprint",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12604": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12604
          },
          "name": "Cust12604",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11801": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 11801
          },
          "name": "Checklists",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_11716": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:url",
            "customId": 11716
          },
          "name": "Confluence link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": true,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/3",
      "id": "3",
      "description": "A task that needs to be done.",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10318&avatarType=issuetype",
      "name": "Task",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/3",
            "id": "3",
            "description": "A task that needs to be done.",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10318&avatarType=issuetype",
            "name": "Task",
            "subtask": false,
            "avatarId": 10318
          }]
        },
        "components": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "component",
            "system": "components"
          },
          "name": "Component/s",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": []
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/10110",
            "id": "10110",
            "key": "N2",
            "name": "PRJ51. TP",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=10110&avatarId=12213",
              "24x24": "@host/secure/projectavatar?size=small&pid=10110&avatarId=12213",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=10110&avatarId=12213",
              "32x32": "@host/secure/projectavatar?size=medium&pid=10110&avatarId=12213"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/version/11628",
            "id": "11628",
            "name": "2016",
            "archived": false,
            "released": true,
            "releaseDate": "2017-05-04",
            "userReleaseDate": "04.05.17",
            "projectId": 10110
          }, {
            "self": "@host/rest/api/2/version/13517",
            "id": "13517",
            "name": "0.1.0",
            "archived": false,
            "released": true,
            "releaseDate": "2019-01-09",
            "userReleaseDate": "09.01.19",
            "projectId": 10110
          }, {
            "self": "@host/rest/api/2/version/13518",
            "id": "13518",
            "description": "Tasks on 2019 year",
            "name": "2019",
            "archived": false,
            "released": false,
            "startDate": "2019-01-09",
            "releaseDate": "2019-12-31",
            "overdue": false,
            "userStartDate": "09.01.19",
            "userReleaseDate": "31.12.19",
            "projectId": 10110
          }]
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_11201": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11201
          },
          "name": "Severity",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10500",
            "value": "S1 Blocker",
            "id": "10500"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10501",
            "value": "S2 Critical",
            "id": "10501"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10502",
            "value": "S3 Major",
            "id": "10502"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10503",
            "value": "S4 Minor",
            "id": "10503"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10504",
            "value": "S5 Trivial",
            "id": "10504"
          }]
        },
        "customfield_10134": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10134
          },
          "name": "Cust10134",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12005": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 12005
          },
          "name": "Cust12005",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11100",
            "value": "Unit1",
            "id": "11100"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11601",
            "value": "Unit2",
            "id": "11601"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11101",
            "value": "Unit3",
            "id": "11101"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11102",
            "value": "Unit4",
            "id": "11102"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11103",
            "value": "Unit5",
            "id": "11103"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11104",
            "value": "Unit6",
            "id": "11104"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11105",
            "value": "Unit7",
            "id": "11105"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11112",
            "value": "Unit8",
            "id": "11112"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11113",
            "value": "Unit9",
            "id": "11113"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11425",
            "value": "Unit10",
            "id": "11425"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11600",
            "value": "Unit11",
            "id": "11600"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11426",
            "value": "All",
            "id": "11426"
          }]
        },
        "customfield_10136": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10136
          },
          "name": "Cust10136",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_11711": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11711
          },
          "name": "Cust11711",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10814",
            "value": "Нет изменений в коде",
            "id": "10814"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10811",
            "value": "Патч",
            "id": "10811"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10812",
            "value": "Минорные изменения",
            "id": "10812"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10813",
            "value": "Мажорные изменения",
            "id": "10813"
          }]
        },
        "customfield_10005": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-sprint",
            "customId": 10005
          },
          "name": "Sprint",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12604": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12604
          },
          "name": "Cust12604",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11801": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 11801
          },
          "name": "Checklists",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_11716": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:url",
            "customId": 11716
          },
          "name": "Confluence link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": true,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/4",
      "id": "4",
      "description": "An improvement or enhancement to an existing feature or task.",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10310&avatarType=issuetype",
      "name": "Improvement",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/4",
            "id": "4",
            "description": "An improvement or enhancement to an existing feature or task.",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10310&avatarType=issuetype",
            "name": "Improvement",
            "subtask": false,
            "avatarId": 10310
          }]
        },
        "components": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "component",
            "system": "components"
          },
          "name": "Component/s",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": []
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/10110",
            "id": "10110",
            "key": "N2",
            "name": "PRJ51. TP",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=10110&avatarId=12213",
              "24x24": "@host/secure/projectavatar?size=small&pid=10110&avatarId=12213",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=10110&avatarId=12213",
              "32x32": "@host/secure/projectavatar?size=medium&pid=10110&avatarId=12213"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/version/11628",
            "id": "11628",
            "name": "2016",
            "archived": false,
            "released": true,
            "releaseDate": "2017-05-04",
            "userReleaseDate": "04.05.17",
            "projectId": 10110
          }, {
            "self": "@host/rest/api/2/version/13517",
            "id": "13517",
            "name": "0.1.0",
            "archived": false,
            "released": true,
            "releaseDate": "2019-01-09",
            "userReleaseDate": "09.01.19",
            "projectId": 10110
          }, {
            "self": "@host/rest/api/2/version/13518",
            "id": "13518",
            "description": "Tasks on 2019 year",
            "name": "2019",
            "archived": false,
            "released": false,
            "startDate": "2019-01-09",
            "releaseDate": "2019-12-31",
            "overdue": false,
            "userStartDate": "09.01.19",
            "userReleaseDate": "31.12.19",
            "projectId": 10110
          }]
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_11201": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11201
          },
          "name": "Severity",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10500",
            "value": "S1 Blocker",
            "id": "10500"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10501",
            "value": "S2 Critical",
            "id": "10501"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10502",
            "value": "S3 Major",
            "id": "10502"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10503",
            "value": "S4 Minor",
            "id": "10503"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10504",
            "value": "S5 Trivial",
            "id": "10504"
          }]
        },
        "customfield_10134": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10134
          },
          "name": "Cust10134",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12005": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 12005
          },
          "name": "Cust12005",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11100",
            "value": "Unit1",
            "id": "11100"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11601",
            "value": "Unit2",
            "id": "11601"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11101",
            "value": "Unit3",
            "id": "11101"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11102",
            "value": "Unit4",
            "id": "11102"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11103",
            "value": "Unit5",
            "id": "11103"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11104",
            "value": "Unit6",
            "id": "11104"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11105",
            "value": "Unit7",
            "id": "11105"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11112",
            "value": "Unit8",
            "id": "11112"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11113",
            "value": "Unit9",
            "id": "11113"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11425",
            "value": "Unit10",
            "id": "11425"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11600",
            "value": "Unit11",
            "id": "11600"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11426",
            "value": "All",
            "id": "11426"
          }]
        },
        "customfield_10136": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10136
          },
          "name": "Cust10136",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_11711": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11711
          },
          "name": "Cust11711",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10814",
            "value": "Нет изменений в коде",
            "id": "10814"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10811",
            "value": "Патч",
            "id": "10811"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10812",
            "value": "Минорные изменения",
            "id": "10812"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10813",
            "value": "Мажорные изменения",
            "id": "10813"
          }]
        },
        "customfield_10005": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-sprint",
            "customId": 10005
          },
          "name": "Sprint",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12604": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12604
          },
          "name": "Cust12604",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11801": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 11801
          },
          "name": "Checklists",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_11716": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:url",
            "customId": 11716
          },
          "name": "Confluence link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": true,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10308",
      "id": "10308",
      "description": "",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10304&avatarType=issuetype",
      "name": "Research2",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10308",
            "id": "10308",
            "description": "",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10304&avatarType=issuetype",
            "name": "Research2",
            "subtask": false,
            "avatarId": 10304
          }]
        },
        "components": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "component",
            "system": "components"
          },
          "name": "Component/s",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": []
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/10110",
            "id": "10110",
            "key": "N2",
            "name": "PRJ51. TP",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=10110&avatarId=12213",
              "24x24": "@host/secure/projectavatar?size=small&pid=10110&avatarId=12213",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=10110&avatarId=12213",
              "32x32": "@host/secure/projectavatar?size=medium&pid=10110&avatarId=12213"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/version/11628",
            "id": "11628",
            "name": "2016",
            "archived": false,
            "released": true,
            "releaseDate": "2017-05-04",
            "userReleaseDate": "04.05.17",
            "projectId": 10110
          }, {
            "self": "@host/rest/api/2/version/13517",
            "id": "13517",
            "name": "0.1.0",
            "archived": false,
            "released": true,
            "releaseDate": "2019-01-09",
            "userReleaseDate": "09.01.19",
            "projectId": 10110
          }, {
            "self": "@host/rest/api/2/version/13518",
            "id": "13518",
            "description": "Tasks on 2019 year",
            "name": "2019",
            "archived": false,
            "released": false,
            "startDate": "2019-01-09",
            "releaseDate": "2019-12-31",
            "overdue": false,
            "userStartDate": "09.01.19",
            "userReleaseDate": "31.12.19",
            "projectId": 10110
          }]
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_11201": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11201
          },
          "name": "Severity",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10500",
            "value": "S1 Blocker",
            "id": "10500"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10501",
            "value": "S2 Critical",
            "id": "10501"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10502",
            "value": "S3 Major",
            "id": "10502"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10503",
            "value": "S4 Minor",
            "id": "10503"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10504",
            "value": "S5 Trivial",
            "id": "10504"
          }]
        },
        "customfield_10134": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10134
          },
          "name": "Cust10134",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12005": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 12005
          },
          "name": "Cust12005",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11100",
            "value": "Unit1",
            "id": "11100"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11601",
            "value": "Unit2",
            "id": "11601"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11101",
            "value": "Unit3",
            "id": "11101"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11102",
            "value": "Unit4",
            "id": "11102"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11103",
            "value": "Unit5",
            "id": "11103"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11104",
            "value": "Unit6",
            "id": "11104"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11105",
            "value": "Unit7",
            "id": "11105"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11112",
            "value": "Unit8",
            "id": "11112"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11113",
            "value": "Unit9",
            "id": "11113"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11425",
            "value": "Unit10",
            "id": "11425"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11600",
            "value": "Unit11",
            "id": "11600"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11426",
            "value": "All",
            "id": "11426"
          }]
        },
        "customfield_10136": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10136
          },
          "name": "Cust10136",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_11711": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11711
          },
          "name": "Cust11711",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10814",
            "value": "Нет изменений в коде",
            "id": "10814"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10811",
            "value": "Патч",
            "id": "10811"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10812",
            "value": "Минорные изменения",
            "id": "10812"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10813",
            "value": "Мажорные изменения",
            "id": "10813"
          }]
        },
        "customfield_10005": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-sprint",
            "customId": 10005
          },
          "name": "Sprint",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12604": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12604
          },
          "name": "Cust12604",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11801": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 11801
          },
          "name": "Checklists",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_11716": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:url",
            "customId": 11716
          },
          "name": "Confluence link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": true,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10000",
      "id": "10000",
      "description": "Created by Jira Software - do not edit or delete. Issue type for a big user story that needs to be broken down.",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10307&avatarType=issuetype",
      "name": "Epic",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10000",
            "id": "10000",
            "description": "Created by Jira Software - do not edit or delete. Issue type for a big user story that needs to be broken down.",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10307&avatarType=issuetype",
            "name": "Epic",
            "subtask": false,
            "avatarId": 10307
          }]
        },
        "components": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "component",
            "system": "components"
          },
          "name": "Component/s",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": []
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/10110",
            "id": "10110",
            "key": "N2",
            "name": "PRJ51. TP",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=10110&avatarId=12213",
              "24x24": "@host/secure/projectavatar?size=small&pid=10110&avatarId=12213",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=10110&avatarId=12213",
              "32x32": "@host/secure/projectavatar?size=medium&pid=10110&avatarId=12213"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/version/11628",
            "id": "11628",
            "name": "2016",
            "archived": false,
            "released": true,
            "releaseDate": "2017-05-04",
            "userReleaseDate": "04.05.17",
            "projectId": 10110
          }, {
            "self": "@host/rest/api/2/version/13517",
            "id": "13517",
            "name": "0.1.0",
            "archived": false,
            "released": true,
            "releaseDate": "2019-01-09",
            "userReleaseDate": "09.01.19",
            "projectId": 10110
          }, {
            "self": "@host/rest/api/2/version/13518",
            "id": "13518",
            "description": "Tasks on 2019 year",
            "name": "2019",
            "archived": false,
            "released": false,
            "startDate": "2019-01-09",
            "releaseDate": "2019-12-31",
            "overdue": false,
            "userStartDate": "09.01.19",
            "userReleaseDate": "31.12.19",
            "projectId": 10110
          }]
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_11201": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11201
          },
          "name": "Severity",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10500",
            "value": "S1 Blocker",
            "id": "10500"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10501",
            "value": "S2 Critical",
            "id": "10501"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10502",
            "value": "S3 Major",
            "id": "10502"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10503",
            "value": "S4 Minor",
            "id": "10503"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10504",
            "value": "S5 Trivial",
            "id": "10504"
          }]
        },
        "customfield_10134": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10134
          },
          "name": "Cust10134",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_10003": {
          "required": true,
          "schema": {
            "type": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-label",
            "customId": 10003
          },
          "name": "Epic Name",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12005": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 12005
          },
          "name": "Cust12005",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11100",
            "value": "Unit1",
            "id": "11100"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11601",
            "value": "Unit2",
            "id": "11601"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11101",
            "value": "Unit3",
            "id": "11101"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11102",
            "value": "Unit4",
            "id": "11102"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11103",
            "value": "Unit5",
            "id": "11103"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11104",
            "value": "Unit6",
            "id": "11104"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11105",
            "value": "Unit7",
            "id": "11105"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11112",
            "value": "Unit8",
            "id": "11112"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11113",
            "value": "Unit9",
            "id": "11113"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11425",
            "value": "Unit10",
            "id": "11425"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11600",
            "value": "Unit11",
            "id": "11600"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11426",
            "value": "All",
            "id": "11426"
          }]
        },
        "customfield_10136": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10136
          },
          "name": "Cust10136",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_11711": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11711
          },
          "name": "Cust11711",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10814",
            "value": "Нет изменений в коде",
            "id": "10814"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10811",
            "value": "Патч",
            "id": "10811"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10812",
            "value": "Минорные изменения",
            "id": "10812"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10813",
            "value": "Мажорные изменения",
            "id": "10813"
          }]
        },
        "customfield_10005": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-sprint",
            "customId": 10005
          },
          "name": "Sprint",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12604": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12604
          },
          "name": "Cust12604",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11801": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 11801
          },
          "name": "Checklists",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_11716": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:url",
            "customId": 11716
          },
          "name": "Confluence link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": true,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10100",
      "id": "10100",
      "description": "Документация, описание бизнес-процессов, схем, инструкции",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10315&avatarType=issuetype",
      "name": "Documentation",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10100",
            "id": "10100",
            "description": "Документация, описание бизнес-процессов, схем, инструкции",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10315&avatarType=issuetype",
            "name": "Documentation",
            "subtask": false,
            "avatarId": 10315
          }]
        },
        "components": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "component",
            "system": "components"
          },
          "name": "Component/s",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": []
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/10110",
            "id": "10110",
            "key": "N2",
            "name": "PRJ51. TP",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=10110&avatarId=12213",
              "24x24": "@host/secure/projectavatar?size=small&pid=10110&avatarId=12213",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=10110&avatarId=12213",
              "32x32": "@host/secure/projectavatar?size=medium&pid=10110&avatarId=12213"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/version/11628",
            "id": "11628",
            "name": "2016",
            "archived": false,
            "released": true,
            "releaseDate": "2017-05-04",
            "userReleaseDate": "04.05.17",
            "projectId": 10110
          }, {
            "self": "@host/rest/api/2/version/13517",
            "id": "13517",
            "name": "0.1.0",
            "archived": false,
            "released": true,
            "releaseDate": "2019-01-09",
            "userReleaseDate": "09.01.19",
            "projectId": 10110
          }, {
            "self": "@host/rest/api/2/version/13518",
            "id": "13518",
            "description": "Tasks on 2019 year",
            "name": "2019",
            "archived": false,
            "released": false,
            "startDate": "2019-01-09",
            "releaseDate": "2019-12-31",
            "overdue": false,
            "userStartDate": "09.01.19",
            "userReleaseDate": "31.12.19",
            "projectId": 10110
          }]
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_11201": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11201
          },
          "name": "Severity",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10500",
            "value": "S1 Blocker",
            "id": "10500"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10501",
            "value": "S2 Critical",
            "id": "10501"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10502",
            "value": "S3 Major",
            "id": "10502"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10503",
            "value": "S4 Minor",
            "id": "10503"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10504",
            "value": "S5 Trivial",
            "id": "10504"
          }]
        },
        "customfield_10134": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10134
          },
          "name": "Cust10134",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12005": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 12005
          },
          "name": "Cust12005",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11100",
            "value": "Unit1",
            "id": "11100"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11601",
            "value": "Unit2",
            "id": "11601"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11101",
            "value": "Unit3",
            "id": "11101"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11102",
            "value": "Unit4",
            "id": "11102"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11103",
            "value": "Unit5",
            "id": "11103"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11104",
            "value": "Unit6",
            "id": "11104"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11105",
            "value": "Unit7",
            "id": "11105"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11112",
            "value": "Unit8",
            "id": "11112"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11113",
            "value": "Unit9",
            "id": "11113"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11425",
            "value": "Unit10",
            "id": "11425"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11600",
            "value": "Unit11",
            "id": "11600"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11426",
            "value": "All",
            "id": "11426"
          }]
        },
        "customfield_10136": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10136
          },
          "name": "Cust10136",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_11711": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11711
          },
          "name": "Cust11711",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10814",
            "value": "Нет изменений в коде",
            "id": "10814"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10811",
            "value": "Патч",
            "id": "10811"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10812",
            "value": "Минорные изменения",
            "id": "10812"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10813",
            "value": "Мажорные изменения",
            "id": "10813"
          }]
        },
        "customfield_10005": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-sprint",
            "customId": 10005
          },
          "name": "Sprint",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12604": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12604
          },
          "name": "Cust12604",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11801": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 11801
          },
          "name": "Checklists",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_11716": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:url",
            "customId": 11716
          },
          "name": "Confluence link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": true,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10102",
      "id": "10102",
      "description": "Auto-tests",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10500&avatarType=issuetype",
      "name": "Auto-test",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10102",
            "id": "10102",
            "description": "Auto-tests",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10500&avatarType=issuetype",
            "name": "Auto-test",
            "subtask": false,
            "avatarId": 10500
          }]
        },
        "components": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "component",
            "system": "components"
          },
          "name": "Component/s",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": []
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/10110",
            "id": "10110",
            "key": "N2",
            "name": "PRJ51. TP",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=10110&avatarId=12213",
              "24x24": "@host/secure/projectavatar?size=small&pid=10110&avatarId=12213",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=10110&avatarId=12213",
              "32x32": "@host/secure/projectavatar?size=medium&pid=10110&avatarId=12213"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/version/11628",
            "id": "11628",
            "name": "2016",
            "archived": false,
            "released": true,
            "releaseDate": "2017-05-04",
            "userReleaseDate": "04.05.17",
            "projectId": 10110
          }, {
            "self": "@host/rest/api/2/version/13517",
            "id": "13517",
            "name": "0.1.0",
            "archived": false,
            "released": true,
            "releaseDate": "2019-01-09",
            "userReleaseDate": "09.01.19",
            "projectId": 10110
          }, {
            "self": "@host/rest/api/2/version/13518",
            "id": "13518",
            "description": "Tasks on 2019 year",
            "name": "2019",
            "archived": false,
            "released": false,
            "startDate": "2019-01-09",
            "releaseDate": "2019-12-31",
            "overdue": false,
            "userStartDate": "09.01.19",
            "userReleaseDate": "31.12.19",
            "projectId": 10110
          }]
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_11201": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11201
          },
          "name": "Severity",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10500",
            "value": "S1 Blocker",
            "id": "10500"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10501",
            "value": "S2 Critical",
            "id": "10501"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10502",
            "value": "S3 Major",
            "id": "10502"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10503",
            "value": "S4 Minor",
            "id": "10503"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10504",
            "value": "S5 Trivial",
            "id": "10504"
          }]
        },
        "customfield_10134": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10134
          },
          "name": "Cust10134",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12005": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 12005
          },
          "name": "Cust12005",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11100",
            "value": "Unit1",
            "id": "11100"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11601",
            "value": "Unit2",
            "id": "11601"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11101",
            "value": "Unit3",
            "id": "11101"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11102",
            "value": "Unit4",
            "id": "11102"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11103",
            "value": "Unit5",
            "id": "11103"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11104",
            "value": "Unit6",
            "id": "11104"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11105",
            "value": "Unit7",
            "id": "11105"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11112",
            "value": "Unit8",
            "id": "11112"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11113",
            "value": "Unit9",
            "id": "11113"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11425",
            "value": "Unit10",
            "id": "11425"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11600",
            "value": "Unit11",
            "id": "11600"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11426",
            "value": "All",
            "id": "11426"
          }]
        },
        "customfield_10136": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10136
          },
          "name": "Cust10136",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_11711": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11711
          },
          "name": "Cust11711",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10814",
            "value": "Нет изменений в коде",
            "id": "10814"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10811",
            "value": "Патч",
            "id": "10811"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10812",
            "value": "Минорные изменения",
            "id": "10812"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10813",
            "value": "Мажорные изменения",
            "id": "10813"
          }]
        },
        "customfield_10005": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-sprint",
            "customId": 10005
          },
          "name": "Sprint",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12604": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12604
          },
          "name": "Cust12604",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11801": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 11801
          },
          "name": "Checklists",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_11716": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:url",
            "customId": 11716
          },
          "name": "Confluence link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": true,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10201",
      "id": "10201",
      "description": "Settings",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10900&avatarType=issuetype",
      "name": "Settings",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10201",
            "id": "10201",
            "description": "Settings",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10900&avatarType=issuetype",
            "name": "Settings",
            "subtask": false,
            "avatarId": 10900
          }]
        },
        "components": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "component",
            "system": "components"
          },
          "name": "Component/s",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": []
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/10110",
            "id": "10110",
            "key": "N2",
            "name": "PRJ51. TP",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=10110&avatarId=12213",
              "24x24": "@host/secure/projectavatar?size=small&pid=10110&avatarId=12213",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=10110&avatarId=12213",
              "32x32": "@host/secure/projectavatar?size=medium&pid=10110&avatarId=12213"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/version/11628",
            "id": "11628",
            "name": "2016",
            "archived": false,
            "released": true,
            "releaseDate": "2017-05-04",
            "userReleaseDate": "04.05.17",
            "projectId": 10110
          }, {
            "self": "@host/rest/api/2/version/13517",
            "id": "13517",
            "name": "0.1.0",
            "archived": false,
            "released": true,
            "releaseDate": "2019-01-09",
            "userReleaseDate": "09.01.19",
            "projectId": 10110
          }, {
            "self": "@host/rest/api/2/version/13518",
            "id": "13518",
            "description": "Tasks on 2019 year",
            "name": "2019",
            "archived": false,
            "released": false,
            "startDate": "2019-01-09",
            "releaseDate": "2019-12-31",
            "overdue": false,
            "userStartDate": "09.01.19",
            "userReleaseDate": "31.12.19",
            "projectId": 10110
          }]
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_11201": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11201
          },
          "name": "Severity",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10500",
            "value": "S1 Blocker",
            "id": "10500"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10501",
            "value": "S2 Critical",
            "id": "10501"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10502",
            "value": "S3 Major",
            "id": "10502"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10503",
            "value": "S4 Minor",
            "id": "10503"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10504",
            "value": "S5 Trivial",
            "id": "10504"
          }]
        },
        "customfield_10134": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10134
          },
          "name": "Cust10134",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12005": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 12005
          },
          "name": "Cust12005",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11100",
            "value": "Unit1",
            "id": "11100"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11601",
            "value": "Unit2",
            "id": "11601"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11101",
            "value": "Unit3",
            "id": "11101"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11102",
            "value": "Unit4",
            "id": "11102"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11103",
            "value": "Unit5",
            "id": "11103"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11104",
            "value": "Unit6",
            "id": "11104"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11105",
            "value": "Unit7",
            "id": "11105"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11112",
            "value": "Unit8",
            "id": "11112"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11113",
            "value": "Unit9",
            "id": "11113"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11425",
            "value": "Unit10",
            "id": "11425"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11600",
            "value": "Unit11",
            "id": "11600"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11426",
            "value": "All",
            "id": "11426"
          }]
        },
        "customfield_10136": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10136
          },
          "name": "Cust10136",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_11711": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11711
          },
          "name": "Cust11711",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10814",
            "value": "Нет изменений в коде",
            "id": "10814"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10811",
            "value": "Патч",
            "id": "10811"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10812",
            "value": "Минорные изменения",
            "id": "10812"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10813",
            "value": "Мажорные изменения",
            "id": "10813"
          }]
        },
        "customfield_10005": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-sprint",
            "customId": 10005
          },
          "name": "Sprint",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12604": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12604
          },
          "name": "Cust12604",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11801": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 11801
          },
          "name": "Checklists",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_11716": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:url",
            "customId": 11716
          },
          "name": "Confluence link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": true,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10602",
      "id": "10602",
      "description": "",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10501&avatarType=issuetype",
      "name": "Проектирование",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10602",
            "id": "10602",
            "description": "",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10501&avatarType=issuetype",
            "name": "Проектирование",
            "subtask": false,
            "avatarId": 10501
          }]
        },
        "components": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "component",
            "system": "components"
          },
          "name": "Component/s",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": []
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/10110",
            "id": "10110",
            "key": "N2",
            "name": "PRJ51. TP",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=10110&avatarId=12213",
              "24x24": "@host/secure/projectavatar?size=small&pid=10110&avatarId=12213",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=10110&avatarId=12213",
              "32x32": "@host/secure/projectavatar?size=medium&pid=10110&avatarId=12213"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/version/11628",
            "id": "11628",
            "name": "2016",
            "archived": false,
            "released": true,
            "releaseDate": "2017-05-04",
            "userReleaseDate": "04.05.17",
            "projectId": 10110
          }, {
            "self": "@host/rest/api/2/version/13517",
            "id": "13517",
            "name": "0.1.0",
            "archived": false,
            "released": true,
            "releaseDate": "2019-01-09",
            "userReleaseDate": "09.01.19",
            "projectId": 10110
          }, {
            "self": "@host/rest/api/2/version/13518",
            "id": "13518",
            "description": "Tasks on 2019 year",
            "name": "2019",
            "archived": false,
            "released": false,
            "startDate": "2019-01-09",
            "releaseDate": "2019-12-31",
            "overdue": false,
            "userStartDate": "09.01.19",
            "userReleaseDate": "31.12.19",
            "projectId": 10110
          }]
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_11201": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11201
          },
          "name": "Severity",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10500",
            "value": "S1 Blocker",
            "id": "10500"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10501",
            "value": "S2 Critical",
            "id": "10501"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10502",
            "value": "S3 Major",
            "id": "10502"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10503",
            "value": "S4 Minor",
            "id": "10503"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10504",
            "value": "S5 Trivial",
            "id": "10504"
          }]
        },
        "customfield_10134": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10134
          },
          "name": "Cust10134",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12005": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 12005
          },
          "name": "Cust12005",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11100",
            "value": "Unit1",
            "id": "11100"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11601",
            "value": "Unit2",
            "id": "11601"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11101",
            "value": "Unit3",
            "id": "11101"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11102",
            "value": "Unit4",
            "id": "11102"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11103",
            "value": "Unit5",
            "id": "11103"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11104",
            "value": "Unit6",
            "id": "11104"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11105",
            "value": "Unit7",
            "id": "11105"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11112",
            "value": "Unit8",
            "id": "11112"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11113",
            "value": "Unit9",
            "id": "11113"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11425",
            "value": "Unit10",
            "id": "11425"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11600",
            "value": "Unit11",
            "id": "11600"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11426",
            "value": "All",
            "id": "11426"
          }]
        },
        "customfield_10136": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10136
          },
          "name": "Cust10136",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_11711": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11711
          },
          "name": "Cust11711",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10814",
            "value": "Нет изменений в коде",
            "id": "10814"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10811",
            "value": "Патч",
            "id": "10811"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10812",
            "value": "Минорные изменения",
            "id": "10812"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10813",
            "value": "Мажорные изменения",
            "id": "10813"
          }]
        },
        "customfield_10005": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-sprint",
            "customId": 10005
          },
          "name": "Sprint",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12604": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12604
          },
          "name": "Cust12604",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11801": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 11801
          },
          "name": "Checklists",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_11716": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:url",
            "customId": 11716
          },
          "name": "Confluence link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": true,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10601",
      "id": "10601",
      "description": "",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10304&avatarType=issuetype",
      "name": "HotFix",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10601",
            "id": "10601",
            "description": "",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10304&avatarType=issuetype",
            "name": "HotFix",
            "subtask": false,
            "avatarId": 10304
          }]
        },
        "components": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "component",
            "system": "components"
          },
          "name": "Component/s",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": []
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/10110",
            "id": "10110",
            "key": "N2",
            "name": "PRJ51. TP",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=10110&avatarId=12213",
              "24x24": "@host/secure/projectavatar?size=small&pid=10110&avatarId=12213",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=10110&avatarId=12213",
              "32x32": "@host/secure/projectavatar?size=medium&pid=10110&avatarId=12213"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/version/11628",
            "id": "11628",
            "name": "2016",
            "archived": false,
            "released": true,
            "releaseDate": "2017-05-04",
            "userReleaseDate": "04.05.17",
            "projectId": 10110
          }, {
            "self": "@host/rest/api/2/version/13517",
            "id": "13517",
            "name": "0.1.0",
            "archived": false,
            "released": true,
            "releaseDate": "2019-01-09",
            "userReleaseDate": "09.01.19",
            "projectId": 10110
          }, {
            "self": "@host/rest/api/2/version/13518",
            "id": "13518",
            "description": "Tasks on 2019 year",
            "name": "2019",
            "archived": false,
            "released": false,
            "startDate": "2019-01-09",
            "releaseDate": "2019-12-31",
            "overdue": false,
            "userStartDate": "09.01.19",
            "userReleaseDate": "31.12.19",
            "projectId": 10110
          }]
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_11201": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11201
          },
          "name": "Severity",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10500",
            "value": "S1 Blocker",
            "id": "10500"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10501",
            "value": "S2 Critical",
            "id": "10501"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10502",
            "value": "S3 Major",
            "id": "10502"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10503",
            "value": "S4 Minor",
            "id": "10503"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10504",
            "value": "S5 Trivial",
            "id": "10504"
          }]
        },
        "customfield_10134": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10134
          },
          "name": "Cust10134",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12005": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 12005
          },
          "name": "Cust12005",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11100",
            "value": "Unit1",
            "id": "11100"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11601",
            "value": "Unit2",
            "id": "11601"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11101",
            "value": "Unit3",
            "id": "11101"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11102",
            "value": "Unit4",
            "id": "11102"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11103",
            "value": "Unit5",
            "id": "11103"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11104",
            "value": "Unit6",
            "id": "11104"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11105",
            "value": "Unit7",
            "id": "11105"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11112",
            "value": "Unit8",
            "id": "11112"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11113",
            "value": "Unit9",
            "id": "11113"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11425",
            "value": "Unit10",
            "id": "11425"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11600",
            "value": "Unit11",
            "id": "11600"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11426",
            "value": "All",
            "id": "11426"
          }]
        },
        "customfield_10136": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10136
          },
          "name": "Cust10136",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_11711": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11711
          },
          "name": "Cust11711",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10814",
            "value": "Нет изменений в коде",
            "id": "10814"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10811",
            "value": "Патч",
            "id": "10811"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10812",
            "value": "Минорные изменения",
            "id": "10812"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10813",
            "value": "Мажорные изменения",
            "id": "10813"
          }]
        },
        "customfield_10005": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-sprint",
            "customId": 10005
          },
          "name": "Sprint",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12604": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12604
          },
          "name": "Cust12604",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11801": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 11801
          },
          "name": "Checklists",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_11704": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 11704
          },
          "name": "В релизе",
          "hasDefaultValue": true,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10800",
            "value": "Да",
            "id": "10800"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10801",
            "value": "Нет",
            "id": "10801"
          }]
        },
        "customfield_11716": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:url",
            "customId": 11716
          },
          "name": "Confluence link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11705": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 11705
          },
          "name": "Desc91",
          "hasDefaultValue": true,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10802",
            "value": "Да",
            "id": "10802"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10803",
            "value": "Нет",
            "id": "10803"
          }]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": true,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10001",
      "id": "10001",
      "description": "Created by Jira Software - do not edit or delete. Issue type for a user story.",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10306&avatarType=issuetype",
      "name": "Story",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10001",
            "id": "10001",
            "description": "Created by Jira Software - do not edit or delete. Issue type for a user story.",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10306&avatarType=issuetype",
            "name": "Story",
            "subtask": false,
            "avatarId": 10306
          }]
        },
        "components": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "component",
            "system": "components"
          },
          "name": "Component/s",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": []
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/10110",
            "id": "10110",
            "key": "N2",
            "name": "PRJ51. TP",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=10110&avatarId=12213",
              "24x24": "@host/secure/projectavatar?size=small&pid=10110&avatarId=12213",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=10110&avatarId=12213",
              "32x32": "@host/secure/projectavatar?size=medium&pid=10110&avatarId=12213"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/version/11628",
            "id": "11628",
            "name": "2016",
            "archived": false,
            "released": true,
            "releaseDate": "2017-05-04",
            "userReleaseDate": "04.05.17",
            "projectId": 10110
          }, {
            "self": "@host/rest/api/2/version/13517",
            "id": "13517",
            "name": "0.1.0",
            "archived": false,
            "released": true,
            "releaseDate": "2019-01-09",
            "userReleaseDate": "09.01.19",
            "projectId": 10110
          }, {
            "self": "@host/rest/api/2/version/13518",
            "id": "13518",
            "description": "Tasks on 2019 year",
            "name": "2019",
            "archived": false,
            "released": false,
            "startDate": "2019-01-09",
            "releaseDate": "2019-12-31",
            "overdue": false,
            "userStartDate": "09.01.19",
            "userReleaseDate": "31.12.19",
            "projectId": 10110
          }]
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_11201": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11201
          },
          "name": "Severity",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10500",
            "value": "S1 Blocker",
            "id": "10500"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10501",
            "value": "S2 Critical",
            "id": "10501"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10502",
            "value": "S3 Major",
            "id": "10502"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10503",
            "value": "S4 Minor",
            "id": "10503"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10504",
            "value": "S5 Trivial",
            "id": "10504"
          }]
        },
        "customfield_10134": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10134
          },
          "name": "Cust10134",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12005": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 12005
          },
          "name": "Cust12005",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11100",
            "value": "Unit1",
            "id": "11100"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11601",
            "value": "Unit2",
            "id": "11601"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11101",
            "value": "Unit3",
            "id": "11101"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11102",
            "value": "Unit4",
            "id": "11102"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11103",
            "value": "Unit5",
            "id": "11103"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11104",
            "value": "Unit6",
            "id": "11104"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11105",
            "value": "Unit7",
            "id": "11105"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11112",
            "value": "Unit8",
            "id": "11112"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11113",
            "value": "Unit9",
            "id": "11113"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11425",
            "value": "Unit10",
            "id": "11425"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11600",
            "value": "Unit11",
            "id": "11600"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11426",
            "value": "All",
            "id": "11426"
          }]
        },
        "customfield_10136": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10136
          },
          "name": "Cust10136",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_11711": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11711
          },
          "name": "Cust11711",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10814",
            "value": "Нет изменений в коде",
            "id": "10814"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10811",
            "value": "Патч",
            "id": "10811"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10812",
            "value": "Минорные изменения",
            "id": "10812"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10813",
            "value": "Мажорные изменения",
            "id": "10813"
          }]
        },
        "customfield_10005": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-sprint",
            "customId": 10005
          },
          "name": "Sprint",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12604": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12604
          },
          "name": "Cust12604",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11801": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 11801
          },
          "name": "Checklists",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_11716": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:url",
            "customId": 11716
          },
          "name": "Confluence link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": true,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10400",
      "id": "10400",
      "description": "",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10300&avatarType=issuetype",
      "name": "Research",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10400",
            "id": "10400",
            "description": "",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10300&avatarType=issuetype",
            "name": "Research",
            "subtask": false,
            "avatarId": 10300
          }]
        },
        "components": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "component",
            "system": "components"
          },
          "name": "Component/s",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": []
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/10110",
            "id": "10110",
            "key": "N2",
            "name": "PRJ51. TP",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=10110&avatarId=12213",
              "24x24": "@host/secure/projectavatar?size=small&pid=10110&avatarId=12213",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=10110&avatarId=12213",
              "32x32": "@host/secure/projectavatar?size=medium&pid=10110&avatarId=12213"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/version/11628",
            "id": "11628",
            "name": "2016",
            "archived": false,
            "released": true,
            "releaseDate": "2017-05-04",
            "userReleaseDate": "04.05.17",
            "projectId": 10110
          }, {
            "self": "@host/rest/api/2/version/13517",
            "id": "13517",
            "name": "0.1.0",
            "archived": false,
            "released": true,
            "releaseDate": "2019-01-09",
            "userReleaseDate": "09.01.19",
            "projectId": 10110
          }, {
            "self": "@host/rest/api/2/version/13518",
            "id": "13518",
            "description": "Tasks on 2019 year",
            "name": "2019",
            "archived": false,
            "released": false,
            "startDate": "2019-01-09",
            "releaseDate": "2019-12-31",
            "overdue": false,
            "userStartDate": "09.01.19",
            "userReleaseDate": "31.12.19",
            "projectId": 10110
          }]
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_11201": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11201
          },
          "name": "Severity",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10500",
            "value": "S1 Blocker",
            "id": "10500"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10501",
            "value": "S2 Critical",
            "id": "10501"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10502",
            "value": "S3 Major",
            "id": "10502"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10503",
            "value": "S4 Minor",
            "id": "10503"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10504",
            "value": "S5 Trivial",
            "id": "10504"
          }]
        },
        "customfield_10134": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10134
          },
          "name": "Cust10134",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12005": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 12005
          },
          "name": "Cust12005",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11100",
            "value": "Unit1",
            "id": "11100"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11601",
            "value": "Unit2",
            "id": "11601"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11101",
            "value": "Unit3",
            "id": "11101"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11102",
            "value": "Unit4",
            "id": "11102"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11103",
            "value": "Unit5",
            "id": "11103"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11104",
            "value": "Unit6",
            "id": "11104"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11105",
            "value": "Unit7",
            "id": "11105"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11112",
            "value": "Unit8",
            "id": "11112"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11113",
            "value": "Unit9",
            "id": "11113"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11425",
            "value": "Unit10",
            "id": "11425"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11600",
            "value": "Unit11",
            "id": "11600"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11426",
            "value": "All",
            "id": "11426"
          }]
        },
        "customfield_10136": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10136
          },
          "name": "Cust10136",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_11711": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11711
          },
          "name": "Cust11711",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10814",
            "value": "Нет изменений в коде",
            "id": "10814"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10811",
            "value": "Патч",
            "id": "10811"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10812",
            "value": "Минорные изменения",
            "id": "10812"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10813",
            "value": "Мажорные изменения",
            "id": "10813"
          }]
        },
        "customfield_10005": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-sprint",
            "customId": 10005
          },
          "name": "Sprint",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12604": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12604
          },
          "name": "Cust12604",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11801": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 11801
          },
          "name": "Checklists",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_11716": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:url",
            "customId": 11716
          },
          "name": "Confluence link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": true,
          "operations": ["set"]
        }
      }
    }]
  }, {
    "expand": "issuetypes",
    "self": "@host/rest/api/2/project/10108",
    "id": "10108",
    "key": "N1",
    "name": "PRJ51. PRJ72",
    "avatarUrls": {
      "48x48": "@host/secure/projectavatar?pid=10108&avatarId=10664",
      "24x24": "@host/secure/projectavatar?size=small&pid=10108&avatarId=10664",
      "16x16": "@host/secure/projectavatar?size=xsmall&pid=10108&avatarId=10664",
      "32x32": "@host/secure/projectavatar?size=medium&pid=10108&avatarId=10664"
    },
    "issuetypes": [{
      "self": "@host/rest/api/2/issuetype/3",
      "id": "3",
      "description": "A task that needs to be done.",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10318&avatarType=issuetype",
      "name": "Task",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/3",
            "id": "3",
            "description": "A task that needs to be done.",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10318&avatarType=issuetype",
            "name": "Task",
            "subtask": false,
            "avatarId": 10318
          }]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/10108",
            "id": "10108",
            "key": "N1",
            "name": "PRJ51. PRJ72",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=10108&avatarId=10664",
              "24x24": "@host/secure/projectavatar?size=small&pid=10108&avatarId=10664",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=10108&avatarId=10664",
              "32x32": "@host/secure/projectavatar?size=medium&pid=10108&avatarId=10664"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": []
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_10134": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10134
          },
          "name": "Cust10134",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11102": {
          "required": false,
          "schema": {
            "type": "number",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:float",
            "customId": 11102
          },
          "name": "Cust11102",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11201": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11201
          },
          "name": "Severity",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10500",
            "value": "S1 Blocker",
            "id": "10500"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10501",
            "value": "S2 Critical",
            "id": "10501"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10502",
            "value": "S3 Major",
            "id": "10502"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10503",
            "value": "S4 Minor",
            "id": "10503"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10504",
            "value": "S5 Trivial",
            "id": "10504"
          }]
        },
        "customfield_10136": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10136
          },
          "name": "Cust10136",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "timetracking": {
          "required": false,
          "schema": {
            "type": "timetracking",
            "system": "timetracking"
          },
          "name": "Time Tracking",
          "hasDefaultValue": false,
          "operations": ["set", "edit"]
        },
        "customfield_11711": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11711
          },
          "name": "Cust11711",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10814",
            "value": "Нет изменений в коде",
            "id": "10814"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10811",
            "value": "Патч",
            "id": "10811"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10812",
            "value": "Минорные изменения",
            "id": "10812"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10813",
            "value": "Мажорные изменения",
            "id": "10813"
          }]
        },
        "customfield_11700": {
          "required": false,
          "schema": {
            "type": "number",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:float",
            "customId": 11700
          },
          "name": "Cust11700",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_10005": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-sprint",
            "customId": 10005
          },
          "name": "Sprint",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11801": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 11801
          },
          "name": "Checklists",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_11703": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 11703
          },
          "name": "Cust11703",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11716": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:url",
            "customId": 11716
          },
          "name": "Confluence link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11709": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 11709
          },
          "name": "Cust11709",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10810",
            "value": "Да",
            "id": "10810"
          }]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/5",
      "id": "5",
      "description": "The sub-task of the issue",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype",
      "name": "Sub-task",
      "subtask": true,
      "expand": "fields",
      "fields": {
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/5",
            "id": "5",
            "description": "The sub-task of the issue",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype",
            "name": "Sub-task",
            "subtask": true,
            "avatarId": 10316
          }]
        },
        "parent": {
          "required": true,
          "schema": {
            "type": "issuelink",
            "system": "parent"
          },
          "name": "Parent",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/10108",
            "id": "10108",
            "key": "N1",
            "name": "PRJ51. PRJ72",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=10108&avatarId=10664",
              "24x24": "@host/secure/projectavatar?size=small&pid=10108&avatarId=10664",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=10108&avatarId=10664",
              "32x32": "@host/secure/projectavatar?size=medium&pid=10108&avatarId=10664"
            }
          }]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": []
        },
        "customfield_10134": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10134
          },
          "name": "Cust10134",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11102": {
          "required": false,
          "schema": {
            "type": "number",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:float",
            "customId": 11102
          },
          "name": "Cust11102",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11201": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11201
          },
          "name": "Severity",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10500",
            "value": "S1 Blocker",
            "id": "10500"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10501",
            "value": "S2 Critical",
            "id": "10501"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10502",
            "value": "S3 Major",
            "id": "10502"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10503",
            "value": "S4 Minor",
            "id": "10503"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10504",
            "value": "S5 Trivial",
            "id": "10504"
          }]
        },
        "customfield_10136": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10136
          },
          "name": "Cust10136",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "timetracking": {
          "required": false,
          "schema": {
            "type": "timetracking",
            "system": "timetracking"
          },
          "name": "Time Tracking",
          "hasDefaultValue": false,
          "operations": ["set", "edit"]
        },
        "customfield_11711": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11711
          },
          "name": "Cust11711",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10814",
            "value": "Нет изменений в коде",
            "id": "10814"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10811",
            "value": "Патч",
            "id": "10811"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10812",
            "value": "Минорные изменения",
            "id": "10812"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10813",
            "value": "Мажорные изменения",
            "id": "10813"
          }]
        },
        "customfield_10005": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-sprint",
            "customId": 10005
          },
          "name": "Sprint",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_11716": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:url",
            "customId": 11716
          },
          "name": "Confluence link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_11700": {
          "required": false,
          "schema": {
            "type": "number",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:float",
            "customId": 11700
          },
          "name": "Cust11700",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11801": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 11801
          },
          "name": "Checklists",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11703": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 11703
          },
          "name": "Cust11703",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11709": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 11709
          },
          "name": "Cust11709",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10810",
            "value": "Да",
            "id": "10810"
          }]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10001",
      "id": "10001",
      "description": "Created by Jira Software - do not edit or delete. Issue type for a user story.",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10306&avatarType=issuetype",
      "name": "Story",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10001",
            "id": "10001",
            "description": "Created by Jira Software - do not edit or delete. Issue type for a user story.",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10306&avatarType=issuetype",
            "name": "Story",
            "subtask": false,
            "avatarId": 10306
          }]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/10108",
            "id": "10108",
            "key": "N1",
            "name": "PRJ51. PRJ72",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=10108&avatarId=10664",
              "24x24": "@host/secure/projectavatar?size=small&pid=10108&avatarId=10664",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=10108&avatarId=10664",
              "32x32": "@host/secure/projectavatar?size=medium&pid=10108&avatarId=10664"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": []
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_10134": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10134
          },
          "name": "Cust10134",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11102": {
          "required": false,
          "schema": {
            "type": "number",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:float",
            "customId": 11102
          },
          "name": "Cust11102",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11201": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11201
          },
          "name": "Severity",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10500",
            "value": "S1 Blocker",
            "id": "10500"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10501",
            "value": "S2 Critical",
            "id": "10501"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10502",
            "value": "S3 Major",
            "id": "10502"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10503",
            "value": "S4 Minor",
            "id": "10503"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10504",
            "value": "S5 Trivial",
            "id": "10504"
          }]
        },
        "customfield_10136": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10136
          },
          "name": "Cust10136",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "timetracking": {
          "required": false,
          "schema": {
            "type": "timetracking",
            "system": "timetracking"
          },
          "name": "Time Tracking",
          "hasDefaultValue": false,
          "operations": ["set", "edit"]
        },
        "customfield_11711": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11711
          },
          "name": "Cust11711",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10814",
            "value": "Нет изменений в коде",
            "id": "10814"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10811",
            "value": "Патч",
            "id": "10811"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10812",
            "value": "Минорные изменения",
            "id": "10812"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10813",
            "value": "Мажорные изменения",
            "id": "10813"
          }]
        },
        "customfield_11700": {
          "required": false,
          "schema": {
            "type": "number",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:float",
            "customId": 11700
          },
          "name": "Cust11700",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_10005": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-sprint",
            "customId": 10005
          },
          "name": "Sprint",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11801": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 11801
          },
          "name": "Checklists",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_11703": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 11703
          },
          "name": "Cust11703",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11716": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:url",
            "customId": 11716
          },
          "name": "Confluence link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11709": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 11709
          },
          "name": "Cust11709",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10810",
            "value": "Да",
            "id": "10810"
          }]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/1",
      "id": "1",
      "description": "A problem which impairs or prevents the functions of the product.",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10303&avatarType=issuetype",
      "name": "Bug",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/1",
            "id": "1",
            "description": "A problem which impairs or prevents the functions of the product.",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10303&avatarType=issuetype",
            "name": "Bug",
            "subtask": false,
            "avatarId": 10303
          }]
        },
        "components": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "component",
            "system": "components"
          },
          "name": "Component/s",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": []
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/10108",
            "id": "10108",
            "key": "N1",
            "name": "PRJ51. PRJ72",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=10108&avatarId=10664",
              "24x24": "@host/secure/projectavatar?size=small&pid=10108&avatarId=10664",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=10108&avatarId=10664",
              "32x32": "@host/secure/projectavatar?size=medium&pid=10108&avatarId=10664"
            }
          }]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": []
        },
        "customfield_10134": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10134
          },
          "name": "Cust10134",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11102": {
          "required": false,
          "schema": {
            "type": "number",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:float",
            "customId": 11102
          },
          "name": "Cust11102",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11201": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11201
          },
          "name": "Severity",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10500",
            "value": "S1 Blocker",
            "id": "10500"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10501",
            "value": "S2 Critical",
            "id": "10501"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10502",
            "value": "S3 Major",
            "id": "10502"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10503",
            "value": "S4 Minor",
            "id": "10503"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10504",
            "value": "S5 Trivial",
            "id": "10504"
          }]
        },
        "customfield_10135": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 10135
          },
          "name": "Cust10135",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10147",
            "value": "Да",
            "id": "10147"
          }]
        },
        "customfield_10136": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10136
          },
          "name": "Cust10136",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "timetracking": {
          "required": false,
          "schema": {
            "type": "timetracking",
            "system": "timetracking"
          },
          "name": "Time Tracking",
          "hasDefaultValue": false,
          "operations": ["set", "edit"]
        },
        "customfield_11711": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11711
          },
          "name": "Cust11711",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10814",
            "value": "Нет изменений в коде",
            "id": "10814"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10811",
            "value": "Патч",
            "id": "10811"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10812",
            "value": "Минорные изменения",
            "id": "10812"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10813",
            "value": "Мажорные изменения",
            "id": "10813"
          }]
        },
        "customfield_10005": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-sprint",
            "customId": 10005
          },
          "name": "Sprint",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_11716": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:url",
            "customId": 11716
          },
          "name": "Confluence link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_11700": {
          "required": false,
          "schema": {
            "type": "number",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:float",
            "customId": 11700
          },
          "name": "Cust11700",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11801": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 11801
          },
          "name": "Checklists",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "environment": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "environment"
          },
          "name": "Environment",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11704": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 11704
          },
          "name": "В релизе",
          "hasDefaultValue": true,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10800",
            "value": "Да",
            "id": "10800"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10801",
            "value": "Нет",
            "id": "10801"
          }]
        },
        "customfield_11703": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 11703
          },
          "name": "Cust11703",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11705": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 11705
          },
          "name": "Desc91",
          "hasDefaultValue": true,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10802",
            "value": "Да",
            "id": "10802"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10803",
            "value": "Нет",
            "id": "10803"
          }]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11709": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 11709
          },
          "name": "Cust11709",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10810",
            "value": "Да",
            "id": "10810"
          }]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10000",
      "id": "10000",
      "description": "Created by Jira Software - do not edit or delete. Issue type for a big user story that needs to be broken down.",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10307&avatarType=issuetype",
      "name": "Epic",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10000",
            "id": "10000",
            "description": "Created by Jira Software - do not edit or delete. Issue type for a big user story that needs to be broken down.",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10307&avatarType=issuetype",
            "name": "Epic",
            "subtask": false,
            "avatarId": 10307
          }]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/10108",
            "id": "10108",
            "key": "N1",
            "name": "PRJ51. PRJ72",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=10108&avatarId=10664",
              "24x24": "@host/secure/projectavatar?size=small&pid=10108&avatarId=10664",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=10108&avatarId=10664",
              "32x32": "@host/secure/projectavatar?size=medium&pid=10108&avatarId=10664"
            }
          }]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": []
        },
        "customfield_10134": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10134
          },
          "name": "Cust10134",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11102": {
          "required": false,
          "schema": {
            "type": "number",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:float",
            "customId": 11102
          },
          "name": "Cust11102",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11201": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11201
          },
          "name": "Severity",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10500",
            "value": "S1 Blocker",
            "id": "10500"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10501",
            "value": "S2 Critical",
            "id": "10501"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10502",
            "value": "S3 Major",
            "id": "10502"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10503",
            "value": "S4 Minor",
            "id": "10503"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10504",
            "value": "S5 Trivial",
            "id": "10504"
          }]
        },
        "customfield_10136": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10136
          },
          "name": "Cust10136",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "timetracking": {
          "required": false,
          "schema": {
            "type": "timetracking",
            "system": "timetracking"
          },
          "name": "Time Tracking",
          "hasDefaultValue": false,
          "operations": ["set", "edit"]
        },
        "customfield_11711": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11711
          },
          "name": "Cust11711",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10814",
            "value": "Нет изменений в коде",
            "id": "10814"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10811",
            "value": "Патч",
            "id": "10811"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10812",
            "value": "Минорные изменения",
            "id": "10812"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10813",
            "value": "Мажорные изменения",
            "id": "10813"
          }]
        },
        "customfield_10005": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-sprint",
            "customId": 10005
          },
          "name": "Sprint",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_11716": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:url",
            "customId": 11716
          },
          "name": "Confluence link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_10003": {
          "required": true,
          "schema": {
            "type": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-label",
            "customId": 10003
          },
          "name": "Epic Name",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_11700": {
          "required": false,
          "schema": {
            "type": "number",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:float",
            "customId": 11700
          },
          "name": "Cust11700",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11801": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 11801
          },
          "name": "Checklists",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11703": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 11703
          },
          "name": "Cust11703",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11709": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 11709
          },
          "name": "Cust11709",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10810",
            "value": "Да",
            "id": "10810"
          }]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10601",
      "id": "10601",
      "description": "",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10304&avatarType=issuetype",
      "name": "HotFix",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10601",
            "id": "10601",
            "description": "",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10304&avatarType=issuetype",
            "name": "HotFix",
            "subtask": false,
            "avatarId": 10304
          }]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/10108",
            "id": "10108",
            "key": "N1",
            "name": "PRJ51. PRJ72",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=10108&avatarId=10664",
              "24x24": "@host/secure/projectavatar?size=small&pid=10108&avatarId=10664",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=10108&avatarId=10664",
              "32x32": "@host/secure/projectavatar?size=medium&pid=10108&avatarId=10664"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": []
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_10134": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10134
          },
          "name": "Cust10134",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11102": {
          "required": false,
          "schema": {
            "type": "number",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:float",
            "customId": 11102
          },
          "name": "Cust11102",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11201": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11201
          },
          "name": "Severity",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10500",
            "value": "S1 Blocker",
            "id": "10500"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10501",
            "value": "S2 Critical",
            "id": "10501"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10502",
            "value": "S3 Major",
            "id": "10502"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10503",
            "value": "S4 Minor",
            "id": "10503"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10504",
            "value": "S5 Trivial",
            "id": "10504"
          }]
        },
        "customfield_10136": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10136
          },
          "name": "Cust10136",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "timetracking": {
          "required": false,
          "schema": {
            "type": "timetracking",
            "system": "timetracking"
          },
          "name": "Time Tracking",
          "hasDefaultValue": false,
          "operations": ["set", "edit"]
        },
        "customfield_11711": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11711
          },
          "name": "Cust11711",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10814",
            "value": "Нет изменений в коде",
            "id": "10814"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10811",
            "value": "Патч",
            "id": "10811"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10812",
            "value": "Минорные изменения",
            "id": "10812"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10813",
            "value": "Мажорные изменения",
            "id": "10813"
          }]
        },
        "customfield_11700": {
          "required": false,
          "schema": {
            "type": "number",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:float",
            "customId": 11700
          },
          "name": "Cust11700",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_10005": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-sprint",
            "customId": 10005
          },
          "name": "Sprint",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11801": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 11801
          },
          "name": "Checklists",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_11703": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 11703
          },
          "name": "Cust11703",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11716": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:url",
            "customId": 11716
          },
          "name": "Confluence link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11709": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 11709
          },
          "name": "Cust11709",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10810",
            "value": "Да",
            "id": "10810"
          }]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10400",
      "id": "10400",
      "description": "",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10300&avatarType=issuetype",
      "name": "Research",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10400",
            "id": "10400",
            "description": "",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10300&avatarType=issuetype",
            "name": "Research",
            "subtask": false,
            "avatarId": 10300
          }]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/10108",
            "id": "10108",
            "key": "N1",
            "name": "PRJ51. PRJ72",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=10108&avatarId=10664",
              "24x24": "@host/secure/projectavatar?size=small&pid=10108&avatarId=10664",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=10108&avatarId=10664",
              "32x32": "@host/secure/projectavatar?size=medium&pid=10108&avatarId=10664"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": []
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_10134": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10134
          },
          "name": "Cust10134",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11102": {
          "required": false,
          "schema": {
            "type": "number",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:float",
            "customId": 11102
          },
          "name": "Cust11102",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11201": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11201
          },
          "name": "Severity",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10500",
            "value": "S1 Blocker",
            "id": "10500"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10501",
            "value": "S2 Critical",
            "id": "10501"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10502",
            "value": "S3 Major",
            "id": "10502"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10503",
            "value": "S4 Minor",
            "id": "10503"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10504",
            "value": "S5 Trivial",
            "id": "10504"
          }]
        },
        "customfield_10136": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10136
          },
          "name": "Cust10136",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "timetracking": {
          "required": false,
          "schema": {
            "type": "timetracking",
            "system": "timetracking"
          },
          "name": "Time Tracking",
          "hasDefaultValue": false,
          "operations": ["set", "edit"]
        },
        "customfield_11711": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11711
          },
          "name": "Cust11711",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10814",
            "value": "Нет изменений в коде",
            "id": "10814"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10811",
            "value": "Патч",
            "id": "10811"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10812",
            "value": "Минорные изменения",
            "id": "10812"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10813",
            "value": "Мажорные изменения",
            "id": "10813"
          }]
        },
        "customfield_11700": {
          "required": false,
          "schema": {
            "type": "number",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:float",
            "customId": 11700
          },
          "name": "Cust11700",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_10005": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-sprint",
            "customId": 10005
          },
          "name": "Sprint",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11801": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 11801
          },
          "name": "Checklists",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_11703": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 11703
          },
          "name": "Cust11703",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11716": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:url",
            "customId": 11716
          },
          "name": "Confluence link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11709": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 11709
          },
          "name": "Cust11709",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10810",
            "value": "Да",
            "id": "10810"
          }]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10308",
      "id": "10308",
      "description": "",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10304&avatarType=issuetype",
      "name": "Research2",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10308",
            "id": "10308",
            "description": "",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10304&avatarType=issuetype",
            "name": "Research2",
            "subtask": false,
            "avatarId": 10304
          }]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/10108",
            "id": "10108",
            "key": "N1",
            "name": "PRJ51. PRJ72",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=10108&avatarId=10664",
              "24x24": "@host/secure/projectavatar?size=small&pid=10108&avatarId=10664",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=10108&avatarId=10664",
              "32x32": "@host/secure/projectavatar?size=medium&pid=10108&avatarId=10664"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": []
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_10134": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10134
          },
          "name": "Cust10134",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11102": {
          "required": false,
          "schema": {
            "type": "number",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:float",
            "customId": 11102
          },
          "name": "Cust11102",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11201": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11201
          },
          "name": "Severity",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10500",
            "value": "S1 Blocker",
            "id": "10500"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10501",
            "value": "S2 Critical",
            "id": "10501"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10502",
            "value": "S3 Major",
            "id": "10502"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10503",
            "value": "S4 Minor",
            "id": "10503"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10504",
            "value": "S5 Trivial",
            "id": "10504"
          }]
        },
        "customfield_10136": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10136
          },
          "name": "Cust10136",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "timetracking": {
          "required": false,
          "schema": {
            "type": "timetracking",
            "system": "timetracking"
          },
          "name": "Time Tracking",
          "hasDefaultValue": false,
          "operations": ["set", "edit"]
        },
        "customfield_11711": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11711
          },
          "name": "Cust11711",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10814",
            "value": "Нет изменений в коде",
            "id": "10814"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10811",
            "value": "Патч",
            "id": "10811"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10812",
            "value": "Минорные изменения",
            "id": "10812"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10813",
            "value": "Мажорные изменения",
            "id": "10813"
          }]
        },
        "customfield_11700": {
          "required": false,
          "schema": {
            "type": "number",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:float",
            "customId": 11700
          },
          "name": "Cust11700",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_10005": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-sprint",
            "customId": 10005
          },
          "name": "Sprint",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11801": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 11801
          },
          "name": "Checklists",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_11703": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 11703
          },
          "name": "Cust11703",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11716": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:url",
            "customId": 11716
          },
          "name": "Confluence link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11709": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 11709
          },
          "name": "Cust11709",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10810",
            "value": "Да",
            "id": "10810"
          }]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10100",
      "id": "10100",
      "description": "Документация, описание бизнес-процессов, схем, инструкции",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10315&avatarType=issuetype",
      "name": "Documentation",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10100",
            "id": "10100",
            "description": "Документация, описание бизнес-процессов, схем, инструкции",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10315&avatarType=issuetype",
            "name": "Documentation",
            "subtask": false,
            "avatarId": 10315
          }]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/10108",
            "id": "10108",
            "key": "N1",
            "name": "PRJ51. PRJ72",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=10108&avatarId=10664",
              "24x24": "@host/secure/projectavatar?size=small&pid=10108&avatarId=10664",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=10108&avatarId=10664",
              "32x32": "@host/secure/projectavatar?size=medium&pid=10108&avatarId=10664"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": []
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_10134": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10134
          },
          "name": "Cust10134",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11102": {
          "required": false,
          "schema": {
            "type": "number",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:float",
            "customId": 11102
          },
          "name": "Cust11102",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11201": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11201
          },
          "name": "Severity",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10500",
            "value": "S1 Blocker",
            "id": "10500"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10501",
            "value": "S2 Critical",
            "id": "10501"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10502",
            "value": "S3 Major",
            "id": "10502"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10503",
            "value": "S4 Minor",
            "id": "10503"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10504",
            "value": "S5 Trivial",
            "id": "10504"
          }]
        },
        "customfield_10136": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10136
          },
          "name": "Cust10136",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "timetracking": {
          "required": false,
          "schema": {
            "type": "timetracking",
            "system": "timetracking"
          },
          "name": "Time Tracking",
          "hasDefaultValue": false,
          "operations": ["set", "edit"]
        },
        "customfield_11711": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11711
          },
          "name": "Cust11711",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10814",
            "value": "Нет изменений в коде",
            "id": "10814"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10811",
            "value": "Патч",
            "id": "10811"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10812",
            "value": "Минорные изменения",
            "id": "10812"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10813",
            "value": "Мажорные изменения",
            "id": "10813"
          }]
        },
        "customfield_11700": {
          "required": false,
          "schema": {
            "type": "number",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:float",
            "customId": 11700
          },
          "name": "Cust11700",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_10005": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-sprint",
            "customId": 10005
          },
          "name": "Sprint",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11801": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 11801
          },
          "name": "Checklists",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_11703": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 11703
          },
          "name": "Cust11703",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11716": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:url",
            "customId": 11716
          },
          "name": "Confluence link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11709": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 11709
          },
          "name": "Cust11709",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10810",
            "value": "Да",
            "id": "10810"
          }]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10201",
      "id": "10201",
      "description": "Settings",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10900&avatarType=issuetype",
      "name": "Settings",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10201",
            "id": "10201",
            "description": "Settings",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10900&avatarType=issuetype",
            "name": "Settings",
            "subtask": false,
            "avatarId": 10900
          }]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/10108",
            "id": "10108",
            "key": "N1",
            "name": "PRJ51. PRJ72",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=10108&avatarId=10664",
              "24x24": "@host/secure/projectavatar?size=small&pid=10108&avatarId=10664",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=10108&avatarId=10664",
              "32x32": "@host/secure/projectavatar?size=medium&pid=10108&avatarId=10664"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": []
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_10134": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10134
          },
          "name": "Cust10134",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11102": {
          "required": false,
          "schema": {
            "type": "number",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:float",
            "customId": 11102
          },
          "name": "Cust11102",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11201": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11201
          },
          "name": "Severity",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10500",
            "value": "S1 Blocker",
            "id": "10500"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10501",
            "value": "S2 Critical",
            "id": "10501"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10502",
            "value": "S3 Major",
            "id": "10502"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10503",
            "value": "S4 Minor",
            "id": "10503"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10504",
            "value": "S5 Trivial",
            "id": "10504"
          }]
        },
        "customfield_10136": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10136
          },
          "name": "Cust10136",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "timetracking": {
          "required": false,
          "schema": {
            "type": "timetracking",
            "system": "timetracking"
          },
          "name": "Time Tracking",
          "hasDefaultValue": false,
          "operations": ["set", "edit"]
        },
        "customfield_11711": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11711
          },
          "name": "Cust11711",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10814",
            "value": "Нет изменений в коде",
            "id": "10814"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10811",
            "value": "Патч",
            "id": "10811"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10812",
            "value": "Минорные изменения",
            "id": "10812"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10813",
            "value": "Мажорные изменения",
            "id": "10813"
          }]
        },
        "customfield_11700": {
          "required": false,
          "schema": {
            "type": "number",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:float",
            "customId": 11700
          },
          "name": "Cust11700",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_10005": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-sprint",
            "customId": 10005
          },
          "name": "Sprint",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11801": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 11801
          },
          "name": "Checklists",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_11703": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 11703
          },
          "name": "Cust11703",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11716": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:url",
            "customId": 11716
          },
          "name": "Confluence link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11709": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 11709
          },
          "name": "Cust11709",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10810",
            "value": "Да",
            "id": "10810"
          }]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10102",
      "id": "10102",
      "description": "Auto-tests",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10500&avatarType=issuetype",
      "name": "Auto-test",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10102",
            "id": "10102",
            "description": "Auto-tests",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10500&avatarType=issuetype",
            "name": "Auto-test",
            "subtask": false,
            "avatarId": 10500
          }]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/10108",
            "id": "10108",
            "key": "N1",
            "name": "PRJ51. PRJ72",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=10108&avatarId=10664",
              "24x24": "@host/secure/projectavatar?size=small&pid=10108&avatarId=10664",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=10108&avatarId=10664",
              "32x32": "@host/secure/projectavatar?size=medium&pid=10108&avatarId=10664"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": []
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_10134": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10134
          },
          "name": "Cust10134",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11102": {
          "required": false,
          "schema": {
            "type": "number",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:float",
            "customId": 11102
          },
          "name": "Cust11102",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11201": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11201
          },
          "name": "Severity",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10500",
            "value": "S1 Blocker",
            "id": "10500"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10501",
            "value": "S2 Critical",
            "id": "10501"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10502",
            "value": "S3 Major",
            "id": "10502"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10503",
            "value": "S4 Minor",
            "id": "10503"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10504",
            "value": "S5 Trivial",
            "id": "10504"
          }]
        },
        "customfield_10136": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10136
          },
          "name": "Cust10136",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "timetracking": {
          "required": false,
          "schema": {
            "type": "timetracking",
            "system": "timetracking"
          },
          "name": "Time Tracking",
          "hasDefaultValue": false,
          "operations": ["set", "edit"]
        },
        "customfield_11711": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11711
          },
          "name": "Cust11711",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10814",
            "value": "Нет изменений в коде",
            "id": "10814"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10811",
            "value": "Патч",
            "id": "10811"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10812",
            "value": "Минорные изменения",
            "id": "10812"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10813",
            "value": "Мажорные изменения",
            "id": "10813"
          }]
        },
        "customfield_11700": {
          "required": false,
          "schema": {
            "type": "number",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:float",
            "customId": 11700
          },
          "name": "Cust11700",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_10005": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-sprint",
            "customId": 10005
          },
          "name": "Sprint",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11801": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 11801
          },
          "name": "Checklists",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_11703": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 11703
          },
          "name": "Cust11703",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11716": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:url",
            "customId": 11716
          },
          "name": "Confluence link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11709": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 11709
          },
          "name": "Cust11709",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10810",
            "value": "Да",
            "id": "10810"
          }]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10602",
      "id": "10602",
      "description": "",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10501&avatarType=issuetype",
      "name": "Проектирование",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10602",
            "id": "10602",
            "description": "",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10501&avatarType=issuetype",
            "name": "Проектирование",
            "subtask": false,
            "avatarId": 10501
          }]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/10108",
            "id": "10108",
            "key": "N1",
            "name": "PRJ51. PRJ72",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=10108&avatarId=10664",
              "24x24": "@host/secure/projectavatar?size=small&pid=10108&avatarId=10664",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=10108&avatarId=10664",
              "32x32": "@host/secure/projectavatar?size=medium&pid=10108&avatarId=10664"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": []
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_10134": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10134
          },
          "name": "Cust10134",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11102": {
          "required": false,
          "schema": {
            "type": "number",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:float",
            "customId": 11102
          },
          "name": "Cust11102",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11201": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11201
          },
          "name": "Severity",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10500",
            "value": "S1 Blocker",
            "id": "10500"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10501",
            "value": "S2 Critical",
            "id": "10501"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10502",
            "value": "S3 Major",
            "id": "10502"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10503",
            "value": "S4 Minor",
            "id": "10503"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10504",
            "value": "S5 Trivial",
            "id": "10504"
          }]
        },
        "customfield_10136": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10136
          },
          "name": "Cust10136",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "timetracking": {
          "required": false,
          "schema": {
            "type": "timetracking",
            "system": "timetracking"
          },
          "name": "Time Tracking",
          "hasDefaultValue": false,
          "operations": ["set", "edit"]
        },
        "customfield_11711": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11711
          },
          "name": "Cust11711",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10814",
            "value": "Нет изменений в коде",
            "id": "10814"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10811",
            "value": "Патч",
            "id": "10811"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10812",
            "value": "Минорные изменения",
            "id": "10812"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10813",
            "value": "Мажорные изменения",
            "id": "10813"
          }]
        },
        "customfield_11700": {
          "required": false,
          "schema": {
            "type": "number",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:float",
            "customId": 11700
          },
          "name": "Cust11700",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_10005": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-sprint",
            "customId": 10005
          },
          "name": "Sprint",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11801": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 11801
          },
          "name": "Checklists",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_11703": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 11703
          },
          "name": "Cust11703",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11716": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:url",
            "customId": 11716
          },
          "name": "Confluence link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11709": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 11709
          },
          "name": "Cust11709",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10810",
            "value": "Да",
            "id": "10810"
          }]
        }
      }
    }]
  }, {
    "expand": "issuetypes",
    "self": "@host/rest/api/2/project/12001",
    "id": "12001",
    "key": "N6PRJN0",
    "name": "PRJ51. S12",
    "avatarUrls": {
      "48x48": "@host/secure/projectavatar?avatarId=10503",
      "24x24": "@host/secure/projectavatar?size=small&avatarId=10503",
      "16x16": "@host/secure/projectavatar?size=xsmall&avatarId=10503",
      "32x32": "@host/secure/projectavatar?size=medium&avatarId=10503"
    },
    "issuetypes": [{
      "self": "@host/rest/api/2/issuetype/3",
      "id": "3",
      "description": "A task that needs to be done.",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10318&avatarType=issuetype",
      "name": "Task",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/3",
            "id": "3",
            "description": "A task that needs to be done.",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10318&avatarType=issuetype",
            "name": "Task",
            "subtask": false,
            "avatarId": 10318
          }]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/12001",
            "id": "12001",
            "key": "N6PRJN0",
            "name": "PRJ51. S12",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?avatarId=10503",
              "24x24": "@host/secure/projectavatar?size=small&avatarId=10503",
              "16x16": "@host/secure/projectavatar?size=xsmall&avatarId=10503",
              "32x32": "@host/secure/projectavatar?size=medium&avatarId=10503"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_12701": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 12701
          },
          "name": "Cust12701",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11901",
            "value": "D31",
            "id": "11901"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11902",
            "value": "D38",
            "id": "11902"
          }]
        },
        "customfield_12703": {
          "required": false,
          "schema": {
            "type": "number",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:float",
            "customId": 12703
          },
          "name": "Cust12703",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12702": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12702
          },
          "name": "Cust12702",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_12704": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12704
          },
          "name": "Cust12704",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "duedate": {
          "required": false,
          "schema": {
            "type": "date",
            "system": "duedate"
          },
          "name": "Due Date",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10603",
      "id": "10603",
      "description": "This Issue Type is used to create Z3 Test within Jira.",
      "iconUrl": "@host/download/resources/com.thed.zephyr.je/images/icons/ico_zephyr_issuetype.png",
      "name": "Test",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10603",
            "id": "10603",
            "description": "This Issue Type is used to create Z3 Test within Jira.",
            "iconUrl": "@host/download/resources/com.thed.zephyr.je/images/icons/ico_zephyr_issuetype.png",
            "name": "Test",
            "subtask": false
          }]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/12001",
            "id": "12001",
            "key": "N6PRJN0",
            "name": "PRJ51. S12",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?avatarId=10503",
              "24x24": "@host/secure/projectavatar?size=small&avatarId=10503",
              "16x16": "@host/secure/projectavatar?size=xsmall&avatarId=10503",
              "32x32": "@host/secure/projectavatar?size=medium&avatarId=10503"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_12701": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 12701
          },
          "name": "Cust12701",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11901",
            "value": "D31",
            "id": "11901"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11902",
            "value": "D38",
            "id": "11902"
          }]
        },
        "customfield_11710": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.thed.zephyr.je:zephyr-je-customfield-teststep",
            "customId": 11710
          },
          "name": "Z3 Teststep",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12703": {
          "required": false,
          "schema": {
            "type": "number",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:float",
            "customId": 12703
          },
          "name": "Cust12703",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12702": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12702
          },
          "name": "Cust12702",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_12704": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12704
          },
          "name": "Cust12704",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "duedate": {
          "required": false,
          "schema": {
            "type": "date",
            "system": "duedate"
          },
          "name": "Due Date",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/5",
      "id": "5",
      "description": "The sub-task of the issue",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype",
      "name": "Sub-task",
      "subtask": true,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/5",
            "id": "5",
            "description": "The sub-task of the issue",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype",
            "name": "Sub-task",
            "subtask": true,
            "avatarId": 10316
          }]
        },
        "parent": {
          "required": true,
          "schema": {
            "type": "issuelink",
            "system": "parent"
          },
          "name": "Parent",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/12001",
            "id": "12001",
            "key": "N6PRJN0",
            "name": "PRJ51. S12",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?avatarId=10503",
              "24x24": "@host/secure/projectavatar?size=small&avatarId=10503",
              "16x16": "@host/secure/projectavatar?size=xsmall&avatarId=10503",
              "32x32": "@host/secure/projectavatar?size=medium&avatarId=10503"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_12701": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 12701
          },
          "name": "Cust12701",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11901",
            "value": "D31",
            "id": "11901"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11902",
            "value": "D38",
            "id": "11902"
          }]
        },
        "customfield_12703": {
          "required": false,
          "schema": {
            "type": "number",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:float",
            "customId": 12703
          },
          "name": "Cust12703",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12702": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12702
          },
          "name": "Cust12702",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_12704": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12704
          },
          "name": "Cust12704",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "duedate": {
          "required": false,
          "schema": {
            "type": "date",
            "system": "duedate"
          },
          "name": "Due Date",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/11300",
      "id": "11300",
      "description": "D381",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10315&avatarType=issuetype",
      "name": "D381",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/11300",
            "id": "11300",
            "description": "D381",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10315&avatarType=issuetype",
            "name": "D381",
            "subtask": false,
            "avatarId": 10315
          }]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/12001",
            "id": "12001",
            "key": "N6PRJN0",
            "name": "PRJ51. S12",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?avatarId=10503",
              "24x24": "@host/secure/projectavatar?size=small&avatarId=10503",
              "16x16": "@host/secure/projectavatar?size=xsmall&avatarId=10503",
              "32x32": "@host/secure/projectavatar?size=medium&avatarId=10503"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_12701": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 12701
          },
          "name": "Cust12701",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11901",
            "value": "D31",
            "id": "11901"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11902",
            "value": "D38",
            "id": "11902"
          }]
        },
        "customfield_12703": {
          "required": false,
          "schema": {
            "type": "number",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:float",
            "customId": 12703
          },
          "name": "Cust12703",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12702": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12702
          },
          "name": "Cust12702",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_12704": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12704
          },
          "name": "Cust12704",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "duedate": {
          "required": false,
          "schema": {
            "type": "date",
            "system": "duedate"
          },
          "name": "Due Date",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/11301",
      "id": "11301",
      "description": "",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype",
      "name": "D12",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/11301",
            "id": "11301",
            "description": "",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype",
            "name": "D12",
            "subtask": false,
            "avatarId": 10316
          }]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/12001",
            "id": "12001",
            "key": "N6PRJN0",
            "name": "PRJ51. S12",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?avatarId=10503",
              "24x24": "@host/secure/projectavatar?size=small&avatarId=10503",
              "16x16": "@host/secure/projectavatar?size=xsmall&avatarId=10503",
              "32x32": "@host/secure/projectavatar?size=medium&avatarId=10503"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_12701": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 12701
          },
          "name": "Cust12701",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11901",
            "value": "D31",
            "id": "11901"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11902",
            "value": "D38",
            "id": "11902"
          }]
        },
        "customfield_12703": {
          "required": false,
          "schema": {
            "type": "number",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:float",
            "customId": 12703
          },
          "name": "Cust12703",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12702": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12702
          },
          "name": "Cust12702",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_12704": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12704
          },
          "name": "Cust12704",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "duedate": {
          "required": false,
          "schema": {
            "type": "date",
            "system": "duedate"
          },
          "name": "Due Date",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/11302",
      "id": "11302",
      "description": "",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype",
      "name": "D13",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/11302",
            "id": "11302",
            "description": "",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype",
            "name": "D13",
            "subtask": false,
            "avatarId": 10316
          }]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/12001",
            "id": "12001",
            "key": "N6PRJN0",
            "name": "PRJ51. S12",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?avatarId=10503",
              "24x24": "@host/secure/projectavatar?size=small&avatarId=10503",
              "16x16": "@host/secure/projectavatar?size=xsmall&avatarId=10503",
              "32x32": "@host/secure/projectavatar?size=medium&avatarId=10503"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_12701": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 12701
          },
          "name": "Cust12701",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11901",
            "value": "D31",
            "id": "11901"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11902",
            "value": "D38",
            "id": "11902"
          }]
        },
        "customfield_12703": {
          "required": false,
          "schema": {
            "type": "number",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:float",
            "customId": 12703
          },
          "name": "Cust12703",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12702": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12702
          },
          "name": "Cust12702",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_12704": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12704
          },
          "name": "Cust12704",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "duedate": {
          "required": false,
          "schema": {
            "type": "date",
            "system": "duedate"
          },
          "name": "Due Date",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/11303",
      "id": "11303",
      "description": "",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10311&avatarType=issuetype",
      "name": "D181",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/11303",
            "id": "11303",
            "description": "",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10311&avatarType=issuetype",
            "name": "D181",
            "subtask": false,
            "avatarId": 10311
          }]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/12001",
            "id": "12001",
            "key": "N6PRJN0",
            "name": "PRJ51. S12",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?avatarId=10503",
              "24x24": "@host/secure/projectavatar?size=small&avatarId=10503",
              "16x16": "@host/secure/projectavatar?size=xsmall&avatarId=10503",
              "32x32": "@host/secure/projectavatar?size=medium&avatarId=10503"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_12701": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 12701
          },
          "name": "Cust12701",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11901",
            "value": "D31",
            "id": "11901"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11902",
            "value": "D38",
            "id": "11902"
          }]
        },
        "customfield_12703": {
          "required": false,
          "schema": {
            "type": "number",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:float",
            "customId": 12703
          },
          "name": "Cust12703",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12702": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12702
          },
          "name": "Cust12702",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_12704": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12704
          },
          "name": "Cust12704",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "duedate": {
          "required": false,
          "schema": {
            "type": "date",
            "system": "duedate"
          },
          "name": "Due Date",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        }
      }
    }]
  }, {
    "expand": "issuetypes",
    "self": "@host/rest/api/2/project/10114",
    "id": "10114",
    "key": "N3",
    "name": "Project name N3",
    "avatarUrls": {
      "48x48": "@host/secure/projectavatar?pid=10114&avatarId=10657",
      "24x24": "@host/secure/projectavatar?size=small&pid=10114&avatarId=10657",
      "16x16": "@host/secure/projectavatar?size=xsmall&pid=10114&avatarId=10657",
      "32x32": "@host/secure/projectavatar?size=medium&pid=10114&avatarId=10657"
    },
    "issuetypes": [{
      "self": "@host/rest/api/2/issuetype/3",
      "id": "3",
      "description": "A task that needs to be done.",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10318&avatarType=issuetype",
      "name": "Task",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/3",
            "id": "3",
            "description": "A task that needs to be done.",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10318&avatarType=issuetype",
            "name": "Task",
            "subtask": false,
            "avatarId": 10318
          }]
        },
        "components": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "component",
            "system": "components"
          },
          "name": "Component/s",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": []
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/10114",
            "id": "10114",
            "key": "N3",
            "name": "Project name N3",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=10114&avatarId=10657",
              "24x24": "@host/secure/projectavatar?size=small&pid=10114&avatarId=10657",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=10114&avatarId=10657",
              "32x32": "@host/secure/projectavatar?size=medium&pid=10114&avatarId=10657"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/version/11629",
            "id": "11629",
            "name": "0.1.0",
            "archived": false,
            "released": true,
            "releaseDate": "2017-05-04",
            "userReleaseDate": "04.05.17",
            "projectId": 10114
          }, {
            "self": "@host/rest/api/2/version/13331",
            "id": "13331",
            "name": "1.1.0",
            "archived": false,
            "released": true,
            "releaseDate": "2018-11-28",
            "userReleaseDate": "28.11.18",
            "projectId": 10114
          }]
        },
        "customfield_12400": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 12400
          },
          "name": "Cust12400",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11400",
            "value": "Item1",
            "id": "11400"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11401",
            "value": "Item2",
            "id": "11401"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11402",
            "value": "Item3",
            "id": "11402"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11403",
            "value": "Item4",
            "id": "11403"
          }]
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_12005": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 12005
          },
          "name": "Cust12005",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11100",
            "value": "Unit1",
            "id": "11100"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11601",
            "value": "Unit2",
            "id": "11601"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11101",
            "value": "Unit3",
            "id": "11101"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11102",
            "value": "Unit4",
            "id": "11102"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11103",
            "value": "Unit5",
            "id": "11103"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11104",
            "value": "Unit6",
            "id": "11104"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11105",
            "value": "Unit7",
            "id": "11105"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11112",
            "value": "Unit8",
            "id": "11112"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11113",
            "value": "Unit9",
            "id": "11113"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11425",
            "value": "Unit10",
            "id": "11425"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11600",
            "value": "Unit11",
            "id": "11600"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11426",
            "value": "All",
            "id": "11426"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_12902": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons",
            "customId": 12902
          },
          "name": "Cust12902",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/12102",
            "value": "Да",
            "id": "12102"
          }, {
            "self": "@host/rest/api/2/customFieldOption/12103",
            "value": "Нет",
            "id": "12103"
          }]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "worklog": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "worklog",
            "system": "worklog"
          },
          "name": "Log Work",
          "hasDefaultValue": false,
          "operations": ["add"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/5",
      "id": "5",
      "description": "The sub-task of the issue",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype",
      "name": "Sub-task",
      "subtask": true,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/5",
            "id": "5",
            "description": "The sub-task of the issue",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype",
            "name": "Sub-task",
            "subtask": true,
            "avatarId": 10316
          }]
        },
        "parent": {
          "required": true,
          "schema": {
            "type": "issuelink",
            "system": "parent"
          },
          "name": "Parent",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "components": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "component",
            "system": "components"
          },
          "name": "Component/s",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": []
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/10114",
            "id": "10114",
            "key": "N3",
            "name": "Project name N3",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=10114&avatarId=10657",
              "24x24": "@host/secure/projectavatar?size=small&pid=10114&avatarId=10657",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=10114&avatarId=10657",
              "32x32": "@host/secure/projectavatar?size=medium&pid=10114&avatarId=10657"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/version/11629",
            "id": "11629",
            "name": "0.1.0",
            "archived": false,
            "released": true,
            "releaseDate": "2017-05-04",
            "userReleaseDate": "04.05.17",
            "projectId": 10114
          }, {
            "self": "@host/rest/api/2/version/13331",
            "id": "13331",
            "name": "1.1.0",
            "archived": false,
            "released": true,
            "releaseDate": "2018-11-28",
            "userReleaseDate": "28.11.18",
            "projectId": 10114
          }]
        },
        "customfield_12400": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 12400
          },
          "name": "Cust12400",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11400",
            "value": "Item1",
            "id": "11400"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11401",
            "value": "Item2",
            "id": "11401"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11402",
            "value": "Item3",
            "id": "11402"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11403",
            "value": "Item4",
            "id": "11403"
          }]
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_12005": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 12005
          },
          "name": "Cust12005",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11100",
            "value": "Unit1",
            "id": "11100"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11601",
            "value": "Unit2",
            "id": "11601"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11101",
            "value": "Unit3",
            "id": "11101"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11102",
            "value": "Unit4",
            "id": "11102"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11103",
            "value": "Unit5",
            "id": "11103"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11104",
            "value": "Unit6",
            "id": "11104"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11105",
            "value": "Unit7",
            "id": "11105"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11112",
            "value": "Unit8",
            "id": "11112"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11113",
            "value": "Unit9",
            "id": "11113"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11425",
            "value": "Unit10",
            "id": "11425"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11600",
            "value": "Unit11",
            "id": "11600"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11426",
            "value": "All",
            "id": "11426"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_12902": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons",
            "customId": 12902
          },
          "name": "Cust12902",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/12102",
            "value": "Да",
            "id": "12102"
          }, {
            "self": "@host/rest/api/2/customFieldOption/12103",
            "value": "Нет",
            "id": "12103"
          }]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "worklog": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "worklog",
            "system": "worklog"
          },
          "name": "Log Work",
          "hasDefaultValue": false,
          "operations": ["add"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10001",
      "id": "10001",
      "description": "Created by Jira Software - do not edit or delete. Issue type for a user story.",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10306&avatarType=issuetype",
      "name": "Story",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10001",
            "id": "10001",
            "description": "Created by Jira Software - do not edit or delete. Issue type for a user story.",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10306&avatarType=issuetype",
            "name": "Story",
            "subtask": false,
            "avatarId": 10306
          }]
        },
        "components": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "component",
            "system": "components"
          },
          "name": "Component/s",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": []
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/10114",
            "id": "10114",
            "key": "N3",
            "name": "Project name N3",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=10114&avatarId=10657",
              "24x24": "@host/secure/projectavatar?size=small&pid=10114&avatarId=10657",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=10114&avatarId=10657",
              "32x32": "@host/secure/projectavatar?size=medium&pid=10114&avatarId=10657"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/version/11629",
            "id": "11629",
            "name": "0.1.0",
            "archived": false,
            "released": true,
            "releaseDate": "2017-05-04",
            "userReleaseDate": "04.05.17",
            "projectId": 10114
          }, {
            "self": "@host/rest/api/2/version/13331",
            "id": "13331",
            "name": "1.1.0",
            "archived": false,
            "released": true,
            "releaseDate": "2018-11-28",
            "userReleaseDate": "28.11.18",
            "projectId": 10114
          }]
        },
        "customfield_12400": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 12400
          },
          "name": "Cust12400",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11400",
            "value": "Item1",
            "id": "11400"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11401",
            "value": "Item2",
            "id": "11401"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11402",
            "value": "Item3",
            "id": "11402"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11403",
            "value": "Item4",
            "id": "11403"
          }]
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_12005": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 12005
          },
          "name": "Cust12005",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11100",
            "value": "Unit1",
            "id": "11100"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11601",
            "value": "Unit2",
            "id": "11601"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11101",
            "value": "Unit3",
            "id": "11101"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11102",
            "value": "Unit4",
            "id": "11102"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11103",
            "value": "Unit5",
            "id": "11103"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11104",
            "value": "Unit6",
            "id": "11104"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11105",
            "value": "Unit7",
            "id": "11105"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11112",
            "value": "Unit8",
            "id": "11112"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11113",
            "value": "Unit9",
            "id": "11113"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11425",
            "value": "Unit10",
            "id": "11425"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11600",
            "value": "Unit11",
            "id": "11600"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11426",
            "value": "All",
            "id": "11426"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_12902": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons",
            "customId": 12902
          },
          "name": "Cust12902",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/12102",
            "value": "Да",
            "id": "12102"
          }, {
            "self": "@host/rest/api/2/customFieldOption/12103",
            "value": "Нет",
            "id": "12103"
          }]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "worklog": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "worklog",
            "system": "worklog"
          },
          "name": "Log Work",
          "hasDefaultValue": false,
          "operations": ["add"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/1",
      "id": "1",
      "description": "A problem which impairs or prevents the functions of the product.",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10303&avatarType=issuetype",
      "name": "Bug",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/1",
            "id": "1",
            "description": "A problem which impairs or prevents the functions of the product.",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10303&avatarType=issuetype",
            "name": "Bug",
            "subtask": false,
            "avatarId": 10303
          }]
        },
        "components": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "component",
            "system": "components"
          },
          "name": "Component/s",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": []
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/10114",
            "id": "10114",
            "key": "N3",
            "name": "Project name N3",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=10114&avatarId=10657",
              "24x24": "@host/secure/projectavatar?size=small&pid=10114&avatarId=10657",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=10114&avatarId=10657",
              "32x32": "@host/secure/projectavatar?size=medium&pid=10114&avatarId=10657"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/version/11629",
            "id": "11629",
            "name": "0.1.0",
            "archived": false,
            "released": true,
            "releaseDate": "2017-05-04",
            "userReleaseDate": "04.05.17",
            "projectId": 10114
          }, {
            "self": "@host/rest/api/2/version/13331",
            "id": "13331",
            "name": "1.1.0",
            "archived": false,
            "released": true,
            "releaseDate": "2018-11-28",
            "userReleaseDate": "28.11.18",
            "projectId": 10114
          }]
        },
        "customfield_12400": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 12400
          },
          "name": "Cust12400",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11400",
            "value": "Item1",
            "id": "11400"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11401",
            "value": "Item2",
            "id": "11401"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11402",
            "value": "Item3",
            "id": "11402"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11403",
            "value": "Item4",
            "id": "11403"
          }]
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_12005": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 12005
          },
          "name": "Cust12005",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11100",
            "value": "Unit1",
            "id": "11100"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11601",
            "value": "Unit2",
            "id": "11601"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11101",
            "value": "Unit3",
            "id": "11101"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11102",
            "value": "Unit4",
            "id": "11102"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11103",
            "value": "Unit5",
            "id": "11103"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11104",
            "value": "Unit6",
            "id": "11104"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11105",
            "value": "Unit7",
            "id": "11105"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11112",
            "value": "Unit8",
            "id": "11112"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11113",
            "value": "Unit9",
            "id": "11113"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11425",
            "value": "Unit10",
            "id": "11425"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11600",
            "value": "Unit11",
            "id": "11600"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11426",
            "value": "All",
            "id": "11426"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_12902": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons",
            "customId": 12902
          },
          "name": "Cust12902",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/12102",
            "value": "Да",
            "id": "12102"
          }, {
            "self": "@host/rest/api/2/customFieldOption/12103",
            "value": "Нет",
            "id": "12103"
          }]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "worklog": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "worklog",
            "system": "worklog"
          },
          "name": "Log Work",
          "hasDefaultValue": false,
          "operations": ["add"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10000",
      "id": "10000",
      "description": "Created by Jira Software - do not edit or delete. Issue type for a big user story that needs to be broken down.",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10307&avatarType=issuetype",
      "name": "Epic",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10000",
            "id": "10000",
            "description": "Created by Jira Software - do not edit or delete. Issue type for a big user story that needs to be broken down.",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10307&avatarType=issuetype",
            "name": "Epic",
            "subtask": false,
            "avatarId": 10307
          }]
        },
        "components": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "component",
            "system": "components"
          },
          "name": "Component/s",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": []
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/10114",
            "id": "10114",
            "key": "N3",
            "name": "Project name N3",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=10114&avatarId=10657",
              "24x24": "@host/secure/projectavatar?size=small&pid=10114&avatarId=10657",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=10114&avatarId=10657",
              "32x32": "@host/secure/projectavatar?size=medium&pid=10114&avatarId=10657"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/version/11629",
            "id": "11629",
            "name": "0.1.0",
            "archived": false,
            "released": true,
            "releaseDate": "2017-05-04",
            "userReleaseDate": "04.05.17",
            "projectId": 10114
          }, {
            "self": "@host/rest/api/2/version/13331",
            "id": "13331",
            "name": "1.1.0",
            "archived": false,
            "released": true,
            "releaseDate": "2018-11-28",
            "userReleaseDate": "28.11.18",
            "projectId": 10114
          }]
        },
        "customfield_12400": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 12400
          },
          "name": "Cust12400",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11400",
            "value": "Item1",
            "id": "11400"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11401",
            "value": "Item2",
            "id": "11401"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11402",
            "value": "Item3",
            "id": "11402"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11403",
            "value": "Item4",
            "id": "11403"
          }]
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_10003": {
          "required": true,
          "schema": {
            "type": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-label",
            "customId": 10003
          },
          "name": "Epic Name",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12005": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 12005
          },
          "name": "Cust12005",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11100",
            "value": "Unit1",
            "id": "11100"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11601",
            "value": "Unit2",
            "id": "11601"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11101",
            "value": "Unit3",
            "id": "11101"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11102",
            "value": "Unit4",
            "id": "11102"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11103",
            "value": "Unit5",
            "id": "11103"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11104",
            "value": "Unit6",
            "id": "11104"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11105",
            "value": "Unit7",
            "id": "11105"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11112",
            "value": "Unit8",
            "id": "11112"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11113",
            "value": "Unit9",
            "id": "11113"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11425",
            "value": "Unit10",
            "id": "11425"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11600",
            "value": "Unit11",
            "id": "11600"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11426",
            "value": "All",
            "id": "11426"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_12902": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons",
            "customId": 12902
          },
          "name": "Cust12902",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/12102",
            "value": "Да",
            "id": "12102"
          }, {
            "self": "@host/rest/api/2/customFieldOption/12103",
            "value": "Нет",
            "id": "12103"
          }]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "worklog": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "worklog",
            "system": "worklog"
          },
          "name": "Log Work",
          "hasDefaultValue": false,
          "operations": ["add"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10400",
      "id": "10400",
      "description": "",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10300&avatarType=issuetype",
      "name": "Research",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10400",
            "id": "10400",
            "description": "",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10300&avatarType=issuetype",
            "name": "Research",
            "subtask": false,
            "avatarId": 10300
          }]
        },
        "components": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "component",
            "system": "components"
          },
          "name": "Component/s",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": []
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/10114",
            "id": "10114",
            "key": "N3",
            "name": "Project name N3",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=10114&avatarId=10657",
              "24x24": "@host/secure/projectavatar?size=small&pid=10114&avatarId=10657",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=10114&avatarId=10657",
              "32x32": "@host/secure/projectavatar?size=medium&pid=10114&avatarId=10657"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/version/11629",
            "id": "11629",
            "name": "0.1.0",
            "archived": false,
            "released": true,
            "releaseDate": "2017-05-04",
            "userReleaseDate": "04.05.17",
            "projectId": 10114
          }, {
            "self": "@host/rest/api/2/version/13331",
            "id": "13331",
            "name": "1.1.0",
            "archived": false,
            "released": true,
            "releaseDate": "2018-11-28",
            "userReleaseDate": "28.11.18",
            "projectId": 10114
          }]
        },
        "customfield_12400": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 12400
          },
          "name": "Cust12400",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11400",
            "value": "Item1",
            "id": "11400"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11401",
            "value": "Item2",
            "id": "11401"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11402",
            "value": "Item3",
            "id": "11402"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11403",
            "value": "Item4",
            "id": "11403"
          }]
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_12005": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 12005
          },
          "name": "Cust12005",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11100",
            "value": "Unit1",
            "id": "11100"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11601",
            "value": "Unit2",
            "id": "11601"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11101",
            "value": "Unit3",
            "id": "11101"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11102",
            "value": "Unit4",
            "id": "11102"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11103",
            "value": "Unit5",
            "id": "11103"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11104",
            "value": "Unit6",
            "id": "11104"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11105",
            "value": "Unit7",
            "id": "11105"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11112",
            "value": "Unit8",
            "id": "11112"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11113",
            "value": "Unit9",
            "id": "11113"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11425",
            "value": "Unit10",
            "id": "11425"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11600",
            "value": "Unit11",
            "id": "11600"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11426",
            "value": "All",
            "id": "11426"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_12902": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons",
            "customId": 12902
          },
          "name": "Cust12902",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/12102",
            "value": "Да",
            "id": "12102"
          }, {
            "self": "@host/rest/api/2/customFieldOption/12103",
            "value": "Нет",
            "id": "12103"
          }]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "worklog": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "worklog",
            "system": "worklog"
          },
          "name": "Log Work",
          "hasDefaultValue": false,
          "operations": ["add"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10100",
      "id": "10100",
      "description": "Документация, описание бизнес-процессов, схем, инструкции",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10315&avatarType=issuetype",
      "name": "Documentation",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10100",
            "id": "10100",
            "description": "Документация, описание бизнес-процессов, схем, инструкции",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10315&avatarType=issuetype",
            "name": "Documentation",
            "subtask": false,
            "avatarId": 10315
          }]
        },
        "components": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "component",
            "system": "components"
          },
          "name": "Component/s",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": []
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/10114",
            "id": "10114",
            "key": "N3",
            "name": "Project name N3",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=10114&avatarId=10657",
              "24x24": "@host/secure/projectavatar?size=small&pid=10114&avatarId=10657",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=10114&avatarId=10657",
              "32x32": "@host/secure/projectavatar?size=medium&pid=10114&avatarId=10657"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/version/11629",
            "id": "11629",
            "name": "0.1.0",
            "archived": false,
            "released": true,
            "releaseDate": "2017-05-04",
            "userReleaseDate": "04.05.17",
            "projectId": 10114
          }, {
            "self": "@host/rest/api/2/version/13331",
            "id": "13331",
            "name": "1.1.0",
            "archived": false,
            "released": true,
            "releaseDate": "2018-11-28",
            "userReleaseDate": "28.11.18",
            "projectId": 10114
          }]
        },
        "customfield_12400": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 12400
          },
          "name": "Cust12400",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11400",
            "value": "Item1",
            "id": "11400"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11401",
            "value": "Item2",
            "id": "11401"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11402",
            "value": "Item3",
            "id": "11402"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11403",
            "value": "Item4",
            "id": "11403"
          }]
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_12005": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 12005
          },
          "name": "Cust12005",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11100",
            "value": "Unit1",
            "id": "11100"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11601",
            "value": "Unit2",
            "id": "11601"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11101",
            "value": "Unit3",
            "id": "11101"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11102",
            "value": "Unit4",
            "id": "11102"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11103",
            "value": "Unit5",
            "id": "11103"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11104",
            "value": "Unit6",
            "id": "11104"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11105",
            "value": "Unit7",
            "id": "11105"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11112",
            "value": "Unit8",
            "id": "11112"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11113",
            "value": "Unit9",
            "id": "11113"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11425",
            "value": "Unit10",
            "id": "11425"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11600",
            "value": "Unit11",
            "id": "11600"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11426",
            "value": "All",
            "id": "11426"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_12902": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons",
            "customId": 12902
          },
          "name": "Cust12902",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/12102",
            "value": "Да",
            "id": "12102"
          }, {
            "self": "@host/rest/api/2/customFieldOption/12103",
            "value": "Нет",
            "id": "12103"
          }]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "worklog": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "worklog",
            "system": "worklog"
          },
          "name": "Log Work",
          "hasDefaultValue": false,
          "operations": ["add"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10201",
      "id": "10201",
      "description": "Settings",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10900&avatarType=issuetype",
      "name": "Settings",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10201",
            "id": "10201",
            "description": "Settings",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10900&avatarType=issuetype",
            "name": "Settings",
            "subtask": false,
            "avatarId": 10900
          }]
        },
        "components": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "component",
            "system": "components"
          },
          "name": "Component/s",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": []
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/10114",
            "id": "10114",
            "key": "N3",
            "name": "Project name N3",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=10114&avatarId=10657",
              "24x24": "@host/secure/projectavatar?size=small&pid=10114&avatarId=10657",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=10114&avatarId=10657",
              "32x32": "@host/secure/projectavatar?size=medium&pid=10114&avatarId=10657"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/version/11629",
            "id": "11629",
            "name": "0.1.0",
            "archived": false,
            "released": true,
            "releaseDate": "2017-05-04",
            "userReleaseDate": "04.05.17",
            "projectId": 10114
          }, {
            "self": "@host/rest/api/2/version/13331",
            "id": "13331",
            "name": "1.1.0",
            "archived": false,
            "released": true,
            "releaseDate": "2018-11-28",
            "userReleaseDate": "28.11.18",
            "projectId": 10114
          }]
        },
        "customfield_12400": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 12400
          },
          "name": "Cust12400",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11400",
            "value": "Item1",
            "id": "11400"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11401",
            "value": "Item2",
            "id": "11401"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11402",
            "value": "Item3",
            "id": "11402"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11403",
            "value": "Item4",
            "id": "11403"
          }]
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_12005": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 12005
          },
          "name": "Cust12005",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11100",
            "value": "Unit1",
            "id": "11100"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11601",
            "value": "Unit2",
            "id": "11601"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11101",
            "value": "Unit3",
            "id": "11101"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11102",
            "value": "Unit4",
            "id": "11102"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11103",
            "value": "Unit5",
            "id": "11103"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11104",
            "value": "Unit6",
            "id": "11104"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11105",
            "value": "Unit7",
            "id": "11105"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11112",
            "value": "Unit8",
            "id": "11112"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11113",
            "value": "Unit9",
            "id": "11113"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11425",
            "value": "Unit10",
            "id": "11425"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11600",
            "value": "Unit11",
            "id": "11600"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11426",
            "value": "All",
            "id": "11426"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_12902": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons",
            "customId": 12902
          },
          "name": "Cust12902",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/12102",
            "value": "Да",
            "id": "12102"
          }, {
            "self": "@host/rest/api/2/customFieldOption/12103",
            "value": "Нет",
            "id": "12103"
          }]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "worklog": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "worklog",
            "system": "worklog"
          },
          "name": "Log Work",
          "hasDefaultValue": false,
          "operations": ["add"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10308",
      "id": "10308",
      "description": "",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10304&avatarType=issuetype",
      "name": "Research2",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10308",
            "id": "10308",
            "description": "",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10304&avatarType=issuetype",
            "name": "Research2",
            "subtask": false,
            "avatarId": 10304
          }]
        },
        "components": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "component",
            "system": "components"
          },
          "name": "Component/s",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": []
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/10114",
            "id": "10114",
            "key": "N3",
            "name": "Project name N3",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=10114&avatarId=10657",
              "24x24": "@host/secure/projectavatar?size=small&pid=10114&avatarId=10657",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=10114&avatarId=10657",
              "32x32": "@host/secure/projectavatar?size=medium&pid=10114&avatarId=10657"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/version/11629",
            "id": "11629",
            "name": "0.1.0",
            "archived": false,
            "released": true,
            "releaseDate": "2017-05-04",
            "userReleaseDate": "04.05.17",
            "projectId": 10114
          }, {
            "self": "@host/rest/api/2/version/13331",
            "id": "13331",
            "name": "1.1.0",
            "archived": false,
            "released": true,
            "releaseDate": "2018-11-28",
            "userReleaseDate": "28.11.18",
            "projectId": 10114
          }]
        },
        "customfield_12400": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 12400
          },
          "name": "Cust12400",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11400",
            "value": "Item1",
            "id": "11400"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11401",
            "value": "Item2",
            "id": "11401"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11402",
            "value": "Item3",
            "id": "11402"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11403",
            "value": "Item4",
            "id": "11403"
          }]
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_12005": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 12005
          },
          "name": "Cust12005",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11100",
            "value": "Unit1",
            "id": "11100"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11601",
            "value": "Unit2",
            "id": "11601"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11101",
            "value": "Unit3",
            "id": "11101"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11102",
            "value": "Unit4",
            "id": "11102"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11103",
            "value": "Unit5",
            "id": "11103"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11104",
            "value": "Unit6",
            "id": "11104"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11105",
            "value": "Unit7",
            "id": "11105"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11112",
            "value": "Unit8",
            "id": "11112"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11113",
            "value": "Unit9",
            "id": "11113"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11425",
            "value": "Unit10",
            "id": "11425"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11600",
            "value": "Unit11",
            "id": "11600"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11426",
            "value": "All",
            "id": "11426"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_12902": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons",
            "customId": 12902
          },
          "name": "Cust12902",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/12102",
            "value": "Да",
            "id": "12102"
          }, {
            "self": "@host/rest/api/2/customFieldOption/12103",
            "value": "Нет",
            "id": "12103"
          }]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "worklog": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "worklog",
            "system": "worklog"
          },
          "name": "Log Work",
          "hasDefaultValue": false,
          "operations": ["add"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/4",
      "id": "4",
      "description": "An improvement or enhancement to an existing feature or task.",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10310&avatarType=issuetype",
      "name": "Improvement",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/4",
            "id": "4",
            "description": "An improvement or enhancement to an existing feature or task.",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10310&avatarType=issuetype",
            "name": "Improvement",
            "subtask": false,
            "avatarId": 10310
          }]
        },
        "components": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "component",
            "system": "components"
          },
          "name": "Component/s",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": []
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/10114",
            "id": "10114",
            "key": "N3",
            "name": "Project name N3",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=10114&avatarId=10657",
              "24x24": "@host/secure/projectavatar?size=small&pid=10114&avatarId=10657",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=10114&avatarId=10657",
              "32x32": "@host/secure/projectavatar?size=medium&pid=10114&avatarId=10657"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/version/11629",
            "id": "11629",
            "name": "0.1.0",
            "archived": false,
            "released": true,
            "releaseDate": "2017-05-04",
            "userReleaseDate": "04.05.17",
            "projectId": 10114
          }, {
            "self": "@host/rest/api/2/version/13331",
            "id": "13331",
            "name": "1.1.0",
            "archived": false,
            "released": true,
            "releaseDate": "2018-11-28",
            "userReleaseDate": "28.11.18",
            "projectId": 10114
          }]
        },
        "customfield_12400": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 12400
          },
          "name": "Cust12400",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11400",
            "value": "Item1",
            "id": "11400"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11401",
            "value": "Item2",
            "id": "11401"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11402",
            "value": "Item3",
            "id": "11402"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11403",
            "value": "Item4",
            "id": "11403"
          }]
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_12005": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 12005
          },
          "name": "Cust12005",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11100",
            "value": "Unit1",
            "id": "11100"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11601",
            "value": "Unit2",
            "id": "11601"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11101",
            "value": "Unit3",
            "id": "11101"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11102",
            "value": "Unit4",
            "id": "11102"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11103",
            "value": "Unit5",
            "id": "11103"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11104",
            "value": "Unit6",
            "id": "11104"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11105",
            "value": "Unit7",
            "id": "11105"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11112",
            "value": "Unit8",
            "id": "11112"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11113",
            "value": "Unit9",
            "id": "11113"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11425",
            "value": "Unit10",
            "id": "11425"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11600",
            "value": "Unit11",
            "id": "11600"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11426",
            "value": "All",
            "id": "11426"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_12902": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons",
            "customId": 12902
          },
          "name": "Cust12902",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/12102",
            "value": "Да",
            "id": "12102"
          }, {
            "self": "@host/rest/api/2/customFieldOption/12103",
            "value": "Нет",
            "id": "12103"
          }]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "worklog": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "worklog",
            "system": "worklog"
          },
          "name": "Log Work",
          "hasDefaultValue": false,
          "operations": ["add"]
        }
      }
    }]
  }, {
    "expand": "issuetypes",
    "self": "@host/rest/api/2/project/12300",
    "id": "12300",
    "key": "N6MON",
    "name": "PRJ51. D1290",
    "avatarUrls": {
      "48x48": "@host/secure/projectavatar?pid=12300&avatarId=13706",
      "24x24": "@host/secure/projectavatar?size=small&pid=12300&avatarId=13706",
      "16x16": "@host/secure/projectavatar?size=xsmall&pid=12300&avatarId=13706",
      "32x32": "@host/secure/projectavatar?size=medium&pid=12300&avatarId=13706"
    },
    "issuetypes": [{
      "self": "@host/rest/api/2/issuetype/3",
      "id": "3",
      "description": "A task that needs to be done.",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10318&avatarType=issuetype",
      "name": "Task",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/3",
            "id": "3",
            "description": "A task that needs to be done.",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10318&avatarType=issuetype",
            "name": "Task",
            "subtask": false,
            "avatarId": 10318
          }]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/12300",
            "id": "12300",
            "key": "N6MON",
            "name": "PRJ51. D1290",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=12300&avatarId=13706",
              "24x24": "@host/secure/projectavatar?size=small&pid=12300&avatarId=13706",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=12300&avatarId=13706",
              "32x32": "@host/secure/projectavatar?size=medium&pid=12300&avatarId=13706"
            }
          }]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10603",
      "id": "10603",
      "description": "This Issue Type is used to create Z3 Test within Jira.",
      "iconUrl": "@host/download/resources/com.thed.zephyr.je/images/icons/ico_zephyr_issuetype.png",
      "name": "Test",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11710": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.thed.zephyr.je:zephyr-je-customfield-teststep",
            "customId": 11710
          },
          "name": "Z3 Teststep",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10603",
            "id": "10603",
            "description": "This Issue Type is used to create Z3 Test within Jira.",
            "iconUrl": "@host/download/resources/com.thed.zephyr.je/images/icons/ico_zephyr_issuetype.png",
            "name": "Test",
            "subtask": false
          }]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/12300",
            "id": "12300",
            "key": "N6MON",
            "name": "PRJ51. D1290",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=12300&avatarId=13706",
              "24x24": "@host/secure/projectavatar?size=small&pid=12300&avatarId=13706",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=12300&avatarId=13706",
              "32x32": "@host/secure/projectavatar?size=medium&pid=12300&avatarId=13706"
            }
          }]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/5",
      "id": "5",
      "description": "The sub-task of the issue",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype",
      "name": "Sub-task",
      "subtask": true,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/5",
            "id": "5",
            "description": "The sub-task of the issue",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype",
            "name": "Sub-task",
            "subtask": true,
            "avatarId": 10316
          }]
        },
        "parent": {
          "required": true,
          "schema": {
            "type": "issuelink",
            "system": "parent"
          },
          "name": "Parent",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/12300",
            "id": "12300",
            "key": "N6MON",
            "name": "PRJ51. D1290",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=12300&avatarId=13706",
              "24x24": "@host/secure/projectavatar?size=small&pid=12300&avatarId=13706",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=12300&avatarId=13706",
              "32x32": "@host/secure/projectavatar?size=medium&pid=12300&avatarId=13706"
            }
          }]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        }
      }
    }]
  }, {
    "expand": "issuetypes",
    "self": "@host/rest/api/2/project/11100",
    "id": "11100",
    "key": "N6P",
    "name": "PRJ51. D100",
    "avatarUrls": {
      "48x48": "@host/secure/projectavatar?pid=11100&avatarId=12212",
      "24x24": "@host/secure/projectavatar?size=small&pid=11100&avatarId=12212",
      "16x16": "@host/secure/projectavatar?size=xsmall&pid=11100&avatarId=12212",
      "32x32": "@host/secure/projectavatar?size=medium&pid=11100&avatarId=12212"
    },
    "issuetypes": [{
      "self": "@host/rest/api/2/issuetype/3",
      "id": "3",
      "description": "A task that needs to be done.",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10318&avatarType=issuetype",
      "name": "Task",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/3",
            "id": "3",
            "description": "A task that needs to be done.",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10318&avatarType=issuetype",
            "name": "Task",
            "subtask": false,
            "avatarId": 10318
          }]
        },
        "components": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "component",
            "system": "components"
          },
          "name": "Component/s",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/component/12011",
            "id": "12011",
            "name": "Dictionary",
            "description": "gpp/dictionary-service"
          }]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/11100",
            "id": "11100",
            "key": "N6P",
            "name": "PRJ51. D100",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=11100&avatarId=12212",
              "24x24": "@host/secure/projectavatar?size=small&pid=11100&avatarId=12212",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=11100&avatarId=12212",
              "32x32": "@host/secure/projectavatar?size=medium&pid=11100&avatarId=12212"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": []
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": true,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/5",
      "id": "5",
      "description": "The sub-task of the issue",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype",
      "name": "Sub-task",
      "subtask": true,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/5",
            "id": "5",
            "description": "The sub-task of the issue",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype",
            "name": "Sub-task",
            "subtask": true,
            "avatarId": 10316
          }]
        },
        "parent": {
          "required": true,
          "schema": {
            "type": "issuelink",
            "system": "parent"
          },
          "name": "Parent",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "components": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "component",
            "system": "components"
          },
          "name": "Component/s",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/component/12011",
            "id": "12011",
            "name": "Dictionary",
            "description": "gpp/dictionary-service"
          }]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/11100",
            "id": "11100",
            "key": "N6P",
            "name": "PRJ51. D100",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=11100&avatarId=12212",
              "24x24": "@host/secure/projectavatar?size=small&pid=11100&avatarId=12212",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=11100&avatarId=12212",
              "32x32": "@host/secure/projectavatar?size=medium&pid=11100&avatarId=12212"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": []
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": true,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10001",
      "id": "10001",
      "description": "Created by Jira Software - do not edit or delete. Issue type for a user story.",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10306&avatarType=issuetype",
      "name": "Story",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10001",
            "id": "10001",
            "description": "Created by Jira Software - do not edit or delete. Issue type for a user story.",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10306&avatarType=issuetype",
            "name": "Story",
            "subtask": false,
            "avatarId": 10306
          }]
        },
        "components": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "component",
            "system": "components"
          },
          "name": "Component/s",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/component/12011",
            "id": "12011",
            "name": "Dictionary",
            "description": "gpp/dictionary-service"
          }]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/11100",
            "id": "11100",
            "key": "N6P",
            "name": "PRJ51. D100",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=11100&avatarId=12212",
              "24x24": "@host/secure/projectavatar?size=small&pid=11100&avatarId=12212",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=11100&avatarId=12212",
              "32x32": "@host/secure/projectavatar?size=medium&pid=11100&avatarId=12212"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": []
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": true,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/1",
      "id": "1",
      "description": "A problem which impairs or prevents the functions of the product.",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10303&avatarType=issuetype",
      "name": "Bug",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/1",
            "id": "1",
            "description": "A problem which impairs or prevents the functions of the product.",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10303&avatarType=issuetype",
            "name": "Bug",
            "subtask": false,
            "avatarId": 10303
          }]
        },
        "components": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "component",
            "system": "components"
          },
          "name": "Component/s",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/component/12011",
            "id": "12011",
            "name": "Dictionary",
            "description": "gpp/dictionary-service"
          }]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/11100",
            "id": "11100",
            "key": "N6P",
            "name": "PRJ51. D100",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=11100&avatarId=12212",
              "24x24": "@host/secure/projectavatar?size=small&pid=11100&avatarId=12212",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=11100&avatarId=12212",
              "32x32": "@host/secure/projectavatar?size=medium&pid=11100&avatarId=12212"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": []
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "environment": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "environment"
          },
          "name": "Environment",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "versions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "versions"
          },
          "name": "Affects Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": []
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": true,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10000",
      "id": "10000",
      "description": "Created by Jira Software - do not edit or delete. Issue type for a big user story that needs to be broken down.",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10307&avatarType=issuetype",
      "name": "Epic",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10000",
            "id": "10000",
            "description": "Created by Jira Software - do not edit or delete. Issue type for a big user story that needs to be broken down.",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10307&avatarType=issuetype",
            "name": "Epic",
            "subtask": false,
            "avatarId": 10307
          }]
        },
        "components": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "component",
            "system": "components"
          },
          "name": "Component/s",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/component/12011",
            "id": "12011",
            "name": "Dictionary",
            "description": "gpp/dictionary-service"
          }]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/11100",
            "id": "11100",
            "key": "N6P",
            "name": "PRJ51. D100",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=11100&avatarId=12212",
              "24x24": "@host/secure/projectavatar?size=small&pid=11100&avatarId=12212",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=11100&avatarId=12212",
              "32x32": "@host/secure/projectavatar?size=medium&pid=11100&avatarId=12212"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": []
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_10003": {
          "required": true,
          "schema": {
            "type": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-label",
            "customId": 10003
          },
          "name": "Epic Name",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": true,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10400",
      "id": "10400",
      "description": "",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10300&avatarType=issuetype",
      "name": "Research",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10400",
            "id": "10400",
            "description": "",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10300&avatarType=issuetype",
            "name": "Research",
            "subtask": false,
            "avatarId": 10300
          }]
        },
        "components": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "component",
            "system": "components"
          },
          "name": "Component/s",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/component/12011",
            "id": "12011",
            "name": "Dictionary",
            "description": "gpp/dictionary-service"
          }]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/11100",
            "id": "11100",
            "key": "N6P",
            "name": "PRJ51. D100",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=11100&avatarId=12212",
              "24x24": "@host/secure/projectavatar?size=small&pid=11100&avatarId=12212",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=11100&avatarId=12212",
              "32x32": "@host/secure/projectavatar?size=medium&pid=11100&avatarId=12212"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": []
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": true,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10602",
      "id": "10602",
      "description": "",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10501&avatarType=issuetype",
      "name": "Проектирование",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10602",
            "id": "10602",
            "description": "",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10501&avatarType=issuetype",
            "name": "Проектирование",
            "subtask": false,
            "avatarId": 10501
          }]
        },
        "components": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "component",
            "system": "components"
          },
          "name": "Component/s",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/component/12011",
            "id": "12011",
            "name": "Dictionary",
            "description": "gpp/dictionary-service"
          }]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/11100",
            "id": "11100",
            "key": "N6P",
            "name": "PRJ51. D100",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=11100&avatarId=12212",
              "24x24": "@host/secure/projectavatar?size=small&pid=11100&avatarId=12212",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=11100&avatarId=12212",
              "32x32": "@host/secure/projectavatar?size=medium&pid=11100&avatarId=12212"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": []
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": true,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10102",
      "id": "10102",
      "description": "Auto-tests",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10500&avatarType=issuetype",
      "name": "Auto-test",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10102",
            "id": "10102",
            "description": "Auto-tests",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10500&avatarType=issuetype",
            "name": "Auto-test",
            "subtask": false,
            "avatarId": 10500
          }]
        },
        "components": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "component",
            "system": "components"
          },
          "name": "Component/s",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/component/12011",
            "id": "12011",
            "name": "Dictionary",
            "description": "gpp/dictionary-service"
          }]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/11100",
            "id": "11100",
            "key": "N6P",
            "name": "PRJ51. D100",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=11100&avatarId=12212",
              "24x24": "@host/secure/projectavatar?size=small&pid=11100&avatarId=12212",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=11100&avatarId=12212",
              "32x32": "@host/secure/projectavatar?size=medium&pid=11100&avatarId=12212"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": []
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": true,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10201",
      "id": "10201",
      "description": "Settings",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10900&avatarType=issuetype",
      "name": "Settings",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10201",
            "id": "10201",
            "description": "Settings",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10900&avatarType=issuetype",
            "name": "Settings",
            "subtask": false,
            "avatarId": 10900
          }]
        },
        "components": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "component",
            "system": "components"
          },
          "name": "Component/s",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/component/12011",
            "id": "12011",
            "name": "Dictionary",
            "description": "gpp/dictionary-service"
          }]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/11100",
            "id": "11100",
            "key": "N6P",
            "name": "PRJ51. D100",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=11100&avatarId=12212",
              "24x24": "@host/secure/projectavatar?size=small&pid=11100&avatarId=12212",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=11100&avatarId=12212",
              "32x32": "@host/secure/projectavatar?size=medium&pid=11100&avatarId=12212"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": []
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": true,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10601",
      "id": "10601",
      "description": "",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10304&avatarType=issuetype",
      "name": "HotFix",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10601",
            "id": "10601",
            "description": "",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10304&avatarType=issuetype",
            "name": "HotFix",
            "subtask": false,
            "avatarId": 10304
          }]
        },
        "components": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "component",
            "system": "components"
          },
          "name": "Component/s",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/component/12011",
            "id": "12011",
            "name": "Dictionary",
            "description": "gpp/dictionary-service"
          }]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/11100",
            "id": "11100",
            "key": "N6P",
            "name": "PRJ51. D100",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=11100&avatarId=12212",
              "24x24": "@host/secure/projectavatar?size=small&pid=11100&avatarId=12212",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=11100&avatarId=12212",
              "32x32": "@host/secure/projectavatar?size=medium&pid=11100&avatarId=12212"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": []
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": true,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10100",
      "id": "10100",
      "description": "Документация, описание бизнес-процессов, схем, инструкции",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10315&avatarType=issuetype",
      "name": "Documentation",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10100",
            "id": "10100",
            "description": "Документация, описание бизнес-процессов, схем, инструкции",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10315&avatarType=issuetype",
            "name": "Documentation",
            "subtask": false,
            "avatarId": 10315
          }]
        },
        "components": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "component",
            "system": "components"
          },
          "name": "Component/s",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/component/12011",
            "id": "12011",
            "name": "Dictionary",
            "description": "gpp/dictionary-service"
          }]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/11100",
            "id": "11100",
            "key": "N6P",
            "name": "PRJ51. D100",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=11100&avatarId=12212",
              "24x24": "@host/secure/projectavatar?size=small&pid=11100&avatarId=12212",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=11100&avatarId=12212",
              "32x32": "@host/secure/projectavatar?size=medium&pid=11100&avatarId=12212"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": []
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": true,
          "operations": ["set"]
        }
      }
    }]
  }, {
    "expand": "issuetypes",
    "self": "@host/rest/api/2/project/12100",
    "id": "12100",
    "key": "N4SUP",
    "name": "PRJ51. SP",
    "avatarUrls": {
      "48x48": "@host/secure/projectavatar?pid=12100&avatarId=13501",
      "24x24": "@host/secure/projectavatar?size=small&pid=12100&avatarId=13501",
      "16x16": "@host/secure/projectavatar?size=xsmall&pid=12100&avatarId=13501",
      "32x32": "@host/secure/projectavatar?size=medium&pid=12100&avatarId=13501"
    },
    "issuetypes": [{
      "self": "@host/rest/api/2/issuetype/3",
      "id": "3",
      "description": "A task that needs to be done.",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10318&avatarType=issuetype",
      "name": "Task",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/3",
            "id": "3",
            "description": "A task that needs to be done.",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10318&avatarType=issuetype",
            "name": "Task",
            "subtask": false,
            "avatarId": 10318
          }]
        },
        "components": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "component",
            "system": "components"
          },
          "name": "Component/s",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": []
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/12100",
            "id": "12100",
            "key": "N4SUP",
            "name": "PRJ51. SP",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=12100&avatarId=13501",
              "24x24": "@host/secure/projectavatar?size=small&pid=12100&avatarId=13501",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=12100&avatarId=13501",
              "32x32": "@host/secure/projectavatar?size=medium&pid=12100&avatarId=13501"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": []
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_12005": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 12005
          },
          "name": "Cust12005",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11100",
            "value": "Unit1",
            "id": "11100"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11601",
            "value": "Unit2",
            "id": "11601"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11101",
            "value": "Unit3",
            "id": "11101"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11102",
            "value": "Unit4",
            "id": "11102"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11103",
            "value": "Unit5",
            "id": "11103"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11104",
            "value": "Unit6",
            "id": "11104"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11105",
            "value": "Unit7",
            "id": "11105"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11112",
            "value": "Unit8",
            "id": "11112"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11113",
            "value": "Unit9",
            "id": "11113"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11425",
            "value": "Unit10",
            "id": "11425"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11600",
            "value": "Unit11",
            "id": "11600"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11426",
            "value": "All",
            "id": "11426"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/5",
      "id": "5",
      "description": "The sub-task of the issue",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype",
      "name": "Sub-task",
      "subtask": true,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/5",
            "id": "5",
            "description": "The sub-task of the issue",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype",
            "name": "Sub-task",
            "subtask": true,
            "avatarId": 10316
          }]
        },
        "parent": {
          "required": true,
          "schema": {
            "type": "issuelink",
            "system": "parent"
          },
          "name": "Parent",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "components": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "component",
            "system": "components"
          },
          "name": "Component/s",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": []
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/12100",
            "id": "12100",
            "key": "N4SUP",
            "name": "PRJ51. SP",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=12100&avatarId=13501",
              "24x24": "@host/secure/projectavatar?size=small&pid=12100&avatarId=13501",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=12100&avatarId=13501",
              "32x32": "@host/secure/projectavatar?size=medium&pid=12100&avatarId=13501"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": []
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_12005": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 12005
          },
          "name": "Cust12005",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11100",
            "value": "Unit1",
            "id": "11100"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11601",
            "value": "Unit2",
            "id": "11601"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11101",
            "value": "Unit3",
            "id": "11101"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11102",
            "value": "Unit4",
            "id": "11102"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11103",
            "value": "Unit5",
            "id": "11103"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11104",
            "value": "Unit6",
            "id": "11104"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11105",
            "value": "Unit7",
            "id": "11105"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11112",
            "value": "Unit8",
            "id": "11112"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11113",
            "value": "Unit9",
            "id": "11113"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11425",
            "value": "Unit10",
            "id": "11425"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11600",
            "value": "Unit11",
            "id": "11600"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11426",
            "value": "All",
            "id": "11426"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10000",
      "id": "10000",
      "description": "Created by Jira Software - do not edit or delete. Issue type for a big user story that needs to be broken down.",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10307&avatarType=issuetype",
      "name": "Epic",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10000",
            "id": "10000",
            "description": "Created by Jira Software - do not edit or delete. Issue type for a big user story that needs to be broken down.",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10307&avatarType=issuetype",
            "name": "Epic",
            "subtask": false,
            "avatarId": 10307
          }]
        },
        "components": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "component",
            "system": "components"
          },
          "name": "Component/s",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": []
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/12100",
            "id": "12100",
            "key": "N4SUP",
            "name": "PRJ51. SP",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=12100&avatarId=13501",
              "24x24": "@host/secure/projectavatar?size=small&pid=12100&avatarId=13501",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=12100&avatarId=13501",
              "32x32": "@host/secure/projectavatar?size=medium&pid=12100&avatarId=13501"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": []
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_10003": {
          "required": true,
          "schema": {
            "type": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-label",
            "customId": 10003
          },
          "name": "Epic Name",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12005": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 12005
          },
          "name": "Cust12005",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11100",
            "value": "Unit1",
            "id": "11100"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11601",
            "value": "Unit2",
            "id": "11601"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11101",
            "value": "Unit3",
            "id": "11101"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11102",
            "value": "Unit4",
            "id": "11102"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11103",
            "value": "Unit5",
            "id": "11103"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11104",
            "value": "Unit6",
            "id": "11104"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11105",
            "value": "Unit7",
            "id": "11105"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11112",
            "value": "Unit8",
            "id": "11112"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11113",
            "value": "Unit9",
            "id": "11113"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11425",
            "value": "Unit10",
            "id": "11425"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11600",
            "value": "Unit11",
            "id": "11600"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11426",
            "value": "All",
            "id": "11426"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10001",
      "id": "10001",
      "description": "Created by Jira Software - do not edit or delete. Issue type for a user story.",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10306&avatarType=issuetype",
      "name": "Story",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10001",
            "id": "10001",
            "description": "Created by Jira Software - do not edit or delete. Issue type for a user story.",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10306&avatarType=issuetype",
            "name": "Story",
            "subtask": false,
            "avatarId": 10306
          }]
        },
        "components": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "component",
            "system": "components"
          },
          "name": "Component/s",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": []
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/12100",
            "id": "12100",
            "key": "N4SUP",
            "name": "PRJ51. SP",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=12100&avatarId=13501",
              "24x24": "@host/secure/projectavatar?size=small&pid=12100&avatarId=13501",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=12100&avatarId=13501",
              "32x32": "@host/secure/projectavatar?size=medium&pid=12100&avatarId=13501"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": []
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_12005": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 12005
          },
          "name": "Cust12005",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11100",
            "value": "Unit1",
            "id": "11100"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11601",
            "value": "Unit2",
            "id": "11601"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11101",
            "value": "Unit3",
            "id": "11101"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11102",
            "value": "Unit4",
            "id": "11102"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11103",
            "value": "Unit5",
            "id": "11103"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11104",
            "value": "Unit6",
            "id": "11104"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11105",
            "value": "Unit7",
            "id": "11105"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11112",
            "value": "Unit8",
            "id": "11112"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11113",
            "value": "Unit9",
            "id": "11113"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11425",
            "value": "Unit10",
            "id": "11425"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11600",
            "value": "Unit11",
            "id": "11600"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11426",
            "value": "All",
            "id": "11426"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/11400",
      "id": "11400",
      "description": "",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10315&avatarType=issuetype",
      "name": "NA2",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/11400",
            "id": "11400",
            "description": "",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10315&avatarType=issuetype",
            "name": "NA2",
            "subtask": false,
            "avatarId": 10315
          }]
        },
        "components": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "component",
            "system": "components"
          },
          "name": "Component/s",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": []
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/12100",
            "id": "12100",
            "key": "N4SUP",
            "name": "PRJ51. SP",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=12100&avatarId=13501",
              "24x24": "@host/secure/projectavatar?size=small&pid=12100&avatarId=13501",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=12100&avatarId=13501",
              "32x32": "@host/secure/projectavatar?size=medium&pid=12100&avatarId=13501"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": []
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_12005": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 12005
          },
          "name": "Cust12005",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11100",
            "value": "Unit1",
            "id": "11100"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11601",
            "value": "Unit2",
            "id": "11601"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11101",
            "value": "Unit3",
            "id": "11101"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11102",
            "value": "Unit4",
            "id": "11102"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11103",
            "value": "Unit5",
            "id": "11103"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11104",
            "value": "Unit6",
            "id": "11104"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11105",
            "value": "Unit7",
            "id": "11105"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11112",
            "value": "Unit8",
            "id": "11112"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11113",
            "value": "Unit9",
            "id": "11113"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11425",
            "value": "Unit10",
            "id": "11425"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11600",
            "value": "Unit11",
            "id": "11600"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11426",
            "value": "All",
            "id": "11426"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        }
      }
    }]
  }, {
    "expand": "issuetypes",
    "self": "@host/rest/api/2/project/11601",
    "id": "11601",
    "key": "N4S7",
    "name": "NASA91. S7",
    "avatarUrls": {
      "48x48": "@host/secure/projectavatar?pid=11601&avatarId=13601",
      "24x24": "@host/secure/projectavatar?size=small&pid=11601&avatarId=13601",
      "16x16": "@host/secure/projectavatar?size=xsmall&pid=11601&avatarId=13601",
      "32x32": "@host/secure/projectavatar?size=medium&pid=11601&avatarId=13601"
    },
    "issuetypes": [{
      "self": "@host/rest/api/2/issuetype/3",
      "id": "3",
      "description": "A task that needs to be done.",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10318&avatarType=issuetype",
      "name": "Task",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/3",
            "id": "3",
            "description": "A task that needs to be done.",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10318&avatarType=issuetype",
            "name": "Task",
            "subtask": false,
            "avatarId": 10318
          }]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/11601",
            "id": "11601",
            "key": "N4S7",
            "name": "NASA91. S7",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=11601&avatarId=13601",
              "24x24": "@host/secure/projectavatar?size=small&pid=11601&avatarId=13601",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=11601&avatarId=13601",
              "32x32": "@host/secure/projectavatar?size=medium&pid=11601&avatarId=13601"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_12402": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multiselect",
            "customId": 12402
          },
          "name": "Cust12402",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11411",
            "value": "Nginx",
            "id": "11411"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11417",
            "value": "Mail",
            "id": "11417"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11801",
            "value": "MySQL",
            "id": "11801"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11420",
            "value": "PHP",
            "id": "11420"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11410",
            "value": "PHP-FPM",
            "id": "11410"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11409",
            "value": "Redis",
            "id": "11409"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11800",
            "value": "Закончилось место on диске",
            "id": "11800"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11422",
            "value": "Комплексonя",
            "id": "11422"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11427",
            "value": "Сертификаты",
            "id": "11427"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11502",
            "value": "Экранирование символов",
            "id": "11502"
          }]
        },
        "customfield_12005": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 12005
          },
          "name": "Cust12005",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11100",
            "value": "Unit1",
            "id": "11100"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11601",
            "value": "Unit2",
            "id": "11601"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11101",
            "value": "Unit3",
            "id": "11101"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11102",
            "value": "Unit4",
            "id": "11102"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11103",
            "value": "Unit5",
            "id": "11103"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11104",
            "value": "Unit6",
            "id": "11104"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11105",
            "value": "Unit7",
            "id": "11105"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11112",
            "value": "Unit8",
            "id": "11112"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11113",
            "value": "Unit9",
            "id": "11113"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11425",
            "value": "Unit10",
            "id": "11425"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11600",
            "value": "Unit11",
            "id": "11600"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11426",
            "value": "All",
            "id": "11426"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_12404": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multiselect",
            "customId": 12404
          },
          "name": "Cust12404",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11415",
            "value": "Татарстан",
            "id": "11415"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11602",
            "value": "Нижегородская область",
            "id": "11602"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11416",
            "value": "Чечня",
            "id": "11416"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11414",
            "value": "Unit11",
            "id": "11414"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11423",
            "value": "All",
            "id": "11423"
          }]
        },
        "customfield_12403": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multiselect",
            "customId": 12403
          },
          "name": "Cust12403",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11424",
            "value": "Загрузка лицевых счетов",
            "id": "11424"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11418",
            "value": "Почта",
            "id": "11418"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11501",
            "value": "Просмотр заявки",
            "id": "11501"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11500",
            "value": "ПУ (счётчики)",
            "id": "11500"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11421",
            "value": "Рейтинги Cust12804",
            "id": "11421"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11428",
            "value": "Система целиком",
            "id": "11428"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11429",
            "value": "Создание заявки",
            "id": "11429"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11412",
            "value": "Список заявок. Вкладки",
            "id": "11412"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11413",
            "value": "Список заявок. Статусы",
            "id": "11413"
          }]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "duedate": {
          "required": false,
          "schema": {
            "type": "date",
            "system": "duedate"
          },
          "name": "Due Date",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10603",
      "id": "10603",
      "description": "This Issue Type is used to create Z3 Test within Jira.",
      "iconUrl": "@host/download/resources/com.thed.zephyr.je/images/icons/ico_zephyr_issuetype.png",
      "name": "Test",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10603",
            "id": "10603",
            "description": "This Issue Type is used to create Z3 Test within Jira.",
            "iconUrl": "@host/download/resources/com.thed.zephyr.je/images/icons/ico_zephyr_issuetype.png",
            "name": "Test",
            "subtask": false
          }]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/11601",
            "id": "11601",
            "key": "N4S7",
            "name": "NASA91. S7",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=11601&avatarId=13601",
              "24x24": "@host/secure/projectavatar?size=small&pid=11601&avatarId=13601",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=11601&avatarId=13601",
              "32x32": "@host/secure/projectavatar?size=medium&pid=11601&avatarId=13601"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_12402": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multiselect",
            "customId": 12402
          },
          "name": "Cust12402",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11411",
            "value": "Nginx",
            "id": "11411"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11417",
            "value": "Mail",
            "id": "11417"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11801",
            "value": "MySQL",
            "id": "11801"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11420",
            "value": "PHP",
            "id": "11420"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11410",
            "value": "PHP-FPM",
            "id": "11410"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11409",
            "value": "Redis",
            "id": "11409"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11800",
            "value": "Закончилось место on диске",
            "id": "11800"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11422",
            "value": "Комплексonя",
            "id": "11422"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11427",
            "value": "Сертификаты",
            "id": "11427"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11502",
            "value": "Экранирование символов",
            "id": "11502"
          }]
        },
        "customfield_12005": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 12005
          },
          "name": "Cust12005",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11100",
            "value": "Unit1",
            "id": "11100"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11601",
            "value": "Unit2",
            "id": "11601"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11101",
            "value": "Unit3",
            "id": "11101"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11102",
            "value": "Unit4",
            "id": "11102"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11103",
            "value": "Unit5",
            "id": "11103"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11104",
            "value": "Unit6",
            "id": "11104"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11105",
            "value": "Unit7",
            "id": "11105"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11112",
            "value": "Unit8",
            "id": "11112"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11113",
            "value": "Unit9",
            "id": "11113"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11425",
            "value": "Unit10",
            "id": "11425"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11600",
            "value": "Unit11",
            "id": "11600"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11426",
            "value": "All",
            "id": "11426"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_12404": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multiselect",
            "customId": 12404
          },
          "name": "Cust12404",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11415",
            "value": "Татарстан",
            "id": "11415"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11602",
            "value": "Нижегородская область",
            "id": "11602"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11416",
            "value": "Чечня",
            "id": "11416"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11414",
            "value": "Unit11",
            "id": "11414"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11423",
            "value": "All",
            "id": "11423"
          }]
        },
        "customfield_12403": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multiselect",
            "customId": 12403
          },
          "name": "Cust12403",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11424",
            "value": "Загрузка лицевых счетов",
            "id": "11424"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11418",
            "value": "Почта",
            "id": "11418"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11501",
            "value": "Просмотр заявки",
            "id": "11501"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11500",
            "value": "ПУ (счётчики)",
            "id": "11500"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11421",
            "value": "Рейтинги Cust12804",
            "id": "11421"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11428",
            "value": "Система целиком",
            "id": "11428"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11429",
            "value": "Создание заявки",
            "id": "11429"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11412",
            "value": "Список заявок. Вкладки",
            "id": "11412"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11413",
            "value": "Список заявок. Статусы",
            "id": "11413"
          }]
        },
        "customfield_11710": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.thed.zephyr.je:zephyr-je-customfield-teststep",
            "customId": 11710
          },
          "name": "Z3 Teststep",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "duedate": {
          "required": false,
          "schema": {
            "type": "date",
            "system": "duedate"
          },
          "name": "Due Date",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/5",
      "id": "5",
      "description": "The sub-task of the issue",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype",
      "name": "Sub-task",
      "subtask": true,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/5",
            "id": "5",
            "description": "The sub-task of the issue",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype",
            "name": "Sub-task",
            "subtask": true,
            "avatarId": 10316
          }]
        },
        "parent": {
          "required": true,
          "schema": {
            "type": "issuelink",
            "system": "parent"
          },
          "name": "Parent",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/11601",
            "id": "11601",
            "key": "N4S7",
            "name": "NASA91. S7",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=11601&avatarId=13601",
              "24x24": "@host/secure/projectavatar?size=small&pid=11601&avatarId=13601",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=11601&avatarId=13601",
              "32x32": "@host/secure/projectavatar?size=medium&pid=11601&avatarId=13601"
            }
          }]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_12402": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multiselect",
            "customId": 12402
          },
          "name": "Cust12402",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11411",
            "value": "Nginx",
            "id": "11411"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11417",
            "value": "Mail",
            "id": "11417"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11801",
            "value": "MySQL",
            "id": "11801"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11420",
            "value": "PHP",
            "id": "11420"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11410",
            "value": "PHP-FPM",
            "id": "11410"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11409",
            "value": "Redis",
            "id": "11409"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11800",
            "value": "Закончилось место on диске",
            "id": "11800"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11422",
            "value": "Комплексonя",
            "id": "11422"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11427",
            "value": "Сертификаты",
            "id": "11427"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11502",
            "value": "Экранирование символов",
            "id": "11502"
          }]
        },
        "customfield_12005": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 12005
          },
          "name": "Cust12005",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11100",
            "value": "Unit1",
            "id": "11100"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11601",
            "value": "Unit2",
            "id": "11601"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11101",
            "value": "Unit3",
            "id": "11101"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11102",
            "value": "Unit4",
            "id": "11102"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11103",
            "value": "Unit5",
            "id": "11103"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11104",
            "value": "Unit6",
            "id": "11104"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11105",
            "value": "Unit7",
            "id": "11105"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11112",
            "value": "Unit8",
            "id": "11112"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11113",
            "value": "Unit9",
            "id": "11113"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11425",
            "value": "Unit10",
            "id": "11425"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11600",
            "value": "Unit11",
            "id": "11600"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11426",
            "value": "All",
            "id": "11426"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_12404": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multiselect",
            "customId": 12404
          },
          "name": "Cust12404",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11415",
            "value": "Татарстан",
            "id": "11415"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11602",
            "value": "Нижегородская область",
            "id": "11602"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11416",
            "value": "Чечня",
            "id": "11416"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11414",
            "value": "Unit11",
            "id": "11414"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11423",
            "value": "All",
            "id": "11423"
          }]
        },
        "customfield_12403": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multiselect",
            "customId": 12403
          },
          "name": "Cust12403",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11424",
            "value": "Загрузка лицевых счетов",
            "id": "11424"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11418",
            "value": "Почта",
            "id": "11418"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11501",
            "value": "Просмотр заявки",
            "id": "11501"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11500",
            "value": "ПУ (счётчики)",
            "id": "11500"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11421",
            "value": "Рейтинги Cust12804",
            "id": "11421"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11428",
            "value": "Система целиком",
            "id": "11428"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11429",
            "value": "Создание заявки",
            "id": "11429"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11412",
            "value": "Список заявок. Вкладки",
            "id": "11412"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11413",
            "value": "Список заявок. Статусы",
            "id": "11413"
          }]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "duedate": {
          "required": false,
          "schema": {
            "type": "date",
            "system": "duedate"
          },
          "name": "Due Date",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        }
      }
    }]
  },
    {
    "expand": "issuetypes",
    "self": "@host/rest/api/2/project/11403",
    "id": "11403",
    "key": "N4FBCK",
    "name": "NASA91. Z51",
    "avatarUrls": {
      "48x48": "@host/secure/projectavatar?pid=11403&avatarId=10512",
      "24x24": "@host/secure/projectavatar?size=small&pid=11403&avatarId=10512",
      "16x16": "@host/secure/projectavatar?size=xsmall&pid=11403&avatarId=10512",
      "32x32": "@host/secure/projectavatar?size=medium&pid=11403&avatarId=10512"
    },
    "issuetypes": [{
      "self": "@host/rest/api/2/issuetype/3",
      "id": "3",
      "description": "A task that needs to be done.",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10318&avatarType=issuetype",
      "name": "Task",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/3",
            "id": "3",
            "description": "A task that needs to be done.",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10318&avatarType=issuetype",
            "name": "Task",
            "subtask": false,
            "avatarId": 10318
          }]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/11403",
            "id": "11403",
            "key": "N4FBCK",
            "name": "NASA91. Z51",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=11403&avatarId=10512",
              "24x24": "@host/secure/projectavatar?size=small&pid=11403&avatarId=10512",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=11403&avatarId=10512",
              "32x32": "@host/secure/projectavatar?size=medium&pid=11403&avatarId=10512"
            }
          }]
        },
        "customfield_12002": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12002
          },
          "name": "Cust12002",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12004": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12004
          },
          "name": "Email",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_12003": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12003
          },
          "name": "Cust12003",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12005": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 12005
          },
          "name": "Cust12005",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11100",
            "value": "Unit1",
            "id": "11100"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11601",
            "value": "Unit2",
            "id": "11601"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11101",
            "value": "Unit3",
            "id": "11101"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11102",
            "value": "Unit4",
            "id": "11102"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11103",
            "value": "Unit5",
            "id": "11103"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11104",
            "value": "Unit6",
            "id": "11104"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11105",
            "value": "Unit7",
            "id": "11105"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11112",
            "value": "Unit8",
            "id": "11112"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11113",
            "value": "Unit9",
            "id": "11113"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11425",
            "value": "Unit10",
            "id": "11425"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11600",
            "value": "Unit11",
            "id": "11600"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11426",
            "value": "All",
            "id": "11426"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_12604": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12604
          },
          "name": "Cust12604",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12603": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12603
          },
          "name": "OID",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "duedate": {
          "required": false,
          "schema": {
            "type": "date",
            "system": "duedate"
          },
          "name": "Due Date",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": true,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/5",
      "id": "5",
      "description": "The sub-task of the issue",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype",
      "name": "Sub-task",
      "subtask": true,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/5",
            "id": "5",
            "description": "The sub-task of the issue",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype",
            "name": "Sub-task",
            "subtask": true,
            "avatarId": 10316
          }]
        },
        "parent": {
          "required": true,
          "schema": {
            "type": "issuelink",
            "system": "parent"
          },
          "name": "Parent",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/11403",
            "id": "11403",
            "key": "N4FBCK",
            "name": "NASA91. Z51",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=11403&avatarId=10512",
              "24x24": "@host/secure/projectavatar?size=small&pid=11403&avatarId=10512",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=11403&avatarId=10512",
              "32x32": "@host/secure/projectavatar?size=medium&pid=11403&avatarId=10512"
            }
          }]
        },
        "customfield_12002": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12002
          },
          "name": "Cust12002",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "reporter": {
          "required": true,
          "schema": {
            "type": "user",
            "system": "reporter"
          },
          "name": "Reporter",
          "autoCompleteUrl": "@host/rest/api/latest/user/search?username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12004": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12004
          },
          "name": "Email",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_12003": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12003
          },
          "name": "Cust12003",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12005": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 12005
          },
          "name": "Cust12005",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11100",
            "value": "Unit1",
            "id": "11100"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11601",
            "value": "Unit2",
            "id": "11601"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11101",
            "value": "Unit3",
            "id": "11101"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11102",
            "value": "Unit4",
            "id": "11102"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11103",
            "value": "Unit5",
            "id": "11103"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11104",
            "value": "Unit6",
            "id": "11104"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11105",
            "value": "Unit7",
            "id": "11105"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11112",
            "value": "Unit8",
            "id": "11112"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11113",
            "value": "Unit9",
            "id": "11113"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11425",
            "value": "Unit10",
            "id": "11425"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11600",
            "value": "Unit11",
            "id": "11600"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11426",
            "value": "All",
            "id": "11426"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_12604": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12604
          },
          "name": "Cust12604",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12603": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12603
          },
          "name": "OID",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "duedate": {
          "required": false,
          "schema": {
            "type": "date",
            "system": "duedate"
          },
          "name": "Due Date",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": true,
          "operations": ["set"]
        }
      }
    }]
  },
    {
    "expand": "issuetypes",
    "self": "@host/rest/api/2/project/10112",
    "id": "10112",
    "key": "N4",
    "name": "NASA91. Main",
    "avatarUrls": {
      "48x48": "@host/secure/projectavatar?pid=10112&avatarId=13207",
      "24x24": "@host/secure/projectavatar?size=small&pid=10112&avatarId=13207",
      "16x16": "@host/secure/projectavatar?size=xsmall&pid=10112&avatarId=13207",
      "32x32": "@host/secure/projectavatar?size=medium&pid=10112&avatarId=13207"
    },
    "issuetypes": [{
      "self": "@host/rest/api/2/issuetype/3",
      "id": "3",
      "description": "A task that needs to be done.",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10318&avatarType=issuetype",
      "name": "Task",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/3",
            "id": "3",
            "description": "A task that needs to be done.",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10318&avatarType=issuetype",
            "name": "Task",
            "subtask": false,
            "avatarId": 10318
          }]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/10112",
            "id": "10112",
            "key": "N4",
            "name": "NASA91. Main",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=10112&avatarId=13207",
              "24x24": "@host/secure/projectavatar?size=small&pid=10112&avatarId=13207",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=10112&avatarId=13207",
              "32x32": "@host/secure/projectavatar?size=medium&pid=10112&avatarId=13207"
            }
          }]
        },
        "customfield_12001": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12001
          },
          "name": "Cust12001",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12400": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 12400
          },
          "name": "Cust12400",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11400",
            "value": "Item1",
            "id": "11400"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11401",
            "value": "Item2",
            "id": "11401"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11402",
            "value": "Item3",
            "id": "11402"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11403",
            "value": "Item4",
            "id": "11403"
          }]
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_10005": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-sprint",
            "customId": 10005
          },
          "name": "Sprint",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12700": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 12700
          },
          "name": "Cust12700",
          "hasDefaultValue": true,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11900",
            "value": "Да",
            "id": "11900"
          }]
        },
        "customfield_11009": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.atlassian.jira.toolkit:originalestimate",
            "customId": 11009
          },
          "name": "Original Estimate",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12705": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12705
          },
          "name": "Cust12705",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_11703": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 11703
          },
          "name": "Cust11703",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12803": {
          "required": false,
          "schema": {
            "type": "number",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:float",
            "customId": 12803
          },
          "name": "Cust12803",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11716": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:url",
            "customId": 11716
          },
          "name": "Confluence link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/5",
      "id": "5",
      "description": "The sub-task of the issue",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype",
      "name": "Sub-task",
      "subtask": true,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12700": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 12700
          },
          "name": "Cust12700",
          "hasDefaultValue": true,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11900",
            "value": "Да",
            "id": "11900"
          }]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/5",
            "id": "5",
            "description": "The sub-task of the issue",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype",
            "name": "Sub-task",
            "subtask": true,
            "avatarId": 10316
          }]
        },
        "parent": {
          "required": true,
          "schema": {
            "type": "issuelink",
            "system": "parent"
          },
          "name": "Parent",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11801": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 11801
          },
          "name": "Checklists",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12705": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12705
          },
          "name": "Cust12705",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/10112",
            "id": "10112",
            "key": "N4",
            "name": "NASA91. Main",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=10112&avatarId=13207",
              "24x24": "@host/secure/projectavatar?size=small&pid=10112&avatarId=13207",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=10112&avatarId=13207",
              "32x32": "@host/secure/projectavatar?size=medium&pid=10112&avatarId=13207"
            }
          }]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "customfield_12001": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12001
          },
          "name": "Cust12001",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12400": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 12400
          },
          "name": "Cust12400",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11400",
            "value": "Item1",
            "id": "11400"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11401",
            "value": "Item2",
            "id": "11401"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11402",
            "value": "Item3",
            "id": "11402"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11403",
            "value": "Item4",
            "id": "11403"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10001",
      "id": "10001",
      "description": "Created by Jira Software - do not edit or delete. Issue type for a user story.",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10306&avatarType=issuetype",
      "name": "Story",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10001",
            "id": "10001",
            "description": "Created by Jira Software - do not edit or delete. Issue type for a user story.",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10306&avatarType=issuetype",
            "name": "Story",
            "subtask": false,
            "avatarId": 10306
          }]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/10112",
            "id": "10112",
            "key": "N4",
            "name": "NASA91. Main",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=10112&avatarId=13207",
              "24x24": "@host/secure/projectavatar?size=small&pid=10112&avatarId=13207",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=10112&avatarId=13207",
              "32x32": "@host/secure/projectavatar?size=medium&pid=10112&avatarId=13207"
            }
          }]
        },
        "customfield_12001": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12001
          },
          "name": "Cust12001",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12400": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 12400
          },
          "name": "Cust12400",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11400",
            "value": "Item1",
            "id": "11400"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11401",
            "value": "Item2",
            "id": "11401"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11402",
            "value": "Item3",
            "id": "11402"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11403",
            "value": "Item4",
            "id": "11403"
          }]
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_10005": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-sprint",
            "customId": 10005
          },
          "name": "Sprint",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12700": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 12700
          },
          "name": "Cust12700",
          "hasDefaultValue": true,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11900",
            "value": "Да",
            "id": "11900"
          }]
        },
        "customfield_11009": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.atlassian.jira.toolkit:originalestimate",
            "customId": 11009
          },
          "name": "Original Estimate",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12705": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12705
          },
          "name": "Cust12705",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_11703": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 11703
          },
          "name": "Cust11703",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12803": {
          "required": false,
          "schema": {
            "type": "number",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:float",
            "customId": 12803
          },
          "name": "Cust12803",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11716": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:url",
            "customId": 11716
          },
          "name": "Confluence link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/1",
      "id": "1",
      "description": "A problem which impairs or prevents the functions of the product.",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10303&avatarType=issuetype",
      "name": "Bug",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/1",
            "id": "1",
            "description": "A problem which impairs or prevents the functions of the product.",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10303&avatarType=issuetype",
            "name": "Bug",
            "subtask": false,
            "avatarId": 10303
          }]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/10112",
            "id": "10112",
            "key": "N4",
            "name": "NASA91. Main",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=10112&avatarId=13207",
              "24x24": "@host/secure/projectavatar?size=small&pid=10112&avatarId=13207",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=10112&avatarId=13207",
              "32x32": "@host/secure/projectavatar?size=medium&pid=10112&avatarId=13207"
            }
          }]
        },
        "customfield_10134": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10134
          },
          "name": "Cust10134",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11201": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 11201
          },
          "name": "Severity",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10500",
            "value": "S1 Blocker",
            "id": "10500"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10501",
            "value": "S2 Critical",
            "id": "10501"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10502",
            "value": "S3 Major",
            "id": "10502"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10503",
            "value": "S4 Minor",
            "id": "10503"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10504",
            "value": "S5 Trivial",
            "id": "10504"
          }]
        },
        "customfield_10005": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-sprint",
            "customId": 10005
          },
          "name": "Sprint",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12700": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 12700
          },
          "name": "Cust12700",
          "hasDefaultValue": true,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11900",
            "value": "Да",
            "id": "11900"
          }]
        },
        "customfield_12705": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12705
          },
          "name": "Cust12705",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_11716": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:url",
            "customId": 11716
          },
          "name": "Confluence link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_10120": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 10120
          },
          "name": "Cust10120",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12101": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 12101
          },
          "name": "Cust12101",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12001": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12001
          },
          "name": "Cust12001",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12100": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 12100
          },
          "name": "Cust12100",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12400": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 12400
          },
          "name": "Cust12400",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11400",
            "value": "Item1",
            "id": "11400"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11401",
            "value": "Item2",
            "id": "11401"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11402",
            "value": "Item3",
            "id": "11402"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11403",
            "value": "Item4",
            "id": "11403"
          }]
        },
        "customfield_12103": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multiselect",
            "customId": 12103
          },
          "name": "Cust12103",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11200",
            "value": "S1",
            "id": "11200"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11201",
            "value": "S2",
            "id": "11201"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11202",
            "value": "S3",
            "id": "11202"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11203",
            "value": "Cust10124 3",
            "id": "11203"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11204",
            "value": "S43",
            "id": "11204"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11205",
            "value": "Cust10101 A3",
            "id": "11205"
          }]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_12102": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 12102
          },
          "name": "Cust12102",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_12005": {
          "required": false,
          "schema": {
            "type": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
            "customId": 12005
          },
          "name": "Cust12005",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11100",
            "value": "Unit1",
            "id": "11100"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11601",
            "value": "Unit2",
            "id": "11601"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11101",
            "value": "Unit3",
            "id": "11101"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11102",
            "value": "Unit4",
            "id": "11102"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11103",
            "value": "Unit5",
            "id": "11103"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11104",
            "value": "Unit6",
            "id": "11104"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11105",
            "value": "Unit7",
            "id": "11105"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11112",
            "value": "Unit8",
            "id": "11112"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11113",
            "value": "Unit9",
            "id": "11113"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11425",
            "value": "Unit10",
            "id": "11425"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11600",
            "value": "Unit11",
            "id": "11600"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11426",
            "value": "All",
            "id": "11426"
          }]
        },
        "customfield_11801": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 11801
          },
          "name": "Checklists",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11704": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 11704
          },
          "name": "В релизе",
          "hasDefaultValue": true,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10800",
            "value": "Да",
            "id": "10800"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10801",
            "value": "Нет",
            "id": "10801"
          }]
        },
        "customfield_11705": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 11705
          },
          "name": "Desc91",
          "hasDefaultValue": true,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/10802",
            "value": "Да",
            "id": "10802"
          }, {
            "self": "@host/rest/api/2/customFieldOption/10803",
            "value": "Нет",
            "id": "10803"
          }]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10000",
      "id": "10000",
      "description": "Created by Jira Software - do not edit or delete. Issue type for a big user story that needs to be broken down.",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10307&avatarType=issuetype",
      "name": "Epic",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10000",
            "id": "10000",
            "description": "Created by Jira Software - do not edit or delete. Issue type for a big user story that needs to be broken down.",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10307&avatarType=issuetype",
            "name": "Epic",
            "subtask": false,
            "avatarId": 10307
          }]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/10112",
            "id": "10112",
            "key": "N4",
            "name": "NASA91. Main",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=10112&avatarId=13207",
              "24x24": "@host/secure/projectavatar?size=small&pid=10112&avatarId=13207",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=10112&avatarId=13207",
              "32x32": "@host/secure/projectavatar?size=medium&pid=10112&avatarId=13207"
            }
          }]
        },
        "customfield_12001": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12001
          },
          "name": "Cust12001",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "fixVersions": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "version",
            "system": "fixVersions"
          },
          "name": "Fix Version/s",
          "hasDefaultValue": false,
          "operations": ["set", "add", "remove"],
          "allowedValues": []
        },
        "customfield_12400": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 12400
          },
          "name": "Cust12400",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11400",
            "value": "Item1",
            "id": "11400"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11401",
            "value": "Item2",
            "id": "11401"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11402",
            "value": "Item3",
            "id": "11402"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11403",
            "value": "Item4",
            "id": "11403"
          }]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_10003": {
          "required": true,
          "schema": {
            "type": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-label",
            "customId": 10003
          },
          "name": "Epic Name",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_10005": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-sprint",
            "customId": 10005
          },
          "name": "Sprint",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12700": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 12700
          },
          "name": "Cust12700",
          "hasDefaultValue": true,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11900",
            "value": "Да",
            "id": "11900"
          }]
        },
        "customfield_12705": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12705
          },
          "name": "Cust12705",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10601",
      "id": "10601",
      "description": "",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10304&avatarType=issuetype",
      "name": "HotFix",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10601",
            "id": "10601",
            "description": "",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10304&avatarType=issuetype",
            "name": "HotFix",
            "subtask": false,
            "avatarId": 10304
          }]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/10112",
            "id": "10112",
            "key": "N4",
            "name": "NASA91. Main",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=10112&avatarId=13207",
              "24x24": "@host/secure/projectavatar?size=small&pid=10112&avatarId=13207",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=10112&avatarId=13207",
              "32x32": "@host/secure/projectavatar?size=medium&pid=10112&avatarId=13207"
            }
          }]
        },
        "customfield_12001": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12001
          },
          "name": "Cust12001",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12400": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 12400
          },
          "name": "Cust12400",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11400",
            "value": "Item1",
            "id": "11400"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11401",
            "value": "Item2",
            "id": "11401"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11402",
            "value": "Item3",
            "id": "11402"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11403",
            "value": "Item4",
            "id": "11403"
          }]
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_10005": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-sprint",
            "customId": 10005
          },
          "name": "Sprint",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12700": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 12700
          },
          "name": "Cust12700",
          "hasDefaultValue": true,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11900",
            "value": "Да",
            "id": "11900"
          }]
        },
        "customfield_11009": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.atlassian.jira.toolkit:originalestimate",
            "customId": 11009
          },
          "name": "Original Estimate",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12705": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12705
          },
          "name": "Cust12705",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_11703": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 11703
          },
          "name": "Cust11703",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12803": {
          "required": false,
          "schema": {
            "type": "number",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:float",
            "customId": 12803
          },
          "name": "Cust12803",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11716": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:url",
            "customId": 11716
          },
          "name": "Confluence link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10102",
      "id": "10102",
      "description": "Auto-tests",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10500&avatarType=issuetype",
      "name": "Auto-test",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10102",
            "id": "10102",
            "description": "Auto-tests",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10500&avatarType=issuetype",
            "name": "Auto-test",
            "subtask": false,
            "avatarId": 10500
          }]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/10112",
            "id": "10112",
            "key": "N4",
            "name": "NASA91. Main",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=10112&avatarId=13207",
              "24x24": "@host/secure/projectavatar?size=small&pid=10112&avatarId=13207",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=10112&avatarId=13207",
              "32x32": "@host/secure/projectavatar?size=medium&pid=10112&avatarId=13207"
            }
          }]
        },
        "customfield_12001": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12001
          },
          "name": "Cust12001",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12400": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 12400
          },
          "name": "Cust12400",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11400",
            "value": "Item1",
            "id": "11400"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11401",
            "value": "Item2",
            "id": "11401"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11402",
            "value": "Item3",
            "id": "11402"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11403",
            "value": "Item4",
            "id": "11403"
          }]
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_10005": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-sprint",
            "customId": 10005
          },
          "name": "Sprint",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12700": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 12700
          },
          "name": "Cust12700",
          "hasDefaultValue": true,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11900",
            "value": "Да",
            "id": "11900"
          }]
        },
        "customfield_11009": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.atlassian.jira.toolkit:originalestimate",
            "customId": 11009
          },
          "name": "Original Estimate",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12705": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12705
          },
          "name": "Cust12705",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_11703": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 11703
          },
          "name": "Cust11703",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12803": {
          "required": false,
          "schema": {
            "type": "number",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:float",
            "customId": 12803
          },
          "name": "Cust12803",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11716": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:url",
            "customId": 11716
          },
          "name": "Confluence link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10400",
      "id": "10400",
      "description": "",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10300&avatarType=issuetype",
      "name": "Research",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10400",
            "id": "10400",
            "description": "",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10300&avatarType=issuetype",
            "name": "Research",
            "subtask": false,
            "avatarId": 10300
          }]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/10112",
            "id": "10112",
            "key": "N4",
            "name": "NASA91. Main",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=10112&avatarId=13207",
              "24x24": "@host/secure/projectavatar?size=small&pid=10112&avatarId=13207",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=10112&avatarId=13207",
              "32x32": "@host/secure/projectavatar?size=medium&pid=10112&avatarId=13207"
            }
          }]
        },
        "customfield_12001": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12001
          },
          "name": "Cust12001",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12400": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 12400
          },
          "name": "Cust12400",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11400",
            "value": "Item1",
            "id": "11400"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11401",
            "value": "Item2",
            "id": "11401"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11402",
            "value": "Item3",
            "id": "11402"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11403",
            "value": "Item4",
            "id": "11403"
          }]
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_10101": {
          "required": false,
          "schema": {
            "type": "user",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:userpicker",
            "customId": 10101
          },
          "name": "Cust10101",
          "autoCompleteUrl": "@host/rest/api/1.0/users/picker?fieldName=customfield_10101&query=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_10005": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-sprint",
            "customId": 10005
          },
          "name": "Sprint",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12700": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 12700
          },
          "name": "Cust12700",
          "hasDefaultValue": true,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11900",
            "value": "Да",
            "id": "11900"
          }]
        },
        "customfield_11801": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 11801
          },
          "name": "Checklists",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11009": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.atlassian.jira.toolkit:originalestimate",
            "customId": 11009
          },
          "name": "Original Estimate",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12705": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12705
          },
          "name": "Cust12705",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11716": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:url",
            "customId": 11716
          },
          "name": "Confluence link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10308",
      "id": "10308",
      "description": "",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10304&avatarType=issuetype",
      "name": "Research2",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10308",
            "id": "10308",
            "description": "",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10304&avatarType=issuetype",
            "name": "Research2",
            "subtask": false,
            "avatarId": 10304
          }]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/10112",
            "id": "10112",
            "key": "N4",
            "name": "NASA91. Main",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=10112&avatarId=13207",
              "24x24": "@host/secure/projectavatar?size=small&pid=10112&avatarId=13207",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=10112&avatarId=13207",
              "32x32": "@host/secure/projectavatar?size=medium&pid=10112&avatarId=13207"
            }
          }]
        },
        "customfield_12001": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12001
          },
          "name": "Cust12001",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12400": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 12400
          },
          "name": "Cust12400",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11400",
            "value": "Item1",
            "id": "11400"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11401",
            "value": "Item2",
            "id": "11401"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11402",
            "value": "Item3",
            "id": "11402"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11403",
            "value": "Item4",
            "id": "11403"
          }]
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_10101": {
          "required": false,
          "schema": {
            "type": "user",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:userpicker",
            "customId": 10101
          },
          "name": "Cust10101",
          "autoCompleteUrl": "@host/rest/api/1.0/users/picker?fieldName=customfield_10101&query=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_10005": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-sprint",
            "customId": 10005
          },
          "name": "Sprint",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12700": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 12700
          },
          "name": "Cust12700",
          "hasDefaultValue": true,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11900",
            "value": "Да",
            "id": "11900"
          }]
        },
        "customfield_11801": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 11801
          },
          "name": "Checklists",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11009": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.atlassian.jira.toolkit:originalestimate",
            "customId": 11009
          },
          "name": "Original Estimate",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12705": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12705
          },
          "name": "Cust12705",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11716": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:url",
            "customId": 11716
          },
          "name": "Confluence link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10100",
      "id": "10100",
      "description": "Документация, описание бизнес-процессов, схем, инструкции",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10315&avatarType=issuetype",
      "name": "Documentation",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10100",
            "id": "10100",
            "description": "Документация, описание бизнес-процессов, схем, инструкции",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10315&avatarType=issuetype",
            "name": "Documentation",
            "subtask": false,
            "avatarId": 10315
          }]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/10112",
            "id": "10112",
            "key": "N4",
            "name": "NASA91. Main",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=10112&avatarId=13207",
              "24x24": "@host/secure/projectavatar?size=small&pid=10112&avatarId=13207",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=10112&avatarId=13207",
              "32x32": "@host/secure/projectavatar?size=medium&pid=10112&avatarId=13207"
            }
          }]
        },
        "customfield_12001": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12001
          },
          "name": "Cust12001",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12400": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 12400
          },
          "name": "Cust12400",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11400",
            "value": "Item1",
            "id": "11400"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11401",
            "value": "Item2",
            "id": "11401"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11402",
            "value": "Item3",
            "id": "11402"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11403",
            "value": "Item4",
            "id": "11403"
          }]
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_10101": {
          "required": false,
          "schema": {
            "type": "user",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:userpicker",
            "customId": 10101
          },
          "name": "Cust10101",
          "autoCompleteUrl": "@host/rest/api/1.0/users/picker?fieldName=customfield_10101&query=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_10005": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-sprint",
            "customId": 10005
          },
          "name": "Sprint",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12700": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 12700
          },
          "name": "Cust12700",
          "hasDefaultValue": true,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11900",
            "value": "Да",
            "id": "11900"
          }]
        },
        "customfield_11801": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 11801
          },
          "name": "Checklists",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11009": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.atlassian.jira.toolkit:originalestimate",
            "customId": 11009
          },
          "name": "Original Estimate",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12705": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12705
          },
          "name": "Cust12705",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11716": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:url",
            "customId": 11716
          },
          "name": "Confluence link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10201",
      "id": "10201",
      "description": "Settings",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10900&avatarType=issuetype",
      "name": "Settings",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10201",
            "id": "10201",
            "description": "Settings",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10900&avatarType=issuetype",
            "name": "Settings",
            "subtask": false,
            "avatarId": 10900
          }]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/10112",
            "id": "10112",
            "key": "N4",
            "name": "NASA91. Main",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=10112&avatarId=13207",
              "24x24": "@host/secure/projectavatar?size=small&pid=10112&avatarId=13207",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=10112&avatarId=13207",
              "32x32": "@host/secure/projectavatar?size=medium&pid=10112&avatarId=13207"
            }
          }]
        },
        "customfield_12001": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12001
          },
          "name": "Cust12001",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12400": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 12400
          },
          "name": "Cust12400",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11400",
            "value": "Item1",
            "id": "11400"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11401",
            "value": "Item2",
            "id": "11401"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11402",
            "value": "Item3",
            "id": "11402"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11403",
            "value": "Item4",
            "id": "11403"
          }]
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_10101": {
          "required": false,
          "schema": {
            "type": "user",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:userpicker",
            "customId": 10101
          },
          "name": "Cust10101",
          "autoCompleteUrl": "@host/rest/api/1.0/users/picker?fieldName=customfield_10101&query=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_10005": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-sprint",
            "customId": 10005
          },
          "name": "Sprint",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12700": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 12700
          },
          "name": "Cust12700",
          "hasDefaultValue": true,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11900",
            "value": "Да",
            "id": "11900"
          }]
        },
        "customfield_11801": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 11801
          },
          "name": "Checklists",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11009": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.atlassian.jira.toolkit:originalestimate",
            "customId": 11009
          },
          "name": "Original Estimate",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12705": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12705
          },
          "name": "Cust12705",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11716": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:url",
            "customId": 11716
          },
          "name": "Confluence link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10602",
      "id": "10602",
      "description": "",
      "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10501&avatarType=issuetype",
      "name": "Проектирование",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10602",
            "id": "10602",
            "description": "",
            "iconUrl": "@host/secure/viewavatar?size=xsmall&avatarId=10501&avatarType=issuetype",
            "name": "Проектирование",
            "subtask": false,
            "avatarId": 10501
          }]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/10112",
            "id": "10112",
            "key": "N4",
            "name": "NASA91. Main",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=10112&avatarId=13207",
              "24x24": "@host/secure/projectavatar?size=small&pid=10112&avatarId=13207",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=10112&avatarId=13207",
              "32x32": "@host/secure/projectavatar?size=medium&pid=10112&avatarId=13207"
            }
          }]
        },
        "customfield_12001": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12001
          },
          "name": "Cust12001",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12400": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 12400
          },
          "name": "Cust12400",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11400",
            "value": "Item1",
            "id": "11400"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11401",
            "value": "Item2",
            "id": "11401"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11402",
            "value": "Item3",
            "id": "11402"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11403",
            "value": "Item4",
            "id": "11403"
          }]
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "customfield_10101": {
          "required": false,
          "schema": {
            "type": "user",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:userpicker",
            "customId": 10101
          },
          "name": "Cust10101",
          "autoCompleteUrl": "@host/rest/api/1.0/users/picker?fieldName=customfield_10101&query=",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_10005": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-sprint",
            "customId": 10005
          },
          "name": "Sprint",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12700": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 12700
          },
          "name": "Cust12700",
          "hasDefaultValue": true,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11900",
            "value": "Да",
            "id": "11900"
          }]
        },
        "customfield_11801": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textarea",
            "customId": 11801
          },
          "name": "Checklists",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11009": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.atlassian.jira.toolkit:originalestimate",
            "customId": 11009
          },
          "name": "Original Estimate",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12705": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12705
          },
          "name": "Cust12705",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11716": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:url",
            "customId": 11716
          },
          "name": "Confluence link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        }
      }
    }, {
      "self": "@host/rest/api/2/issuetype/10603",
      "id": "10603",
      "description": "This Issue Type is used to create Z3 Test within Jira.",
      "iconUrl": "@host/download/resources/com.thed.zephyr.je/images/icons/ico_zephyr_issuetype.png",
      "name": "Test",
      "subtask": false,
      "expand": "fields",
      "fields": {
        "summary": {
          "required": true,
          "schema": {
            "type": "string",
            "system": "summary"
          },
          "name": "Summary",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuetype": {
          "required": true,
          "schema": {
            "type": "issuetype",
            "system": "issuetype"
          },
          "name": "Issue Type",
          "hasDefaultValue": false,
          "operations": [],
          "allowedValues": [{
            "self": "@host/rest/api/2/issuetype/10603",
            "id": "10603",
            "description": "This Issue Type is used to create Z3 Test within Jira.",
            "iconUrl": "@host/download/resources/com.thed.zephyr.je/images/icons/ico_zephyr_issuetype.png",
            "name": "Test",
            "subtask": false
          }]
        },
        "description": {
          "required": false,
          "schema": {
            "type": "string",
            "system": "description"
          },
          "name": "Description",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "project": {
          "required": true,
          "schema": {
            "type": "project",
            "system": "project"
          },
          "name": "Project",
          "hasDefaultValue": false,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/project/10112",
            "id": "10112",
            "key": "N4",
            "name": "NASA91. Main",
            "avatarUrls": {
              "48x48": "@host/secure/projectavatar?pid=10112&avatarId=13207",
              "24x24": "@host/secure/projectavatar?size=small&pid=10112&avatarId=13207",
              "16x16": "@host/secure/projectavatar?size=xsmall&pid=10112&avatarId=13207",
              "32x32": "@host/secure/projectavatar?size=medium&pid=10112&avatarId=13207"
            }
          }]
        },
        "customfield_12001": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12001
          },
          "name": "Cust12001",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12400": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 12400
          },
          "name": "Cust12400",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11400",
            "value": "Item1",
            "id": "11400"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11401",
            "value": "Item2",
            "id": "11401"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11402",
            "value": "Item3",
            "id": "11402"
          }, {
            "self": "@host/rest/api/2/customFieldOption/11403",
            "value": "Item4",
            "id": "11403"
          }]
        },
        "customfield_10001": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
            "customId": 10001
          },
          "name": "Epic Link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "priority": {
          "required": false,
          "schema": {
            "type": "priority",
            "system": "priority"
          },
          "name": "Priority",
          "hasDefaultValue": true,
          "operations": ["set"],
          "allowedValues": [{
            "self": "@host/rest/api/2/priority/1",
            "iconUrl": "@host/images/icons/priorities/highest.svg",
            "name": "Highest",
            "id": "1"
          }, {
            "self": "@host/rest/api/2/priority/2",
            "iconUrl": "@host/images/icons/priorities/high.svg",
            "name": "High",
            "id": "2"
          }, {
            "self": "@host/rest/api/2/priority/3",
            "iconUrl": "@host/images/icons/priorities/medium.svg",
            "name": "Medium",
            "id": "3"
          }, {
            "self": "@host/rest/api/2/priority/4",
            "iconUrl": "@host/images/icons/priorities/low.svg",
            "name": "Low",
            "id": "4"
          }, {
            "self": "@host/rest/api/2/priority/5",
            "iconUrl": "@host/images/icons/priorities/lowest.svg",
            "name": "Lowest",
            "id": "5"
          }]
        },
        "labels": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "system": "labels"
          },
          "name": "Labels",
          "autoCompleteUrl": "@host/rest/api/1.0/labels/suggest?query=",
          "hasDefaultValue": false,
          "operations": ["add", "set", "remove"]
        },
        "customfield_10005": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "string",
            "custom": "com.pyxis.greenhopper.jira:gh-sprint",
            "customId": 10005
          },
          "name": "Sprint",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12700": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "option",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes",
            "customId": 12700
          },
          "name": "Cust12700",
          "hasDefaultValue": true,
          "operations": ["add", "set", "remove"],
          "allowedValues": [{
            "self": "@host/rest/api/2/customFieldOption/11900",
            "value": "Да",
            "id": "11900"
          }]
        },
        "customfield_11009": {
          "required": false,
          "schema": {
            "type": "any",
            "custom": "com.atlassian.jira.toolkit:originalestimate",
            "customId": 11009
          },
          "name": "Original Estimate",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12705": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 12705
          },
          "name": "Cust12705",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "attachment": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "attachment",
            "system": "attachment"
          },
          "name": "Attachment",
          "hasDefaultValue": false,
          "operations": []
        },
        "customfield_11703": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:textfield",
            "customId": 11703
          },
          "name": "Cust11703",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_12803": {
          "required": false,
          "schema": {
            "type": "number",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:float",
            "customId": 12803
          },
          "name": "Cust12803",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "customfield_11716": {
          "required": false,
          "schema": {
            "type": "string",
            "custom": "com.atlassian.jira.plugin.system.customfieldtypes:url",
            "customId": 11716
          },
          "name": "Confluence link",
          "hasDefaultValue": false,
          "operations": ["set"]
        },
        "issuelinks": {
          "required": false,
          "schema": {
            "type": "array",
            "items": "issuelinks",
            "system": "issuelinks"
          },
          "name": "Linked Issues",
          "autoCompleteUrl": "@host/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
          "hasDefaultValue": false,
          "operations": ["add"]
        },
        "assignee": {
          "required": false,
          "schema": {
            "type": "user",
            "system": "assignee"
          },
          "name": "Assignee",
          "autoCompleteUrl": "@host/rest/api/latest/user/assignable/search?issueKey=null&username=",
          "hasDefaultValue": false,
          "operations": ["set"]
        }
      }
    }]
  }]
}