RTC Java API - Retrieve previously saved Query Expression
![]()
Hi,
I'm using the Java API for setting up an Expression and running it... I want to save the query via the IQueryDescriptor Save interface and later on retrieve the stored query / expression and modify it... is this possible? In general: Is there a way a can load existing queries and modify (aka. add additional filter criteria and save) them programmatically? Any help appreciated. Guenther |
One answer
![]()
Ralph Schoon (62.0k●3●36●43)
| answered Mar 30 '15, 3:10 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Find/run, yes. I have summarized what I found out back then here: https://rsjazz.wordpress.com/2012/10/29/using-work-item-queris-for-automation/
I am pretty sure you can also modify it using the API, because that is what the Eclipse Client allows to do. |