SIT-13466: Release Time Limit Hold

How to Use This Feature

Feature Summary: Remove Tickets from Sale while Not on Hold

Behavior:

  • When a ticket group (TG) is selected for removal, the backend verifies if it's on hold.
  • If the TG is on hold:
  • + A toast message is displayed with the remaining minutes until expiration.

    + The time informed matches with the expiration time returned by the CatchAll Webhook, rounded up to the nearest minute.

  • If the TG is not on hold:
  • + The ticket group is soft-deleted from the database.

    + The ticket group is removed from the list of available tickets.

    Notes:

  • The feature uses the CatchAll Webhook to retrieve hold status information and calculate remaining time until expiration.
  • A new endpoint was added to check if a ticket group is currently on hold and return the remaining time until expiration.
  • Additional Information

    Status: Pending UAT Deployment
    Assigned to: Matthew Heinke
    🏠 Home View in Jira