Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We always are sensitive to upward compatibility of our offerings and specifically want to make sure CLI scripts are as upward compatible as possible at least with the respect to those aspects that are under our control. Most of our actions remain compatible across a wide range of Atlassian application releases and even to some degree across Server and Cloud environments. However, on a CLI version boundary, we do take the opportunity to remove previously deprecated support or make some changes especially where it will simplify new user experiences and remove clutter for users. This page describes some of the important changes to be aware of when upgrading to 9.x from 8.x or earlier.

Removed Actions

ClientsRemovedReplacementDiscussion
jiragetLoginInfogetUserSimilar information is part of the getUser action for the current user (default with no parameters)
upmaddAddonaddAppAtlassian terminology change from addon to app.
upmdisableAddondisableAppAtlassian terminology change from addon to app.
upmenableAddonenableAppAtlassian terminology change from addon to app.
upmgetAddongetAppAtlassian terminology change from addon to app.
upmgetAddonListgetAppListAtlassian terminology change from addon to app.
upminstallAddoninstallAppAtlassian terminology change from addon to app.
upmrunFromAddonListrunFromAppListAtlassian terminology change from addon to app.

Removed Parameters

ClientsRemovedReplacementDiscussion
confluence-t short flag for titletitleCLI standards are to use -t short flag for token, so Confluence needed to change to be consistent.
upmaddonappAtlassian terminology change from addon to app.
servicedesk

field3, field4, field5,

field6, field7, field8


field

The newer field parameter can be used multiple times and provides a better solution

  • field1/value1 and field2/value2 were kept as is to lessen impact and as an alternative for some cases
servicedesk

value3, value4, value5,

value6, value7, value8

fieldThe field parameter covers both field and value with a key = value syntax

Start Scripts and Configuration

...

With CLI 9.x, we are discontinuing providing legacy start scripts in the distribution in favor a much simpler start script that optionally supports a saved configuration. Start scripts continue to be customizable and users can continue to use their existing customizations with only minor changes if they want or they can adopt the new start script layout and take advantage of the configuration options available with the new support. We strongly recommend adopting the acli style start script and configuration now available in the distribution.

Migrating Legacy Start Scripts  

Many people continue to use the original jira, confluence, or similar start scripts that have been in the distribution since the beginning. Some may have switched over to and customized the atlassian start script

...