Client | Action | Replacement | Reason |
---|
JIRA | addUserWithFile | - Use runFromCsv together with addUser
| - runFromCsv is now the standard way of doing these types of actions
|
JIRA | removeUserWithFile | - Use runFromCsv together with removeUser
| - runFromCsv is now the standard way of doing these types of actions
|
JIRA | addUserToGroupWithFile | - Use runFromCsv together with addUserToGroup
| |
JIRA | removeUserFromGroupWithFile | - Use runFromCsv together with removeUserFromGroup
| - runFromCsv is now the standard way of doing these types of actions
|
JIRA | listUser | |
|
JIRA | updateOrCreateIssue | | - standard name for this type of action
|
Confluence | addUserWithFile | - Use runFromCsv together with addUser
| |
Confluence | removeUserWithFile | - Use runFromCsv together with removeUser
| - runFromCsv is now the standard way of doing these types of actions
|
Confluence | addUserToGroupWithFile | - Use runFromCsv together with addUserToGroup
| - runFromCsv is now the standard way of doing these types of actions
|
Confluence | removeUserFromGroupWithFile | - Use runFromCsv together with removeUserFromGroup
| - runFromCsv is now the standard way of doing these types of actions
|
Confluence | All news actions | | - Confluence terminology changed many releases ago back to blog
- Examples: addBlog, removeBlog, ...
|
Confluence | installPlugin | | - Atlassian terminology change
|
Confluence | checkPlugin | | - Atlassian terminology change
- New support available taking advantage of UPMCLI
|