CCM reportable rest API wildcard query supporting?
I need to get workitems with id starting with "123", so i tried the bellowing URL, but it didn't work.
So here is the question, wrong wildcard character in my query, or the CCM reportable rest API just don't support wildcard query?
https://localhost:port/ccm/rpt/repository/workitem?fields=workitem/workItem[id="123*"]/id
So here is the question, wrong wildcard character in my query, or the CCM reportable rest API just don't support wildcard query?
https://localhost:port/ccm/rpt/repository/workitem?fields=workitem/workItem[id="123*"]/id
One answer
According to the whitepaper mentioned in this wiki page, https://jazz.net/wiki/bin/view/Main/ReportsRESTAPI#Field_selection_and_filtering it is supported. See Section 4.3 of the whitepaper document.