Enhance download of ticket attachments

Created on 31 May 2023, over 1 year ago
Updated 7 June 2023, over 1 year ago

Problem/Motivation

Currently, we just set the filename and the URL to download an issue attachment in IssueInterface.php -> addCommentAttachment(...). The framework takes these values and does the job in PluginBase.php -> downloadAndGetAttachmentValues(..).
This works, e.g. for Zendesk, because here we get a Content URL including a token and no further authentication is needed.

Other helpdesks for instance need an authentication header for downloading attachments.

Proposed resolution

We have a good solution in our contract dossier framework. Here we can set:

  • filename
  • URL
  • download header
  • request method

This task should make sure to not break compatibility by setting good defaults.

📌 Task
Status

Fixed

Version

1.1

Component

Code

Created by

🇩🇪Germany danielspeicher Steisslingen

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024