How To Download Jira Attachments Using Curl

[Solved] How To Download Jira Attachments Using Curl | Powershell - Code Explorer | yomemimo.com
Question : How to download jira attachments using curl

Answered by : energetic-elephant-wryxabufh2mv

Invoke-JiraMethod -Uri (Get-JiraIssueAttachment -Issue TV-14).Content[0] -OutFile foo.txt

Source : https://github.com/AtlassianPS/JiraPS/issues/318 | Last Update : Mon, 27 Jun 22

Answers related to How to download jira attachments using curl

Code Explorer Popular Question For Powershell