-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
2
-
When doing a migration, a customer could have macros such as the "Stats gadget" on pages. While support team has internal scripts to run a update SQL to bulk update base URLs from <source-site> to <destination-site>, some of the macros contain reference to IDs (eg: filters).
One such example of the macro code is this:
<ac:parameter ac:name=""statType"">statuses</ac:parameter><ac:parameter ac:name=""width"">600</ac:parameter><ac:parameter ac:name=""refresh"">false</ac:parameter><ac:parameter ac:name=""includeResolvedIssues"">true</ac:parameter><ac:parameter ac:name=""projectOrFilterId"">filter-123456</ac:parameter><ac:parameter ac:name=""sortBy"">natural</ac:parameter><ac:parameter ac:name=""url"">https://jira.source.site/rest/gadgets/1.0/g/com.atlassian.jira.gadgets:stats-gadget/gadgets/stats-gadget.xml</ac:parameter></ac:structured-macro>
Creating a feature request ticket to have a feature where the macros would automatically work after a migration.