atlcloudjira_field_configuration_scheme (Resource)
Example Usage
import {
to = atlcloudjira_field_configuration_scheme.SampleFieldConfigurationSchemeResource
id = 10001
}
# __generated__ by Terraform
# Please review these resources and move them into your main configuration files.
# __generated__ by Terraform from "10001"
resource "atlcloudjira_field_configuration_scheme" "SampleFieldConfigurationSchemeResource" {
name = "Sample Field Configuration Scheme for Project ABC"
description = "Sample Field Configuration Scheme description for Project ABC"
mappings = [
{
field_configuration_id = 10000
issue_type_id = 10008
},
{
field_configuration_id = 10002
issue_type_id = 10009
},
{
field_configuration_id = 10002
issue_type_id = "default"
},
]
}
Schema
Required
name
(String) The name of the field configuration scheme. The name must be unique.
Optional
description
(String) The description of the field configuration scheme.mappings
(Attributes Set) Field configuration to issue type mappings. (see below for nested schema)
Read-Only
id
(Number) The ID of the field configuration scheme.last_updated
(String) Timestamp of the last Terraform update of the field configuration scheme.
Nested Schema for mappings
mappings
Required:
field_configuration_id
(String) The ID of the field configuration.issue_type_id
(String) The ID of the issue type or default. When set to default this field configuration issue type item applies to all issue types without a field configuration. An issue type can be included only once in a request.