Discussion

Ask a Question
Back to All

Filtering by tags in the script.google.com

Here https://dev.targetprocess.com/docs/google-apps-script at the very and of the page is provided example for filtering by date var filter = '('CustomFields.Next Date' gte '2017-01-09') and ('CustomFields.Next Date' lte '2017-01-16')';, but I need filter by tags. Here https://dev.targetprocess.com/docs/sorting-and-filters is also present example of API for filtering by tags - /api/v1/userstories?where=(Tags contains 'abc') How I apply it for filtering by tags via google apps script?