atlcloudjira_workflow (Resource)
Example Usage
Schema
Required
name
(String) The name of the workflow. It can only be changed in inactive workflows.
Optional
description
(String) he description of the workflowscope
(Attributes) The scope of the workflow. (see below for nested schema)start_point_layout
(Attributes) (see below for nested schema)statuses
(Attributes Set) The statuses to associate with the workflows. (see below for nested schema)transitions
(Attributes Map) The conditions group associated with the transition. (see below for nested schema)
Read-Only
id
(String) The ID of the workflow.last_updated
(String) Timestamp of the last Terraform update of the Workflow resource.version_id
(String) Timestamp of the last Terraform update of the Workflow.version_number
(String) Timestamp of the last Terraform update of the Workflow.
Nested Schema for scope
scope
Optional:
project
(Attributes) (see below for nested schema)type
(String) The scope of the workflow. GLOBAL for company-managed projects and PROJECT for team-managed projects.
Nested Schema for scope.project
scope.project
Optional:
id
(String) The ID of associated project if workflow is used in team-managed project.
Nested Schema for start_point_layout
start_point_layout
Optional:
x
(Number) The ID Workflow.y
(Number) The ID Workflow.
Nested Schema for statuses
statuses
Optional:
deprecated
(Boolean) Is set to false when status is in use. Set to true if status is going to be replaced.layout
(Attributes) Float number position (X,Y) of the status on workflow. (see below for nested schema)properties
(Map of String) Workflow status properties in form of key-value pair.status_reference
(String) The reference status ID.
Nested Schema for statuses.layout
statuses.layout
Optional:
x
(Number) Float number representing horizontal position of status on workflow diagram.y
(Number) Float number representing vertical position of status on workflow diagram.
Nested Schema for transitions
transitions
Optional:
actions
(Attributes List) The post-functions of the transition. (see below for nested schema)conditions
(Attributes) (see below for nested schema)custom_issue_event_id
(String) The custom event ID of the transition.description
(String) Transition description.from
(Attributes Set) The statuses the transition can start from. (see below for nested schema)name
(String) Transition nameproperties
(Map of String) The properties of the transition. Key-value pairs.to
(Attributes) The status reference and port that a transition is connected to. (see below for nested schema)transition_screen
(Attributes) Transition screen associated with transition. (see below for nested schema)triggers
(Attributes List) The triggers of the transition. (see below for nested schema)type
(String) Transition type. Valid values: INITIAL, GLOBAL, DIRECTEDvalidators
(Attributes List) The validators of the transition. (see below for nested schema)
Nested Schema for transitions.actions
transitions.actions
Optional:
parameters
(Map of String) The parameters related to the rule. Key-value pairs.rule_key
(String) Rule identifier/module.
Nested Schema for transitions.conditions
transitions.conditions
Optional:
condition_groups
(Attributes List) The nested conditions of the condition group. (see below for nested schema)conditions
(Attributes List) The rules for this condition. (see below for nested schema)operation
(String) Determines how the conditions in the group are evaluated. Accepts either ANY or ALL. If ANY is used, at least one condition in the group must be true for the group to evaluate to true. If ALL is used, all conditions in the group must be true for the group to evaluate to true.
Nested Schema for transitions.conditions.condition_groups
transitions.conditions.condition_groups
Optional:
condition_groups
(Attributes List) The nested conditions of the condition group. (see below for nested schema)conditions
(Attributes List) The nested rules for this condition. (see below for nested schema)operation
(String) Valid values: ANY, ALLparameters
(Map of String) Condition parameters key/value pairs.rule_key
(String) Condition rule key/module name.
Nested Schema for transitions.conditions.condition_groups.rule_key
transitions.conditions.condition_groups.rule_key
Optional:
parameters
(Map of String) Condition parameters key/value pairs.rule_key
(String) Condition rule key/module name.
Nested Schema for transitions.conditions.condition_groups.rule_key
transitions.conditions.condition_groups.rule_key
Optional:
parameters
(Map of String) Condition parameters key/value pairs.rule_key
(String) Condition rule key/module name.
Nested Schema for transitions.conditions.conditions
transitions.conditions.conditions
Optional:
condition_groups
(Attributes List) The nested conditions of the condition group. (see below for nested schema)conditions
(Attributes List) The nested rules for this condition. (see below for nested schema)operation
(String) Valid values: ANY, ALLparameters
(Map of String) Condition parameters key/value pairs.rule_key
(String) Condition rule key/module name.
Nested Schema for transitions.conditions.conditions.rule_key
transitions.conditions.conditions.rule_key
Optional:
parameters
(Map of String) Condition parameters key/value pairs.rule_key
(String) Condition rule key/module name.
Nested Schema for transitions.conditions.conditions.rule_key
transitions.conditions.conditions.rule_key
Optional:
parameters
(Map of String) Condition parameters key/value pairs.rule_key
(String) Condition rule key/module name.
Nested Schema for transitions.from
transitions.from
Optional:
port
(Number) The port on diagram (valid values 1-8) this transition uses to connect to this status.status_reference
(String) The ID reference of transition starting status.
Nested Schema for transitions.to
transitions.to
Optional:
port
(Number) The port on diagram (valid values 1-8) this transition uses to connect to this status.status_reference
(String) The ID reference of transition ending status.
Nested Schema for transitions.transition_screen
transitions.transition_screen
Optional:
parameters
(Map of String) Transition screen parametersrule_key
(String) Transition screen rule key.
Nested Schema for transitions.triggers
transitions.triggers
Optional:
parameters
(Map of String) The parameters related to the rule. Key-value pairs.rule_key
(String) Rule identifier/module.
Nested Schema for transitions.validators
transitions.validators
Optional:
parameters
(Map of String) The parameters related to the rule. Key-value pairs.rule_key
(String) Rule identifier/module.