My Reviews Plugin
This plugin displays the list of reviews of the current user, including:
• Reviews in the ReviewHub. Tracker Item Reviews will not be listed. For more information, see:
Tracker Item Reviews.
• Direct ReviewHub reviews - reviews where the current user or the current user's role is assigned in the Reviewers or Moderators field.
• Indirect ReviewHub reviews - reviews where the current user or the current user's role is assigned in the Viewers field.
Parameters:
• showOnlyOpenReviews='false|true': Optional parameter, defaults to 'false'. Whether to show only the open reviews.
• showOnlyCurrentProjectRelatedReviews='false|true': Optional parameter, defaults to 'false'. If set to true then only those reviews are displayed which have work items related to the current project.
[{MyReviews}]
displays all reviews for me.
[{MyReviews showOnlyOpenReviews='true'}]
displays all open reviews for me.
[{MyReviews showOnlyOpenReviews='true' showOnlyCurrentProjectRelatedReviews='true'}]
displays open and which have work items related to the current project reviews for me.