Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Download or Export all field issues of Jira via PowerShell - Error

Ph August 1, 2018

Hello,

I try to download a xls file from a filter of jira to my local hdd without success.

I use several command line in Powershell, like this one : 

powershell -command "& { iwr https://seeyou-enterprise.al/rooms/Support/Supervision/Inc.xlsx -OutFile test.xls }"

 

But I always get this message : 

iwr : HTTP Status 400 - A value with ID '12210' does not exist for the field 'project'.
type Status report
message A value with ID '12210' does not exist for the field 'project'.
description The request sent by the client was syntactically incorrect.

Can someone help me to resolve this issue please ?

 

EDIT : I get the same if I try to download to .doc

 

Regards

 

 

1 answer

0 votes
Krishnanand Nayak
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 25, 2018

are you trying to print the JQL output as xls?

Suggest an answer

Log in or Sign up to answer