'Copy Report Link' copies the default URL instead of the custom URLIssue A user logs into the environment using a Custom URL (https://<subdomain>.<custom-domain>.com) as opposed to the default instance URL (https://<instance-name>.service-now.com). The user has a report which is available to the public. The report page (~/now/nav/ui/classic/params/target/sys_report_template.do) contains a button to copy the report link. The copied link is resolved to the default instance URL, instead of the Custom URL. i.e., https://<instance-name>.service-now.com/now/nav/ui/classic/params/target/sys_report_template.do (the above link will be a little different, emphasizing on the "<instance-name>.service-now.com instead of the custom URL's domain)CauseThis is an expected behaviour. By default, this works the same as right-clicking on any record's header and selecting "Copy URL". ResolutionThe solution is to modify(or create if it isn't there) the system property 'glide.report.publish.url' with the value pointing to customURL/vanityURL. The property type is String as you are aware.