import { to = atlcloudjira_customfield.SampleCustomFieldResource id ="customfield_10210"}# __generated__ by Terraform# Please review these resources and move them into your main configuration files.# __generated__ by Terraform from "customfield_10046"resource "atlcloudjira_customfield" "SampleCustomFieldResource" { name ="Change reasoner" description ="Lorem ipsum." searcher_key ="com.atlassian.jira.plugin.system.customfieldtypes:grouppickersearcher" type ="com.atlassian.jira.plugin.system.customfieldtypes:grouppicker"}
Schema
Required
name (String) The name of the field.
type (String) The type of the custom field. These built-in custom field types are available in Atlassian documentation.
Optional
description (String) The description of the custom field, which is displayed in Jira.
searcher_key (String) The searcher that defines the way the field is searched in Jira. It can be set to null, otherwise you must specify the valid searcher for the field type, as listed in Atlassian documentation.
Read-Only
id (String) The ID of the field.
last_updated (String) Timestamp of the last Terraform update of the Custom Field.