import {
to = atlcloudjira_issue_type.custom_issue_type1
id = 10009
}
# __generated__ by Terraform
# Please review these resources and move them into your main configuration files.
# __generated__ by Terraform from "10009"
resource "atlcloudjira_issue_type" "SampleIssueTypeStandard" {
name = "Sample issuetype"
description = "Sample issuetype description."
hierarchy_level = 0
avatar_id = 10315
replace_with = 10000
}
# __generated__ by Terraform
# Please review these resources and move them into your main configuration files.
# __generated__ by Terraform from "10009"
resource "atlcloudjira_issue_type" "SampleIssueTypeSubtask" {
name = "Sample subtask"
description = "Sample subtask description."
avatar_id = 10303
hierarchy_level = -1
}
Schema
Required
hierarchy_level (Number) Hierarchy level of the issue type. It cannot be changed after resource creation.
name (String) The name of the issue type.
Optional
avatar_id (Number) The ID of the issue type's avatar.
description (String) The description of the issue type.
replace_with (Number) Helper attribute. In case of removal, issue type is replaced with new issue type ID.
Read-Only
id (Number) The ID of the issue type.
last_updated (String) Timestamp of the last Terraform update of the Issue Type.