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
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
Team Roles & Permissions
For the Team Roles permission control, it would be helpful to hide the CRM list from certain roles. We have team members who only need access to specific client details. This part already exists - great. However, they have access to the CRM tab listing out all of our clientβs namesβ¦not great.

MINE 16 days ago
π‘ Feature Request
Team Roles & Permissions
For the Team Roles permission control, it would be helpful to hide the CRM list from certain roles. We have team members who only need access to specific client details. This part already exists - great. However, they have access to the CRM tab listing out all of our clientβs namesβ¦not great.

MINE 16 days ago
π‘ Feature Request
Chat bubble appearing on whitelabeled invoice page
Customer reports that a chat bubble is unexpectedly displaying on their whitelabeled invoice page. This is causing confusion for their clients. The issue has been acknowledged by an admin and flagged for resolution.

Tony Choi about 2 months ago
π Bugs
Chat bubble appearing on whitelabeled invoice page
Customer reports that a chat bubble is unexpectedly displaying on their whitelabeled invoice page. This is causing confusion for their clients. The issue has been acknowledged by an admin and flagged for resolution.

Tony Choi about 2 months ago
π Bugs
Support
Iβve been trying to contact support but I am not getting any response. Itβs been more than a day.

Admin - CustomEditing.com about 2 months ago
π Bugs
Support
Iβve been trying to contact support but I am not getting any response. Itβs been more than a day.

Admin - CustomEditing.com about 2 months ago
π Bugs
Mobile App: Account tagging and rich text formatting (line breaks) not working
Customer reports that when sending messages via the mobile application, account tagging functionality is not working. Additionally, rich text formatting, specifically line breaks, is not being retained in messages sent from the mobile app.

Nexus about 2 months ago
π Bugs
Mobile App: Account tagging and rich text formatting (line breaks) not working
Customer reports that when sending messages via the mobile application, account tagging functionality is not working. Additionally, rich text formatting, specifically line breaks, is not being retained in messages sent from the mobile app.

Nexus about 2 months ago
π Bugs
Inquiry: Bi-weekly Recurring Task Functionality
The customer is inquiring about the possibility of setting up tasks that recur every two weeks within the system.

Steve about 2 months ago
π‘ Feature Request
Inquiry: Bi-weekly Recurring Task Functionality
The customer is inquiring about the possibility of setting up tasks that recur every two weeks within the system.

Steve about 2 months ago
π‘ Feature Request
Credits not merging due to pricing tier limitations
Customer reports that credits are not merging into a single item. This occurs because the credits originate from different services, a setup necessitated by varying pricing tiers and associated credit amounts. The current system does not support different credit amounts for different pricing tiers within the same service. The customer suggests implementing a feature to link credit types to services/add-ons or to allow individual credits per pricing strategy. Admin acknowledges the suggestion's merit and will investigate feasibility.

Jules Dupont about 2 months ago
π‘ Feature Request
Credits not merging due to pricing tier limitations
Customer reports that credits are not merging into a single item. This occurs because the credits originate from different services, a setup necessitated by varying pricing tiers and associated credit amounts. The current system does not support different credit amounts for different pricing tiers within the same service. The customer suggests implementing a feature to link credit types to services/add-ons or to allow individual credits per pricing strategy. Admin acknowledges the suggestion's merit and will investigate feasibility.

Jules Dupont about 2 months ago
π‘ Feature Request
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
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
Completed
Hitting tab on custom form has weird behavior
hitting tab to go from one field to another on custom form brings up the editing options to edit field, and moves the form out of the overlay area⦠https://www.loom.com/share/75aebd472e614b0eaea33a2a69ac77fb

Richi 4 months ago
π Bugs
Completed
Hitting tab on custom form has weird behavior
hitting tab to go from one field to another on custom form brings up the editing options to edit field, and moves the form out of the overlay area⦠https://www.loom.com/share/75aebd472e614b0eaea33a2a69ac77fb

Richi 4 months ago
π Bugs
Live websites
There has been a bug for an extended period that prevents live websites from being seen correctly. I hope this can be resolved soon ππ»ππΌ

August Vinggaard 4 months ago
π Bugs
Live websites
There has been a bug for an extended period that prevents live websites from being seen correctly. I hope this can be resolved soon ππ»ππΌ

August Vinggaard 4 months ago
π Bugs
View who sees a comment
Capability to see if a client has viewed a comment left by a workspace member. Should also include Email viewing as well as this counts as a view.

Megan 4 months ago
π‘ Feature Request
View who sees a comment
Capability to see if a client has viewed a comment left by a workspace member. Should also include Email viewing as well as this counts as a view.

Megan 4 months ago
π‘ Feature Request
Completed
Lock Request Limits for in progress tasks so the client can't change it depending on their service subscription.
I have 3 subscription tiers, each allowing a limit of βactive tasksβ. I want to let the client add as many tasks as needed to the queue which is fine, but limit the amount of tasks allowed in the βin progressβ section depending on what plan they are subscribed to (1, 5, unlimited in my case). I could create a board template for each scenario, but I want to lock the ability to change request limits on the client side.

Greydon Ginter 5 months ago
π‘ Feature Request
Completed
Lock Request Limits for in progress tasks so the client can't change it depending on their service subscription.
I have 3 subscription tiers, each allowing a limit of βactive tasksβ. I want to let the client add as many tasks as needed to the queue which is fine, but limit the amount of tasks allowed in the βin progressβ section depending on what plan they are subscribed to (1, 5, unlimited in my case). I could create a board template for each scenario, but I want to lock the ability to change request limits on the client side.

Greydon Ginter 5 months ago
π‘ Feature Request
Task forms do not work if you assign to a plan
I was just having a play around and found that the task forms features does not work if you assign to a plan, I if assign to universal then only this one form shows for all new tasks for all plans, which also seems like bug.

Serge Nikolai 5 months ago
π Bugs
Task forms do not work if you assign to a plan
I was just having a play around and found that the task forms features does not work if you assign to a plan, I if assign to universal then only this one form shows for all new tasks for all plans, which also seems like bug.

Serge Nikolai 5 months ago
π Bugs