With the Star Rating field, you can easily rate issues in a visually engaging and intuitive manner.
Field Configuration
Before starting the field configuration, please follow the instructions for creating custom fields
Step 1: Set a name and description
Provide a good name for the new custom field. Make it descriptive, concise, and easy to understand for others who will use it. Avoid using ambiguous or overly technical terms.
Step 2: Configure your custom field
In this step you can configure the displayed size and color of the stars.
Field view and edit
Related Use Cases
Jira Service Management (JSM)
Before you can add a custom field for Jira Service Management (JSM) projects, you first need to setup the custom field
Then follow this guide to use the field in the request form or the portal view
JQL expression
${fieldName}.Rating: number
Find further information here https://support.atlassian.com/jira-software-cloud/docs/find-specific-issues/
Example: a search for all issues with a rating of 4 and higher
"Star rating.Rating" >= 4
Data Structure (Automation)
To set the value via automation, you need the following object structure
{ "rating": [1-5] }