Atlassian operations operator `delete_default_actions` is not deleting default actions of integration

XMLWordPrintable

    • 2
    • Severity 3 - Minor
    • Hide

      The possible reasoning of the problem is when we fetch actions for the newly created integrations there might be a possibility of the actions has not been created yet thus API is returning empty list back to us and since the list is empty we are discarding it at the terraform logic. I have added a retry logic if we receive empty list terraform retry multiple times to fetch actions before discarding it directly also added more logs to understand the reason fully.

      We have released the new version v2.0.3 which includes a possible fix for the problem and also added more debug logs. 

      Show
      The possible reasoning of the problem is when we fetch actions for the newly created integrations there might be a possibility of the actions has not been created yet thus API is returning empty list back to us and since the list is empty we are discarding it at the terraform logic. I have added a retry logic if we receive empty list terraform retry multiple times to fetch actions before discarding it directly also added more logs to understand the reason fully. We have released the new version v2.0.3 which includes a possible fix for the problem and also added more debug logs. 

      Issue Summary

      • Atlassian operations operator `delete_default_actions` is not deleting the default actions of integration

      Steps to Reproduce

      1. Use "delete_default_actions" in your Terraform code

      Expected Results

      • It should delete the default rule in the integration.

      Actual Results

      • Inconsistent behaviour: sometimes the default rules are deleted, and other times they are not.

      Workaround

      Perform manual deletion from the UI until we fix this issue. 

              Assignee:
              Unassigned
              Reporter:
              Tanmay Tandon
              Votes:
              5 Vote for this issue
              Watchers:
              8 Start watching this issue

                Created:
                Updated:
                Resolved: