Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Does anyone have any contact info for anyone at Appfire who can help me navigate the procurement process? My employer is cracking down on click through terms, and wants to ensure that we have...
I recently updated 800 users from CSV through Jira CLI but I had an error where the userId and userFullName took the same value. Can I have the command to bulk change UserNames of the users.
Hello team Im really blocked , i install cli for jira client and server all works fine : this is an example (command get serverinfo): root@kimo-OMEN-by-HP-Laptop:/home/kimo...
Hello I install cli and from the terminal , i excute this command : jira create error : connect ECONNREFUSED 127.0.0.1:80 firewall is down , what's the problem ! Thank you ...
Hello team I try to install the cli for jira (server + client) , so when i tap this command error appear : 1) root@kimo-OMEN-by-HP-Laptop:/home/kimo/tools/atlassian-cli-8.5.0# ./jir...
i am using the" jira command line interface" the user email id is updated in bulk level but i want after the encryption Also user gets the email in old email id or not is it possible or not ? basica...
Have downloaded and installed CLI and using the instructions: https://bobswift.atlassian.net/wiki/spaces/ACLI/pages/98009238/CLI+Client+Installation+and+Use Have edited jira.bat with server url In...
I'm looking at the possibility to format the output of the Jira CLI command and retrieve it in Confluence Page.
Hi, I have an issue with the output coming from a command with the getProjectRoleByUserList function in Jira CLI. On the official documentation related to getProjectRoleByUserList there's specified...
I have a custom field with 4 values. I want to set up a post function at the create transition, which automatically updates the Epic links when a story is createdm based off the value selected f...
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'" -...
I use Jira 6.4.11, So I use Jira CLI 5.7.0. If I try to cloneProject with Jira CLI, it always throw OutOfmemoryError. java -Xmx1024m -Xms256m -jar "C:\Users\admin\Downloads\jira-c...
We are trying to automate the export and then delete of all issues that are 2 years and older. I have found how to export issues using the getIssueList and save to a csv file.  ...
CLI commands were functioning fine as late as yesterday, but today I am encountering "login failed". Have confirmed login credentials against web. Have tried changing login to email address. Tried up...
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 ...
How do I get the list of groups a Jira user is member of via Jira cli?
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...
How can I increase the number of results the jira.sh CLI will return to me? I'm using that to query a cloud instance of Jira. I can't even get 211 results back (like I can with the same q...
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
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 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...
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 ...
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...
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, 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" -...
Copied to clipboard