atlcloudjira_issue_type_scheme (Resource)

Example Usage

import {
  to = atlcloudjira_issue_type_scheme.SampleIssueTypeScreenScheme
  id = 10396
}

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

# __generated__ by Terraform from "10396"

resource "atlcloudjira_issue_type_scheme" "SampleIssueTypeScreenScheme" {
  default_issue_type_id = "10004"
  description           = "Test description"
  issue_type_ids        = ["10002", "10004", "10001", "10009"]
  name                  = "Sample Issue Type Scheme"
  replace_with          = null
}

Schema

Required

  • issue_type_ids (List of String) Ordered list of issue types IDs of the issue type scheme. At least one standard issue type ID is required.

  • name (String) The name of the issue type scheme. The name must be unique. The maximum length is 255 characters.

Optional

  • default_issue_type_id (String) The ID of the default issue type of the issue type scheme. This ID must be included in issue_type_ids.

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

  • replace_with (String) Helper attribute. Replaces current issue type screen scheme with new one in associated projects, when performing destroy operation.

Read-Only

  • associated_projects (Set of Number) Helper attribute. Stores in state a list of associated projects.

  • id (String) The ID of the issue type screen scheme.

  • last_updated (String) Timestamp of the last Terraform update of the Issue Type Scheme resource.