atlcloudjira_screen (Resource)
Example Usage
import {
to = atlcloudjira_screen.SampleScreenResource
id = 10175
}
# __generated__ by Terraform
# Please review these resources and move them into your main configuration files.
# __generated__ by Terraform from "10175"
resource "atlcloudjira_screen" "SampleScreenResource" {
name = "Sample Screen"
description = "Sample description"
tabs = [
{
name = "General"
fields = ["issuetypeaaa", "summary", "attachment", "security", "customfield_10044", "customfield_10009", "customfield_10039"]
},
{
name = "Additional Info 2"
fields = ["timetracking", "reporter"]
},
{
name = "Additional Info 3"
fields = ["duedate"]
},
]
}
Schema
Required
name
(String) TThe name of the screen.tabs
(Attributes List) Ordered list of tabs visible under screen resource. (see below for nested schema)
Optional
description
(String) The description of the screen.
Read-Only
id
(Number) The ID of Screen.last_updated
(String) Timestamp of the last Terraform update of the Screen Resource.
Nested Schema for tabs
tabs
Required:
name
(String) Tab name.
Optional:
fields
(List of String) Ordered list of fields assigned to tab.