Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to run an ACLI command from a shell script

RR August 28, 2024

I want to run ACLI commands from an sh file. I run the file using Bash.

The code I am using is:

./acli -a getIssueList --project "TE" --columns "summary"
But i am met with a "./acli no such file or directory" 
Any advice on how to use ACLI from a shell script?

1 answer

Suggest an answer

Log in or Sign up to answer
1 vote
K vivek Rao August 29, 2024

Hi @RR ,

I am vivek from the Appfire Support team,

Please try the command below

./acli.sh -a getIssueList --project "TE" --columns "summary" and let us know if you face any issues on this ticket 

https://appfire.atlassian.net/servicedesk/customer/portal/11/SUPPORT-188579

 

BR,
Vivek

RR August 29, 2024

The solution was that I had forgotten to keep the sh file in the same folder as acli.exe 

DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Product Admin Site Admin
TAGS
AUG Leaders

Atlassian Community Events