Atlassian · Schema

IssueSecuritySchemeToProjectMapping

Details about an project using security scheme mapping.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
issueSecuritySchemeId string
projectId string
View JSON Schema on GitHub

JSON Schema

atlassian-issuesecurityschemetoprojectmapping-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IssueSecuritySchemeToProjectMapping",
  "title": "IssueSecuritySchemeToProjectMapping",
  "additionalProperties": true,
  "description": "Details about an project using security scheme mapping.",
  "properties": {
    "issueSecuritySchemeId": {
      "readOnly": true,
      "type": "string"
    },
    "projectId": {
      "readOnly": true,
      "type": "string"
    }
  },
  "type": "object"
}