I have multiple commands that I am trying to call from a txt file. They run fine from cmd line. I need to automate this process via SQL Server agent job or python script. How do I call the acli text file from any of those applications? Any help would be much appreciated.
SQL server command: - Failing
EXEC xp_cmdshell 'acli.bat jiradc -a run -f E:\JiraCloud_Files\ACLI_Command_Calls\test_multiple_acli_commands.txt\acli.bat'
Python script:-- Failing
Welcome to community!
I would highly recommend developer.community.atlassian.com as there are a lot more developers in that community
However there is an extensive python jira library as well you can start with that may help with some of your problems: https://jira.readthedocs.io/
Best,
Clark
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.