Defect #1618
Wrong URL for Issue sent by email
| Status: | Closed | Start: | 2008-07-10 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | Administration | |||
| Target version: | - | |||
| Affected version: | 0.7.2 |
Resolution: | ||
Description
I got an instance of Redmine up and running... everything works fine except URL of issues sent by email.
The instance of redmine is accessible though https://forge.domain.tld/redmine/. When I click on the URL enclosed in emails I get redirected to https://forge.domain.tld/issues/show/xx.
From my point of view you should add a base url property in the global settings view. This value could be used to build all absolute Redmine URLs.
Alexandre
History
2008-07-15 13:56 - Alexandre Garino
In the global settings I change the host name property from forge.domain.tld to forge.domain.tld/redmine and now URLs sent by email are valid.