Versions Compared

Key

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


Div
idProductTOC
Table of Contents
typeflat
separatorpipe

Description

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

...