Added by Bansri Gor over 5 years ago
please give me the information about the work package ticket apis. I try to filter with below apis.
/api/v3/projects/39/work_packages?filters=[{ "type_id": { "operator": "=", "values": [1] }, "status_id": {"_perator":"=","values":[1]}, }] _
how I add the priority_id and status_id on filter.