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

User public tickets #1043

Open
Mte90 opened this issue Jul 29, 2022 · 3 comments
Open

User public tickets #1043

Mte90 opened this issue Jul 29, 2022 · 3 comments
Labels
enhancement New feature request, or some other non-bug change question Request for further information, or discussion. Not a bug report.

Comments

@Mte90
Copy link
Contributor

Mte90 commented Jul 29, 2022

Ref: #323

As recap:

  • A new option HELPDESK_USERS_TICKETS_PUBLIC, maybe a better name? HELPDESK_GUEST_TICKETS_PUBLIC
  • Send an email to the guest users with a link to access the ticket, with a parameter with a random hash to let the access as readonly/readwrite?
  • Define if the REST API will require support for that
@Mte90 Mte90 added enhancement New feature request, or some other non-bug change question Request for further information, or discussion. Not a bug report. labels Jul 29, 2022
@timthelion
Copy link
Collaborator

I'm a bit confused about the second point as I implemented secret ticket hashes 4 years ago and you're either the second or third person who's asked for them since then. c1750a7

Isn't this already the default behavior?

@Mte90
Copy link
Contributor Author

Mte90 commented Aug 1, 2022

I didn't know of secret hash, so if they are already available we can close the PR and implement something to send them to guest users?
I was just trying to define what to do with #323

@IvanovIvan1900
Copy link
Contributor

  • Send an email to the guest users with a link to access the ticket, with a parameter with a random hash to let the access as readonly/readwrite?

How should changing the ticket work?

  1. By the link from the letter we get to the form where we can immediately edit the ticket
  2. By the link from the letter, we get to the form where the ticket is only available for viewing and adding comments (just as it is implemented now), but there is a "Edit" button that allows you to edit the ticket by redirecting to the corresponding form

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature request, or some other non-bug change question Request for further information, or discussion. Not a bug report.
Projects
None yet
Development

No branches or pull requests

3 participants