How to query a customized attribute with type iteration in JRS?
One answer
Hi Jane,
I am sure RTC workitem custom attribute (Iteration) is supported in JRS 6.0.4.
I would suggest to run test query in Advanced section in BUILD.
select * from RICALM.REQUEST_ITERATION_EXT
The name of custom attribute and iteration id should be returned.
If so, the problem might be meta model in JRS. Refresh the meta model in JRS > Admin > Data sources > Refresh button (on top right).
If not, DCC job or Insight ETL job has not been executed or there is something wrong in these jobs. Check if there is any errors in the logs for these jobs. Best contact IBM support.
Comments
Hi Kenji,
CRRGW5605E An com.hp.hpl.jena.query.QueryParseException error occurred when validating the input SPARQL string, caused by Lexical error at line 2, column 44. Encountered: <EOF> after : "RICALM.REQUEST_ITERATION_EXT ". 10:47:18 AM
Could you provide us more detailed on how to run the query for iteration?
There is a misunderstanding. I assume you are using DWH data source, but actually it is LQE. Please mention which data source you are using in JRS in your first question because they are very different. I do not have answer for LQE. Will update if I have something.
Hi Kenji,
I only find this description.
https://jazz.net/library/article/1559
"Some of these attributes correspond to an existing artifact type (such as Work Item, Iteration, Timeline, and Release) and are now available as traceability links from Work Item. The name of the link includes the name of the attribute and the word “(Custom)” in the appropriate locale."
So it is possible to use Iteration custom attribute since RTC 6.0.3 in the condition as above.