Programmatically Query in RTC for Multiple ID Attributes
Hello Team,
|
2 answers
Ralph Schoon (63.5k●3●36●46)
| 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
vinitha dsouza
commented Oct 16 '17, 9:24 a.m.
Actually why i require this,
Ralph Schoon
commented Oct 16 '17, 9:41 a.m.
| edited Oct 16 '17, 9:42 a.m.
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.
vinitha dsouza
commented Oct 16 '17, 10:16 a.m.
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
vinitha dsouza
commented Mar 07 '19, 5:40 a.m.
But this will lead to mail un wanted mail notifications to user.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Hello Team,
Can anyone of you answer this query?