Special compatibility notice for ACLI Version 11.x

Special compatibility notice for ACLI Version 11.x

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 application releases and even to high degree across different environments (Cloud and Data Center). 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 11.x from 10.x or earlier. If upgrading from release prior to 10.x, see also Special compatibility notice for CLI Version 10.x.

Removed parameters

Clients

Removed

Replacement

Discussion

Clients

Removed

Replacement

Discussion

all clients except jsm

request

url

Affected action is renderRequest

bitbucket

sskKey

file

 

Deprecated actions

This is a notice that we have deprecated some actions so you can start migrating any scripts to the new support over time. It is likely these will be removed in a later version. This was part of an ongoing effort to simplify some usage scenarios and prune our interfaces to avoid confusion. 

Clients

Deprecated

First Deprecated

Replacement

Discussion

Clients

Deprecated

First Deprecated

Replacement

Discussion

jira

addFieldConfigurationScheme, addIssueTypeScreenScheme, addScreenScheme

11.0

createFieldConfigurationScheme, createIssueTypeScreenScheme, createScreenScheme

consistency across scheme actions

cli, csv, web

renderRequest

11.0

webRequest



bitbucket

addBranch, removeBranch

10.6

createBranch, deleteBranch

consistency with bitbucketcloud client and general use verbage

jira

deleteComponent

10.4

removeComponent

consistency with addComponent

marketplace

getAppReviewList

10.x

getReviewList

simplification

confluence

getPageHistoryList, removePageVersion

10.x

getContentHistoryList, removeContentVersion

broader support with the content action

Deprecated parameters

This is a notice that we have deprecated some parameters so you can start migrating any scripts to the new support over time. It is likely these will be removed in a later version. This was part of an ongoing effort to simplify some usage scenarios and prune our interfaces to avoid confusion. 

Clients

Deprecated

First Deprecated

Replacement

Discussion

Clients

Deprecated

First Deprecated

Replacement

Discussion

agile

id

10.x

board

board parameter can be used for board name or id

jira

values, value2

10.x

field

field parameter can be used multiple times and includes field name and value

jsm

value1, value2

10.x

field

field parameter can be used multiple times and includes field name and value

jira, jsm

field2

10.x

field

field parameter can be used multiple times and includes field name and value

 jsm

field1

10.x

field

field parameter can be used multiple times and includes field name and value

slack

autowait

10.x



now automatically done

all

host

10.x

url

Specify host as part of the url parameter for database access. 

all

port

10.x

url

Specify port as part of the url parameter for database access.

jira, confluence, bitbucket

targetPassword, targetToken, targetUser

10.x



Use targetServer referencing a ACLI configuration entry to specify this information.