How to filter workfront issue by parameterValues

241 Views Asked by At

Is it possible to filter by parameterValues using the workfront API? Something like this?

/attask/api/v10.0/issue/search?apiKey=YOURAPIKEY&$$LIMIT=10&parameterValues>DE:CUSTOMNUMBER=12345&fields=*,parameterValues

I cannot find any documentation on filtering by parameterValues.

1

There are 1 best solutions below

0
On BEST ANSWER

I asked a friend who gave me a hint. Here is how you filter by a parameter Value:

/attask/api/v10.0/issue/search?apiKey=YOURAPIKEY&$$LIMIT=10&DE:CUSTOMNUMBER=12345&fields=*,parameterValues