JRS and work item custom attributes presention
Accepted answer
Liora,
I have been looking at JRS recently. One observation is that currently work item attributes of type enumeration list are not really supported. You will see a list of literal ID's. I think that is what you see above. Actually the value returned is a list of items and you would have to resolve each enumeration literal.
I haven't had a deeper look, so I can't tell if you could fix that somehow. I would suggest to look at https://jazz.net/library/article/1470 if you can find a way to fix this with some effort on your side. Otherwise this is likely to be an enhancment request that you should create, if you have the need. The problem though is, how should the graph group by multiple values (that you could have).
I have been looking at JRS recently. One observation is that currently work item attributes of type enumeration list are not really supported. You will see a list of literal ID's. I think that is what you see above. Actually the value returned is a list of items and you would have to resolve each enumeration literal.
I haven't had a deeper look, so I can't tell if you could fix that somehow. I would suggest to look at https://jazz.net/library/article/1470 if you can find a way to fix this with some effort on your side. Otherwise this is likely to be an enhancment request that you should create, if you have the need. The problem though is, how should the graph group by multiple values (that you could have).