The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

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 Champions.
October 25, 2018

are you trying to print the JQL output as xls?