You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hello dear community,
I implemented a migration for our sever and cloud apps to support issue entity properties migration.
Everything works fine: the server entity properties data is fetched from the cloud app, the server app is showing the migration status sent from the cloud app.
On cloud: I get the entity properties data, getting the mapping ids and trying to add them to the cloud entity properties using the REST API "/rest/atlassian-connect/1/migration/properties/IssueProperty" with account id and transfer id headers and request body: [{entityId: theCloudIssueMappedId, key: issueProperty, value: {}}].
I see the logs from cloud app with success PUT /rest/atlassian-connect/1/migration/properties/IssueProperty.
I waited for an hour and the issue properties (3) still do not exists.
Do you think I might be missing something from the implemented processes?
Thank you very much for your time!