Atlassian · Schema

IssueTypeScreenSchemeProjectAssociation

Associated issue type screen scheme and project.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
issueTypeScreenSchemeId string The ID of the issue type screen scheme.
projectId string The ID of the project.
View JSON Schema on GitHub

JSON Schema

atlassian-issuetypescreenschemeprojectassociation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IssueTypeScreenSchemeProjectAssociation",
  "title": "IssueTypeScreenSchemeProjectAssociation",
  "additionalProperties": false,
  "description": "Associated issue type screen scheme and project.",
  "properties": {
    "issueTypeScreenSchemeId": {
      "description": "The ID of the issue type screen scheme.",
      "type": "string",
      "writeOnly": true
    },
    "projectId": {
      "description": "The ID of the project.",
      "type": "string",
      "writeOnly": true
    }
  },
  "type": "object"
}