AtlassianPS / JiraPS

PowerShell module to interact with Atlassian JIRA
https://AtlassianPS.org/module/JiraPS
MIT License
323 stars 131 forks source link

Logic for uploading a file should be in `Invoke-JiraMethod` #284

Open lipkau opened 6 years ago

lipkau commented 6 years ago

Description

Invoke-JiraMethod contains the logic for uploading a binary file to the backend. This was already implemented (but faulty) and reverted back with #248. This tracks the re-implementation.