-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
13
-
Summary
There are Jira macros with URLs such as
http://jira.customer.com/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?pid=10025&status=1&status=3&status=4&status=10000& component=10026& component=10362&sorter/field=issuekey&sorter/order=DESC&tempMax=1000
The http://jira.customer.com base URL should be updated to https://customer.atlassian.net IF the other entity id's can be mapped/updated such that the final macro/search works.
Replication steps
Jira Server
- Create a project with:
- components
- workflows referring to custom (non-default) statuses, for example "in QA"
Note that component and status are used for reference only, this fix should apply to all migrated entities referred to by id.
Confluence Server
- Create an application link to Jira.
- Create a new page with a Jira macro ( {jira} ).
- Insert a search URL into the search, with some Jira entities referenced by id.
- Publish the page.
The macro will have storage format:<ac:structured-macro ac:name="jiraissues" ac:schema-version="1" ac:macro-id="cba9ae64-3345-4e94-8728-d5eda09b3289"> <ac:parameter ac:name="url"> <ri:url ri:value="http://jira.customer.com/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?pid=10025&status=1&status=3&status=4&status=10000& component=10026& component=10362&sorter/field=issuekey&sorter/order=DESC&tempMax=1000" /> </ac:parameter> <ac:parameter ac:name="height">200</ac:parameter> </ac:structured-macro>
Migration
- Migrate Jira and Confluence to cloud
Observe
Observe the Confluence page with the macro. Notice that the macro is broken after migration.
Notes
This depends on MIG-547 and/or MIG-1688.
Workaround
There is no known workaround.
- depends on
-
CONFCLOUD-78131 Entity IDs in Jira Macros should be updated after migration
- Gathering Interest
-
MIG-547 Expose migration mappings on CMAs after a migration
- Gathering Interest
- relates to
-
MOVE-1770709 Loading...