How filter the Issue List by Issue type in the TiS Cloud REST API?

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!

Hi @maria3,

I had a look at the documentation (available here) of Time in Status app but I couldn’t find the answer to your query. I also couldn’t find a way after some testing.

I have to admit that I’m not an expert of this app but I can see that in the support tab of the app there is an “Ask a question in the Atlassian Community” which will direct you to the Atlassian user community (this is the community for app developers) as well as some other options to get in touch with the app developers directly.

Hope this pointers will help getting the answer you are looking for.

Caterina