Programmatically Query in RTC for Multiple ID Attributes
![]() Hello Team,
|
2 answers
![]()
Ralph Schoon (62.0k●3●36●43)
| answered Oct 16 '17, 7:53 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER I don't see this as a capability in the Query UI, so I don't see how it should be done with an expression. If you refer to full text search, you would have to use it in the expression.
Otherwise split the input and use findWorkItemById() as explained in https://rsjazz.wordpress.com/2013/03/20/understanding-and-using-the-rtc-java-client-api/
Comments Actually why i require this,
![]() FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
I am getting tired from users that are not professional enough to even provide something remotely to their question (see:; How should I ask a question in the Forum if I want to receive useful answers? ) and then come up with the real question piece by piece. I am out f here. Good luck with your question. Usecase:
|
![]()
Geoffrey Clemm (30.1k●3●30●35)
| answered Oct 16 '17, 5:48 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER One approach would be to add a tag to those work items (such as "snapshot-135"), and then have a query for all work items with that tag. |
Comments
Hello Team,
Can anyone of you answer this query?