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
are you trying to print the JQL output as xls?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.