Role based value set is not working
Hi,
client is using RTC 4.0.6. We've created a Role based value set to filter contributors of a custom role and we have added the value set to a Contributor type attribute but the list is not being filtered by role, it is showing all the users on the WI's team area no matter their role. We are not seeing any errors in the UI. We have tested both in eclipse client and browsers. Has anyone faced this issue before? Thanks, Lorena |
2 answers
Hello Lorena,
you may send me you Project Area source as XML, so I can have a quick look.
eric_jodet@fr.ibm.com
If more investigation is required, possibly open a PMR.
Thanks,
Eric
|
Hi Lily and Eric,
thanks for your answers, here's part of the process configuration related to this value set: Project Area configuration: <valueSetProvider id="com.ibm.team.workitem.valueproviders.VALUE_SET_PROVIDER._dPyuEC39EeSi3symagUfVw" name="Responsable GD" providerId="com.ibm.team.workitem.common.internal.attributeValueProviders.RoleBasedUserProvider"> <teamArea path="${current}" role="Gestor de Demanda Cablevisión"/> </valueSetProvider> <customAttribute id="Resp_GD" name="Responsable GD" type="contributor"/> <attributeDefinition id="Resp_GD" name="Responsable GD" type="contributor"> <valueSetProvider providerId="com.ibm.team.workitem.valueproviders.VALUE_SET_PROVIDER._dPyuEC39EeSi3symagUfVw"/> <dependsOn id="com.ibm.team.workitem.attribute.category"/> </attributeDefinition> <presentation attributeId="Resp_GD" kind="com.ibm.team.workitem.kind.contributor"/> Role is created at the Team Area level: <role-definition cardinality="many" description="• Validar la Necesidad de Negocio • Registrar el Requerimiento Funcional en RTC • Efectuar la priorización de requerimientos, junto con las áreas de negocio. • Entregar el listado de requerimientos priorizados para Estimación a Entrega de Servicios, indicando prioridad y orden. • Validar junto con el Usuario Experto/Key User, la estimación y alcance funcional del requerimiento funcional. • Efectuar la priorización de requerimientos para desarrollar, junto con las áreas de Negocio y ES. • Entregar el listado de requerimientos priorizados para Desarrollo a Entrega de Servicios, indicando prioridad y orden. • Comunicar al Usuario Experto/Key User la planificación mensual de desarrollo de requerimientos entregada por la SWF IBM y Entrega de Servicios." name="Gestor de Demanda Cablevisión" role-id="Gestor de Demanda Cablevisión"/> Thanks, Lorena |
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
Hi Lorena,