Hi Experts,
I’m trying to filter an Issue List by a specific Issue Type using a CustomJQL in the REST API TiS Cloud, but not success. What I was able to do was get all the issues with their corresponding Issue Type and then filter by Issue Type. Is there a way to actually filter the list by Issue Type at the beginning in the REST API call??, which is the following in mi case:
url= ‘https://tis.obss.io/rest/list?filterType=customjql&customjql=project=XXX&fields=issuetype,status,resolution&columnsBy=statusduration&startDate=2021-01-01 00:00&endDate=2022-01-01 00:00 &dateRangeField=created&calendar=normalHours&viewFormat=hours&startIssueIndex=0&endIssueIndex=100’
Thank you in advance!