Leantime / leantime

Leantime is a goals focused project management system for non-project managers. Building with ADHD, Autism, and dyslexia in mind.
https://leantime.io
GNU Affero General Public License v3.0
4.23k stars 561 forks source link

[FEATURE] Support for searching tickets by status type in API #2533

Open rqi14 opened 4 weeks ago

rqi14 commented 4 weeks ago

Is your feature request related to a problem? Please describe. When calling the API for Tickets.getAll, there is an argument to set search criteria. It supports only the status code but not the status type. For example, if I would like to search all tickets that have a status type of INPROGRESS, I cannot do that. Searching for status code is less useful because it could have various meanings across projects. I tried to loop through all projects and retrieving status labels then I hit rate limit.

Describe the solution you'd like Please allow searching for status types in $searchCriteria

Additional context Add any other context or screenshots about the feature request here.