-
Suggestion
-
Resolution: Unresolved
-
None
-
31
-
12
-
Issue Summary
The Portfolio for Jira Macro (Advanced Roadmaps) Macros are broken after migration from DC / Server to Cloud.
Steps to Reproduce
- Create a page in DC.
- Add the Portfolio for Jira Macro.
- Perform migration of the Space to Cloud.
Expected Results
Macros continue to work.
Actual Results
- The macro shows as:
Unknown macro : 'portfolio-for-jira-plan'
Workaround
- The macro has a different name on Cloud. On DC / Server, we see the macro's tag as "portfolio-for-jira-plan". However, in Cloud, it is "portfolioforjiraplan".
- Atlassian can run an update such as the below as a post migration fix:
UPDATE bodycontent SET body = replace(body,'portfolio-for-jira-plan','portfolioforjiraplan') WHERE body like '%portfolio-for-jira-plan%';
- is related to
-
MIG-2360 Provide a mechanism to allow compatibility of "portfolioforjiraplan" macros on Confluence Cloud after both Jira and Confluence are migrated to Cloud.
- Gathering Interest
- relates to
-
MOVE-1779050 Loading...