Availability: JIRA JIRA SERVICE MANAGEMENT
Category:
With the Progress field, you gain the ability to accurately track and visualize the advancement of tasks, issues, and projects within your Jira workflows. This custom field provides a dynamic representation of work completion, allowing teams to easily monitor and communicate the status of their work items. You can set values manually or based on progress of child issues.
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 formats, size and color of the custom fields.
Step 3 (optional): Progress based on child-issues
Also you can activate a dependency, so the value of the progress is based on the number of closed child-issues .
Preview
Related Use Cases
WSJF (Weighted Shortest Job First)Calendar fieldJira 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
Data Structure (Automation)
To set the value via automation, you need the following object structure
{ "progress": number }
Please note that progress
has to be a value between 0 and 100 (percentage value)