#7597 closed defect (bug) (fixed)
Plugin Review Submission - Change the date for new version uploads
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | high | |
Component: | Plugin Directory | Keywords: | needs-patch has-screenshots |
Cc: |
Description
When a plugin author uploads a new plugin version on the submission page, we automatically add a note to their review conversation on Help Scout and change the status to active.
One of the challenges is that the note doesn't change the last interaction date on the conversation. We would like for it to work in a way that updates this data accordingly to match the last reply or upload.
- Submit a plugin (as the user)
- Start the review (as the reviewer)
- Upload a new version on the submission page (as the user)
- Go to the conversation on Help Scout and confirm that the note was added
- Go to the "Assigned" conversations on Help Scout and see that the date has not changed based on this update
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
The
Waiting Since
references the last email from a customer in the thread, since we're adding a Note, it doesn't update it.Instead of adding a note, we can add a reply to the thread, which will bump the date.
There's two options from there though;
In both cases, the Name of the reply will list the Systems user as being the reply author.
Out of the above options,
1
seems to be the safest option, as it won't cause emails to be sent to the end-user.2
seems to be appropriate though; with the caveat that we'll only ever be able to add public information to the email thread. That seems fine, to me.. With #7598 they'll also get a copy of their feedback / notes for the upload.The other option would be to add the reply, and a note with any private details (Which currently the ZIP is the only kinda 'secret' data, and it's not sensitive or need to be secret IMHO).