I am using CLI Plugin. So is this possible to write a script usin CLI?
Yes it is.
If you need more information, you'll need to tell us more about what you are doing. You haven't really given us much to work with here.
ok.. I want to access anthor database in JIRA. So I want to know that how we can access this using CLI? where we can write a script? and how we implement this script in our JIRA.??
did you checked Database values plugin to get values from external db?
https://marketplace.atlassian.com/plugins/org.deblauwe.jira.plugin.database-values-plugin
ya.. but I want that databaseusing CLI Script only.
if you want to access other database using CLI then use the "runFromSql" command
https://bobswift.atlassian.net/wiki/display/JCLI/Documentation#Documentation-runFromSql
check here how to use
https://bobswift.atlassian.net/wiki/display/JCLI/How+to
and you can get some examples here
https://bobswift.atlassian.net/wiki/display/JCLI/3.5.0+-+Examples
hey thanks, its very useful... We can use this using commands, but there is also possible using the script's. So you know how to write script for that?
A bit confused by what you mean by script. You can use the run action to run all the actions listed in a file for instance - this is sometimes referred to as a script. You can also run CLI actions from programming scripts like groovy or any other scripting language. Is that what you are trying to do?
Ya, exactly that I need. Thanks Bob. I will try it. I will write CLI actions from programming scripts ,so I will prefer a Groovy for writing a script. Thank you once again Bob.
https://answers.atlassian.com/questions/192246/how-to-run-jira-cli-command-programmatically/192387
Hi Bob, I want to addAttachment in Remote machine, So how can I do that using CLI commands?
check here for example of CLI commands for attachments
https://bobswift.atlassian.net/wiki/display/JCLI/Examples
Follow the Installation and Use instructions and then look at the examples related to attachments as rambanam pointed out.
Siddheshwar - the documentation tells you how to use that command in the CLI. It's the first line on https://bobswift.atlassian.net/wiki/display/JCLI/Documentation
It looks like you're new here. Sign in or register to get started.