teodesian / TestRail-Perl

Perl interface to TestRail's REST API
5 stars 8 forks source link

Allow filtering in getPlans #131

Closed troglodyne closed 7 years ago

troglodyne commented 7 years ago

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!)