Ticket #4281 (closed defect: wontfix)
Opened 5 years ago
Last modified 5 years ago
Notifications should be sent only after attachment is uploaded
| Reported by: | anonymous | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | ticket system | Version: | 0.10.2 |
| Severity: | major | Keywords: | notification attachment |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
...or after a certain timeout if the user doesn't go through with uploading it.
Otherwise, especially if it may take a long time to upload the attachment, a notified user may view the ticket in a half baked state.
Attachments
Change History
comment:1 in reply to: ↑ description Changed 5 years ago by eblot
- Component changed from general to ticket system
- Keywords notification attachment added
- Priority changed from high to normal
- Severity changed from normal to major
comment:2 Changed 5 years ago by cboos
- Resolution set to wontfix
- Status changed from new to closed
There's no notification sent after an attachment upload (that would be feature request #2259), so I assume you're talking about ticket creation notification.
A ticket gets created right away, even if you select the I have files to attach to this ticket checkbox. By doing that, you simply go automatically to the create attachment page after the ticket has been created, and there's no way we could delay the ticket creation notification to after that second step, which is not bound to ever complete.



Replying to anonymous:
Notification are synchronous with web requests, so there is no way a time out can be used.
I think this could be considered as a potential duplicate of another ticket: #2259, which requests that a notification is emitted when a file is attached to a ticket.
I'm not sure that delaying the first notification to the attachment completion is reliable enough, I would therefore vote for "duplicate" here.