There are 4 updates.
 
 
Confluence / cid:jira-generated-image-avatar-cca300e6-f525-4823-bed7-f93f870668eb CONFLUENCE-458 Closed

Jira macro converter, improve management of unhandled parameters

 
View issue   ·   Add comment
 

4 updates

 
cid:jira-generated-image-avatar-a61c091b-3a22-4938-9c15-b3321dfa4089 Changes by Josué Tille on 16/May/25 16:10
 
Fix Version: 9.84.0
Description: Currently in the {{serverId}} parameter is always marked as unhandled which raise a lot of message in the migration reports. And this parameter is always dropped even if the {{server}} parameter is not provided which could be annoying if we lost all server reference at the migration.

  For the {{serverId}} parameter the suggested solution would be to raise an exception if the {{server}} parameter is not provided. If not provided it would be better to cancel the conversion because we currently we don't have any solution to resolve the {{serverId}} parameter.

This issue On other side we also have a lot of message about the {{columnIds}} which is not handled in case the macro is used in {{SINGLE}} mode. This in this specific usage this we don't need any info about the column but I could be useful to avoid keep this information , so we need to mark convert also the {{ serverId columnIds }} and {{column}} parameter as handled even if it's mandatory . This will avoid to have many message related to this and also be useful in case the user decide to change the macro usage.
Resolution: Fixed
Status: Open Closed