atlcloudjira_screen_scheme (Resource)

Example Usage

import {
  to = atlcloudjira_screen_scheme.SampleScreenSchemeResource
  id = 10081
}

# __generated__ by Terraform
# Please review these resources and move them into your main configuration files.

# __generated__ by Terraform from "10081"
resource "atlcloudjira_screen_scheme" "SampleScreenSchemeResource" {
  description = "Sample description"
  name        = "Sample Screen Scheme AA"
  screens = {
    create  = 10127
    default = 10125
    edit    = null
    view    = 10134
  }
}

Schema

Required

  • name (String) The name of the screen scheme.

  • screens (Attributes) The IDs of the screens for the screen types of the screen scheme. Only screens used in classic projects are accepted. (see below for nested schema)

Optional

  • description (String) The description of the screen scheme.

Read-Only

  • id (Number) The ID of the screen scheme.

  • last_updated (String) Timestamp of the last Terraform update of the project component.

Nested Schema for screens

Required:

  • default (Number) Default screen ID associated used at issue browsing.

Optional:

  • create (Number) Screen ID associated with Create issue action

  • edit (Number) Screen ID associated with Edit issue action

  • view (Number) Screen ID associated with View issue action