Hi all, I inherited a situation where JIRA was not set up correctly, and am try to fix it. One problem was custom fields were created for versioning. So I am trying to go project by pro...
Hi All, Trying to setup jira-cli with a production JIRA instance using SSL. I keep getting the below error when trying to run a CLI command. Ex: ./jira.sh --action getServerInfo Cl...
I have a confluence page, which contains the Run Macro, users attach a csv file on the confluence page and then click the run button to create/import issues inside JIRA. Does the runFromCSV follow L...
Hi, I'm trying to get a filtered user list with JIRA CLI. My goal is to get all users without "@mycompany.com" in the username. I succeed to run the command line with the --name "@all" argumen...
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...
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" -...
An earlier version of CLI plugin allowed to upload users in bulk (including multiple groups). I used to format the csv as below Username, Password, Email, Fullname, Groups admin, ,hello@gmail.com,A...
I'm using the Bob Swift Run CLI Actions in Confluence and trying to embed runFromIssueList into a Confluence page. I've run a similar command in bash script, but I can't seem to get...
Hi all, I am using Jira CLI. When I try to access jira, I got an exception like this. And I have configured bat file like this. java -Dhttps.proxyHost=192.168.160.5 -Dhttps.proxyPort=8080 -ja...
Dear all, I would like to get assignee information when retrieving JIRA issue list with the following command: ./jira.sh --action getIssueList --jql "project = 'XXXX' AND cf[12345] ~ 'XXXX'" -...
How do I get the list of groups a Jira user is member of via Jira cli?
Hi, I m Using Jira6.0.4 instance with Java sdk1.6, before that i used jira5.0. When I Execute The Jira Cli Command "addAttachments" Through Programmatically for jira5.0 It is Executed fine and i ...
Hi, I'm using the Bob Swift Run CLI Actions in Confluence and trying to embed runFromIssueList into a Confluence page. I have other pages working fine, which use commands ...
Hi, In JIRA 7.2 is there any way to bulk edit the userid ? If from DB how safe is just update user id and how to do it for bulk users?
Hi there, I have a problem creating custom field with JIRA cli. This is command similar to examples at https://bobswift.atlassian.net/wiki/display/JCLI/Examples: java -jar jira-cli-3.9.0...
I have a requirement to deactivate users using JIRA CLI. For this I have to invoke the JIRA CLI through a remotely. Can this be done? Is there any way to invoke?
It throws error javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find ...
I am running a script on an external server and want to move issues to a different state. So for instance; a task currently is in state review and I want to put the task back to its doing state...
Copied to clipboard