Obsolete
This ONLY applies to versions 8.8 and lower. New configuration support is available in Version 9.0 and higher that eliminates the complexity of this start script.
Summary
The atlassian script is a more powerful script to use in place of product specific scripts (like jira.sh and confluence.sh) and provides a consistent way to access multiple CLIs and servers.
Customization Steps
| Step | Description | |
|---|---|---|
| 1 | Find the example script |
|
| 2 | Open in an editor |
|
| 3 | Add an entry for each Atlassian server or CLI you want to use |
|
| 4 | Optional
|
|
| 5 | Optional for Linux or OSX |
Best Practice This is what we follow internally to minimize maintenance for upgrades:
Alternative
|
| 6 | Use | Examples atlassian my-jira --action getServerInfo atlassian my-confluence --action getServerInfo atlassian my-bamboo --action getServerInfo atlassian my-stash --action getServerInfo |
, multiple selections available,