Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Answer to a ticket by email #36

Closed
marien-probesys opened this issue Sep 28, 2022 · 1 comment
Closed

Answer to a ticket by email #36

marien-probesys opened this issue Sep 28, 2022 · 1 comment
Assignees
Labels
topic: emails All the stuff related to the emails system topic: ticketing All the stuff related to the tickets type: new Global features that aren't there yet

Comments

@marien-probesys
Copy link
Member

marien-probesys commented Sep 28, 2022

Depends on #43

Estimated time: 2 days

User story

As a requester or observer,
I want to answer to a ticket by email,
so I can give more information about my problem and answer to the questions of the support / assigned user.

Overview

Starting from now, users will be able to add answers to existing tickets.

At point 3 of #43:

  1. extract an ID from the email
  2. check the ID corresponds to an existing ticket in DB, that the ticket is not "closed" and that the user has permission to answer (and mark the MailboxEmail as failing if he can't)
  3. extract the content from the email, and create a message in the ticket
  4. mark the MailboxEmail as processed

Technical aspects

Tracking the ticket ID

To improve the chance to find the ID, we'll insert it in three places:

  • in the Message-ID
  • the title of the email (e.g. Re: [#42] It doesn't work)
  • the content of the email (e.g. =-=-=-= Ticket #42 =-=-=-= , or in a <div id="ticket-number"> element)
@marien-probesys marien-probesys added this to the Version 0.1-dev milestone Sep 28, 2022
@marien-probesys marien-probesys changed the title Answer to a ticket by email (requester/observer) Answer to a ticket by email May 26, 2023
@marien-probesys marien-probesys added the topic: emails All the stuff related to the emails system label May 26, 2023
@marien-probesys marien-probesys self-assigned this Jun 21, 2023
@marien-probesys
Copy link
Member Author

marien-probesys commented Jun 22, 2023

What’s remaining:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: emails All the stuff related to the emails system topic: ticketing All the stuff related to the tickets type: new Global features that aren't there yet
Projects
None yet
Development

No branches or pull requests

1 participant