Note
We've packed up and moved from Confluence to Discourse to bring you a better, more interactive space. Out of courtesy we didn't migrate your user account so - you will have to signup again
The Exalate team will be on holiday for the coming days - returning Jan 4
Enjoy & stay safe
I want to sync the story points from Azure Devops to Jira Cloud. How can I know which field is custom field and custom key, and when I should use the value at the end. I hope someone can answer this question.
unknown is Jira Cloud and azure_saasberry is Azure DevOps
Below are all the possible scenerios which I think might be valid:
unknown.issue."Story point estimate" = azure_saasberry.issue."Story Points"
unknown.issue."Original estimate" = azure_saasberry.issue."Original Estimate"
unknown.issue.customFields."Story point estimate" = azure_saasberry.issue.customFields."Story Points"
unknown.issue.customFields."Original estimate" = azure_saasberry.issue.customFields."Original Estimate"
unknown.issue.customKeys."Story point estimate" = azure_saasberry.issue.customKeys."Story Points"
unknown.issue.customKeys."Original estimate" = azure_saasberry.issue.customKeys."Original Estimate"
//With Value
unknown.issue."Story point estimate".value = azure_saasberry.issue."Story Points".value
unknown.issue."Original estimate".value = azure_saasberry.issue."Original Estimate".value
unknown.issue.customFields."Story point estimate".value = azure_saasberry.issue.customFields."Story Points".value
unknown.issue.customFields."Original estimate".value = azure_saasberry.issue.customFields."Original Estimate".value
unknown.issue.customKeys."Story point estimate".value = azure_saasberry.issue.customKeys."Story Points".value
unknown.issue.customKeys."Original estimate".value = azure_saasberry.issue.customKeys."Original Estimate".value