RTC Server API code to find the result of a query
![]() I have to develop a plugin on RTC which will run when a query on a project area and store the result in a customized attributes.
for example - query as -
Major Defect = Number of Defects wich respect those conditions for the currunt milestone : <o:p> </o:p> · Subtype : external AND <o:p> </o:p> · Severity : Major AND <o:p> </o:p> · Status IS NOT Info Requested or Reject AND <o:p> </o:p> Query Name : Open Defect – Result : 42 defects. Get the “42” and put it on a custom attribute . How to do it . |
3 answers
![]()
Ralph Schoon (62.7k●3●36●43)
| answered Sep 14 '17, 7:31 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER You could try to start with: https://rsjazz.wordpress.com/2012/10/29/using-work-item-queris-for-automation/
instead of IWorkItemClientuse IWorkItemCommon I haven'd tried thisin the server API, so that is all I have. |