/
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:

  1. Create an automation rule in Jira with the following configuration:

    { "fields": { "customfield_10016": issue.customfield_10034 } }
  2. 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.

 

 

Related content