Have something to say?

Tell us how we could make the product more useful to you.

Client subscription days not updating correctly

The customer reports that a client's subscription days are not decreasing as expected in Queue. The client, identified as 'deeleeo', initially had 26 days and was paused. The customer unpaused the client, fulfilled a request, and then paused again. Despite these actions, the client's day count remained at 26. The customer further clarified that after unpausing, the day count briefly decreased by 1, but then reverted to 26 upon re-pausing on the same day. The client was then left unpaused overnight, but the day count remained at 26. The customer expects the client 'deeleeo' to have 25 days, but it is currently stuck at 26. The issue appears to be related to the system not accurately deducting days after unpausing and activity, potentially due to rounding.

Adrian Taropa 1 day ago

🐞 Bugs

Completed

Tasks API - deadline not updated

Raised this issue in the chat interface on 27th March, but, I haven’t heard back. Raising this here as an API defect. Hi, could you help me with the correct date format to be sent for updating a task deadline? I have tried several approaches, but, the Due Date doesn't get updated. Below are the API requests being attempted. 1. Query param β€” ISO 8601 with time (unencoded colons) curl -v -X PATCH -H "Authorization: Bearer " "https://app.usequeue.com/api/v1/tasks/yi7UB57nuFSL2bcc1xyJQTzi?deadline=2026-04-11T17:00:00Z" 2. Query param β€” ISO 8601 with URL-encoded colons curl -v -X PATCH -H "Authorization: Bearer " "https://app.usequeue.com/api/v1/tasks/yi7UB57nuFSL2bcc1xyJQTzi?deadline=2026-04-11T17%3A00%3A00Z" 3. Query param β€” date only curl -v -X PATCH -H "Authorization: Bearer " "https://app.usequeue.com/api/v1/tasks/yi7UB57nuFSL2bcc1xyJQTzi?deadline=2026-04-11" 4. Query param β€” MM/DD/YYYY format curl -v -X PATCH -H "Authorization: Bearer " "https://app.usequeue.com/api/v1/tasks/yi7UB57nuFSL2bcc1xyJQTzi?deadline=04%2F11%2F2026"

Samith 3 months ago

🐞 Bugs