Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

how can I filter out data by using custom attributes

 Hii,

I want to fetch list of workitem's from repository or some project area, and my workitem contain some default attributes and some custom attributes, I can easily filter workitems with default attributes like id but when I am going with custom attribute then it is showing me error 

CRRED0108E: Illegal fields argument.  typeOfPack is not a valid field name.
    
This is my URL to find workitem
    
https://localhost:9443/jazz/rpt/repository/workitem?fields=workitem/workItem[typeOfPack=%22ALC%22]
    
typeOfPack is a enumeration crated customely.
with the help of following url it gives me correct data
    
https://localhost:9443/jazz/rpt/repository/workitem?fields=workitem/workItem[id=9%20or%20id=12]
    
So if I want to filter data using custom attribute then how can I do it.
    

Thanks..
    

0 votes



One answer

Permanent link

Note that some of the fields are not supported in native filtering by RTC reportable API. As you can see in the error, typeOfPack field cannot be used for filtering.

0 votes

Comments

Thanks for the quick response, so is there any other way to do


Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,937
× 7,495
× 1,325
× 158

Question asked: Apr 27 '21, 5:21 a.m.

Question was seen: 1,666 times

Last updated: Apr 27 '21, 5:39 a.m.

Confirmation Cancel Confirm