Can I add Programatically created query in RTC Work Item Query ?
![]()
Hi All,
I write code for create query using client API and I want to add that Programatically created query in RTC's Work Items Option. can I add Programatically created query in RTC Work Item Query?
|
One answer
![]()
Ralph Schoon (61.8k●3●36●43)
| answered Jan 13 '16, 5:14 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Have you looked at com.ibm.team.workitem.common.IQueryCommon.save(IQueryDescriptor, IProgressMonitor) ?
Comments I refer a Link https://jazz.net/wiki/bin/view/Main/QueryDevGuide. In that example 2 :Find Potential Duplicates from the Command Line. which is standalone application. I suppose I want add that same query example in RTC client rather than execute on command Line. Is this Possible to add that Program query in RTC client. same Like the Predefined query in RTC ? That is not even a query, that is an Expression. From that expression, you could probably create a query and save it like this:
|