Defect #15677
Links for relations in notifications do not include hostname
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Email notifications | |||
Target version: | 2.4.2 | |||
Resolution: | Fixed | Affected version: | 2.4.1 |
Description
I added a relation to another ticket to an issue and the notification mail was sent out to users assigned to the task / watching the task.
Inside the mail there is a link to the ticket that tells me that a new relation was added to the issue.
the url is not fully qualified, it is relative /issues/123 should be http://(....)/issues/123
This causes that a click at the link does not open the issue inside the browser because the url is incorrect.
Related issues
Associated revisions
Fixed that links for relations in notifications do not include hostname (#15677).
History
#1
Updated by Toshi MARUYAMA over 8 years ago
- Status changed from New to Needs feedback
Florian S. wrote:
I added a relation to another ticket to an issue and the notification mail was sent out to users assigned to the task / watching the task.
Redmine core does not have such feature.
#2
Updated by Florian S. over 8 years ago
- File not-fqurl.png added
Toshi MARUYAMA wrote:
Florian S. wrote:
I added a relation to another ticket to an issue and the notification mail was sent out to users assigned to the task / watching the task.
Redmine core does not have such feature.
I have no plugin installed for this - so redmine HAS this feature ;-)
I pointed at the dropdown that allows to create relations to other tickets (blocked by, ....) adding such a relation sends out a email notification.
#3
Updated by Florian S. over 8 years ago
This is the feature that also causes this email notification: #1005
#4
Updated by Toshi MARUYAMA over 8 years ago
- Status changed from Needs feedback to New
#5
Updated by Toshi MARUYAMA over 8 years ago
- Status changed from New to Confirmed
- Target version set to 2.4.2
#6
Updated by Toshi MARUYAMA over 8 years ago
- Related to Feature #1005: Add the addition/removal/change of related issues to the history added
#7
Updated by Jean-Philippe Lang over 8 years ago
- Subject changed from link in notification email broken to Links for relations in notifications do not include hostname
- Status changed from Confirmed to Resolved
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
Fixed in r12415.