You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
## v1.1.8
2
+
3
+
#### Product:
4
+
5
+
- Add `delete_default_actions` attribute in the API Integration resource. Fix Order attribute problem on Notification Policy and Alert Policy resources. Handle external deletion of resources by setting their state to Deleted on Read operations. This ensures that the provider can handle resources that have been deleted outside of Terraform, preventing state inconsistencies.
Copy file name to clipboardExpand all lines: docs/data-sources/team.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ Team data source
26
26
27
27
### Read-Only
28
28
29
+
-`delete_default_resources` (Boolean) Set to true to remove default escalation and schedule for newly created team. Be careful its also changes that team routing rule to None. That means you have to define routing rule as well. Defaults to false.
29
30
-`description` (String) A detailed description of the team's purpose, responsibilities, and scope of operations.
30
31
-`display_name` (String) The human-readable name of the team as it appears in the Atlassian interface.
31
32
-`member` (Attributes Set) The set of users who are members of this team. Each member has their own role and permissions. (see [below for nested schema](#nestedatt--member))
Copy file name to clipboardExpand all lines: docs/resources/api_integration.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ description: |-
22
22
23
23
### Optional
24
24
25
+
-`delete_default_actions` (Boolean) Set to true to remove default actions for this API integration. This is useful for custom integrations where default actions are not applicable. Defaults to false.
25
26
-`enabled` (Boolean) Whether the API integration is enabled. When disabled, the integration will not process any requests. Defaults to false.
26
27
-`team_id` (String) The ID of the team that owns this API integration. Cannot be changed after creation.
27
28
-`type_specific_properties` (String) JSON object containing integration-specific configuration properties. The schema depends on the integration type.
returnfmt.Errorf("unable to list default actions, got error: %s couldn't delete default actions automatically. Please delete it through UI", err)
135
+
}
136
+
ifhttpResp.IsError() {
137
+
returnfmt.Errorf("unable to list default actions, couldn't delete default actions automatically, got http response: %d. Please delete it through UI", httpResp.GetStatusCode())
0 commit comments