When we are migrating JIRA instance to a new server with same database instance (Separate), do we need to apply email configuration manually ?
No, this setting is stored in the database, so this will be inherited. If the instance is for testing it does makes sense disabling this by uncommenting:
DISABLE_NOTIFICATIONS=" -Datlassian.mail.senddisabled=true -Datlassian.mail.fetchdisabled=true -Datlassian.mail.popdisabled=true"
Otherwise you will have 2 instances sending notifications on the same issues.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.