We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ensure that the Slack and Jira Integration Service utilize the downloadMedia() method from the IntegrationService exclusively.
Both the Slack and Jira Integration Services should consistently use the same downloadMedia() method for media downloading tasks.
Currently, there may be inconsistencies in how media is downloaded across different integration services.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue Description
Ensure that the Slack and Jira Integration Service utilize the downloadMedia() method from the IntegrationService exclusively.
Expected Behavior
Both the Slack and Jira Integration Services should consistently use the same downloadMedia() method for media downloading tasks.
Actual Behavior
Currently, there may be inconsistencies in how media is downloaded across different integration services.
The text was updated successfully, but these errors were encountered: