Average Rating Custom Field Home


Average Rating Field

Create a Rating custom field

Create “Rating Custom Field (Average Rating)” or “Rating Custom Field (Last Rating)” just like you would create other Custom field types under “Advanced”.

 

Average Rating Custom Field

  • Allow multiple user to rate on a single field inside a single issue. (No more calculating average of subtasks…)

  • Let user rate without knowing the average by specifying the “Average Display Option” in the Admin Page

Admin Configuration Page

Average Rating Display Options

  • Always

  • After Rating or Project Admins

  • Only Project Admin

Rating Dialog

 

  • The slider allows to select a Rating from 0-5.

  • The steps are configured to 0.5

 

Rating Dialog for Project Admins (Project Permission)

 

  • Project Admins only will get all the existing ratings displayed in the “Add New Rating” Dialog.
    (While there are other places where this information could fit, we tried to avoid adding unecessary ui-elements in the issue view.)

JQL Support

The average rating custom field displays the average as number from 0-5 in issue navigator. This allows for easier comparision

Example:

<customFieldName>.average >2

You can check if individual user already rated using the following syntax:

 

<customFieldName>.reviewer = <accountId>

 

Bulk Change / .csv-Import

The value is saved in JSON-syntax that looks like this:

{ "average": 4.0 "reviewer": ["557058:85d9a3e2-b304-4dca-94ea-abcd1234","123456abcdf6c0076850a3e"], "reviewRatings": [3.0, 5.0] }

The reviewer property represents the UserID of the users that have posted a review.

The reviewRatings correspond to the index of the reviewer array.

Rating Custom Field (Last Rating)

In case you do not need the average but a simple way to display a rating using a customfield.

The Rating Custom Field (Last Rating) will just like a number field display the last entered rating from 0-5 in Stars

JQL Support

In the issue navigator, the rating is displayed as number.

This allows also to use the comparision JQL functionality.

Bulk Change

You can edit the rating directly. It must be between 0 and 5.