

Get projects with no category by setting the category parameter to blank. GetProjectList - List defined projects with optional filtering by lead, category, and regex on project key. "Key","Name","Description","Id","Home Page","Home Page Id","Type","Categories","URL" acli.sh myconfluence -action getSpaceList "Key","Id","Name","Description","Lead","Default Assignee","Project Type","Project URL","Jira URL" : Bob Swift Atlassian Apps - Confluence Command Line Interface (CLI) has a valid license. acli.sh myconfluence -action getServerInfo : Bob Swift Atlassian Apps - Jira Command Line Interface (CLI) has a valid license.

Linux jira client mac os x#
Other scenarios can be supported with some simple modifications to the script.Ĭlient name: jiracloud, Client version: 8.8.0-SNAPSHOT, Java: Java HotSpot(TM) 64-Bit Server VM 1.8.0_161, OS: Mac OS X 10.12.6īuild date. For example, if the installation directory is our your path. The script will work directly provided it is run from the installation directory. The script is acli.sh and works directly or can be customized. The CLI distribution now contains another start script that support Configuration properties. While these will still work on CLI 8.x, they are deprecated in favor of a newer approach described below that can take advantage of configuration properties. Example are scripts like jira.sh, confluence.sh, and the more general atlassian.sh. The CLI distribution has always provided some example start scripts to enable customers to construct their start script quickly. The CLI is a Java application and so can be called directly using the java command, however, it is usually better and recommended to use a start script which is easier to type and can be customized to make using the CLI easier. # This defines the default client for actions, choose the most likely used client # Example Server configuration - customize and rename this file to acli.propertiesĬredentials = -user admin -password admin
