We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The API response for the project is returning incorrect values for task counts. The issue affects the following fields:
total_task_count
ongoing_task_count
completed_task_count
API Endpoint : api/projects/{project_id}
api/projects/{project_id}
The text was updated successfully, but these errors were encountered:
Pradip-p
No branches or pull requests
Description
The API response for the project is returning incorrect values for task counts. The issue affects the following fields:
total_task_count
– Incorrect total number of tasks.ongoing_task_count
– Displays an incorrect number of ongoing tasks.completed_task_count
– The count of completed tasks is inaccurate.API Endpoint :
api/projects/{project_id}
Expected Behavior:
total_task_count
should reflect the total number of tasks correctly.ongoing_task_count
should only include tasks that are still being processed.completed_task_count
should match the actual number of completed tasks.Actual Behavior:
The text was updated successfully, but these errors were encountered: