I am using CLI Plugin. So is this possible to write a script usin CLI?
check here for example of CLI commands for attachments
Follow the Installation and Use instructions and then look at the examples related to attachments as rambanam pointed out.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Bob, I want to addAttachment in Remote machine, So how can I do that using CLI commands?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
did you checked Database values plugin to get values from external db?
https://marketplace.atlassian.com/plugins/org.deblauwe.jira.plugin.database-values-plugin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
ya.. but I want that databaseusing CLI Script only.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.??
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.