/
How to add a priority score to the board view in team-managed projects in Foxly
How to add a priority score to the board view in team-managed projects in Foxly
Problem
Jira Cloud has a limitation: you can’t add a priority score to the board view in team-managed projects. By default, this feature is only available in company-managed projects.
However, you can use Jira automation to achieve similar functionality.
Instructions
To set up automation that copies the Priority Score value from Foxly to the Story Point Estimate field, follow these steps:
Create an automation rule in Jira with the following configuration:
{ "fields": { "customfield_10016": issue.customfield_10034 } }
Update the field IDs:
Replace
customfield_10016
with the ID of the Story Point Estimate field in your environment.Replace
customfield_10034
with the ID of the Priority Score field.
This setup applies only to new issues or when updating the priority score on existing issues.
, multiple selections available,
Related content
How to save Foxly's Priority Score to Jira's custom field
How to save Foxly's Priority Score to Jira's custom field
Read with this
How to differentiate the criticality of the issue on the Priority Matrix in Foxly
How to differentiate the criticality of the issue on the Priority Matrix in Foxly
Read with this
How to use Jira's Priority field in Foxly calculation
How to use Jira's Priority field in Foxly calculation
Read with this
Importing data into Foxly: a step-by-step guide for CSV import with custom fields
Importing data into Foxly: a step-by-step guide for CSV import with custom fields
Read with this