Div | ||||||
---|---|---|---|---|---|---|
| ||||||
|
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
Clients | Removed | Replacement | Discussion |
---|---|---|---|
jira | getLoginInfo | getUser | Similar information is part of the getUser action for the current user (default with no parameters) |
upm | addAddon | addApp | Atlassian terminology change from addon to app. |
upm | disableAddon | disableApp | Atlassian terminology change from addon to app. |
upm | enableAddon | enableApp | Atlassian terminology change from addon to app. |
upm | getAddon | getApp | Atlassian terminology change from addon to app. |
upm | getAddonList | getAppList | Atlassian terminology change from addon to app. |
upm | installAddon | installApp | Atlassian terminology change from addon to app. |
upm | runFromAddonList | runFromAppList | Atlassian terminology change from addon to app. |
Removed Parameters
Clients | Removed | Replacement | Discussion |
---|---|---|---|
confluence | -t short flag for title | title | CLI standards are to use -t short flag for token, so Confluence needed to change to be consistent. |
upm | addon | app | Atlassian 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
|
servicedesk | value3, value4, value5, value6, value7, value8 | field | The field parameter covers both field and value with a key = value syntax |
Start Scripts and Configuration
...