It would be real nice to be able to filter based on :is_completed or :milestone like the API documentation suggests:
:is_completed bool 1 to return completed test plans only. 0 to return active test plans only.
:milestone_id int (list) A comma-separated list of milestone IDs to filter by.
This could allow things like setting milestones for build versions you are tracking and filtering for whether a test plan is completed for the minor version release instead of getting all the plans for all releases (which can take a while!)
It would be real nice to be able to filter based on :is_completed or :milestone like the API documentation suggests: :is_completed bool 1 to return completed test plans only. 0 to return active test plans only. :milestone_id int (list) A comma-separated list of milestone IDs to filter by.
This could allow things like setting milestones for build versions you are tracking and filtering for whether a test plan is completed for the minor version release instead of getting all the plans for all releases (which can take a while!)