How To Save Jira Attachments Using Powershell

[Solved] How To Save Jira Attachments Using Powershell | Powershell - Code Explorer | yomemimo.com
Question : Download Jira attachments powershell

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 save Jira attachments using powershell

Code Explorer Popular Question For Powershell