Skip to content

[BUG] atlassian-operations_notification_policy delay_time minutes does not work #83

@sergio-software

Description

@sergio-software

Setting minutes in the delay_time object does not work properly. Regardless of the specified value, the policy is always created with a 1-minute delay_time, even though the Terraform state shows the correct number of minutes.

delay_action = {
  delay_option = "forMinutes"
  delay_time = {
    hours   = 0
    minutes = 10
  }
}

I attempted to manually modify the value to the desired number of minutes in Compass and then re-apply Terraform. The Terraform plan correctly reflected the updated minutes value. However, upon checking the integration again, it had reverted back to 1 minute.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions