Voting Feature
Accepted answer
Since the Votes attribute presentation is not attribute based, I would assume that the mechanism assumes the attribute ID's to be the ones mentioned in https://jazz.net/wiki/bin/view/Main/VotingFeature shown below.
Assuming this is the case, you can not provide a different attribute ID for them and thus you can only have one of these presentations/voting features.
The voting feature uses the following attributes:
- com.ibm.team.workitem.attribute.voting.score - Attribute to represent the votes count of type Integer.
- com.ibm.team.workitem.attribute.voting.upvoters - Attribute to represent the voters list of type contributor list.