This article shows how to sync story points in a Visual connection between Jira Cloud and Azure DevOps.
Note: Despite our best efforts, code can change without notice due to a variety of factors. If you encounter an issue in any of the code shown here and find that a specific block of code is not correct, or is causing errors, please check with the Community to find an updated version.
- Navigate to Connections ->
Edit connection.
- Select the Rules tab.
- Click Add script.
Add the following script:
1 jira_cloud_instance_shortname.issue."Story Points" = azure_devops_instance_shortname.issue."Microsoft.VSTS.Scheduling.StoryPoints" 2 azure_devops_instance_shortname.issue."Microsoft.VSTS.Scheduling.StoryPoints" = jira_cloud_instance_shortname.issue."Story Points"
- Click Save.
Have more questions? Ask the community.