I am using Jira CLI for some automation project. But when I try to run the command.. I got this error message. C:\jira-cli-2.6.0>jira --server "xxxxxx" --user xxxx --p assword xxxxx --action ...
Hi, I would like to know if this plugin is already paid for if I have a commercial license. Thanks, Aimm
Hi, I've been using the JIRA CLI tool (great kit by the way). I followed examples to download an attachment list of all issues from a search query like so: ./jira.sh --action runFromIssue...
Trying to use Jira Command Line Interface to export old issues and attachments so I can save them compressed local and delete them from the server. Was wondering is the SiteExport c...
Hi guys I've been doing a bit of a tidy up after exposing parts of our JIRA instance to customers, and Iv'e found about 1800 filters and dashboards that have been shared either globally or with...
jira.bat file has --server http://localhost:8080. If I rename jira.bat and attempt to run direct from command line the error is "server" can not be declared more than once
Hello i'm trying to run some script with jira-cli and getting an error when running simple request with jira-cli java -Dhttp.proxyHost=proxy -Dhttp.proxyPort=8080 -Dhttp.proxyUser=user -Dhttp...
On JIRA 7.3.0 + CLI 6.2.0, running a simple clone project action: -action cloneProject --project "TEST" --toProject "TESTC" --cloneIssues --options basicAuthentication result in the following error ...
Hi, i have tried using below commands to downlaod a created filter in a excel file. But excel file does not download the data correctly as when we do ""export all" manually. Using jira commands exc...
Hi guys I was wondering if anyone knows of a way to copy (or better yet, rename) a user group We have recently merged with another company, and we need to start harmonising user groups, but as such...
Hi there, we are using Jira CLI getIssueList to export issue into CSV and further process the output. We are exporting text fields as well and since those contain commas as regular part of the text...
We have recently switched from using Crowd to using a third party SAML authenticator. Can I use the JIRA CLI to query the JIRA Internal DIrectory to get a list of users that have never logged in to J...
Hello. Is there support for deleting attachments with the JIRA Command Line Interface? The documentation doesn't seem to mention anything about this. If currently is not possible, would there be supp...
Hello, it sees that the jira.sh does not take IDs as parameter for issues or links, or am I doing something wrong here: I tried: ./jira.sh -a linkIssue --issue "10100" --toIssue "10101" --link ...
Hi, I have a Run CLI action postfunction with this command: --action addProjectRoleActors --server %base_url% -p aaaa -u aaa --project %original_customfield_11829% --role "Administrators" -...
Howdy! There's some discussion here in Atlassian answers about changing the resolution date on issues, and it kind of points to using CLI. Is there someone who can point me on what code to use...
Hello, I want to update the fixVersion from issues that reletes to a search or a filter. When I try to use the updateIssue action for a single issue everything works fine but when I try to comb...
I am testing the JIRA Command Line tools from @Bob Swift [Bob Swift Atlassian Add-ons] . Using to deactivate both internal and external directory users. I have found that if a user is a c...
I've just upgraded from JIRA 6.0.2 to 6.1.2. Catalina.out is reporting the following: 2013-11-09 11:05:04,287 http-bio-8443-exec-17 WARN anonymous 665x1628x3 qpnymn 86.189.13.28 /plugins/servlet/st...
According to this documentation: https://bobswift.atlassian.net/wiki/display/JCLIP/CLI+Post+Function+and+CLI+Validator We need to put in the admin username/password each time we want to run cli...
Hi guys I've had a bit of a request which I started out thinking was a bit nutty - but I'm now starting to think is actually entirely sane, and I'm liking it more and more I think about it ...
Hi there, I have a need to remove a label from a custom field on many issues at once. Essentially I want to do something like this: --action runFromIssueList --filter "MyFilter" --common "--action...
USE CASE: we have a nightly data extract that is dropped in a file location 1. We move(manually) it to folder A 2. We extract(manually) issue data from Jira and save that file in folder A 3. ...
Hi, I know that we can obtain the filed value one at a time. Is there a way to get multiple values in one command? jiracli_prod --action getFieldValue --issue "JIRA-1234" --field ...
I do not find a way via the JCLI application to get a list of the different types of issues. I know I can go to the Web UI and get a list of the different Issue Types there, but that feels like chea...
Copied to clipboard