Versions Compared

Key

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

...

Div


ClientActionReplacementReason
JIRAaddUserWithFile
  • Use runFromCsv together with addUser
  • runFromCsv is now the standard way of doing these types of actions
JIRAremoveUserWithFile
  • Use runFromCsv together with removeUser
  • runFromCsv is now the standard way of doing these types of actions
JIRAaddUserToGroupWithFile
  • Use runFromCsv together with addUserToGroup
JIRAremoveUserFromGroupWithFile
  • Use runFromCsv together with removeUserFromGroup
  • runFromCsv is now the standard way of doing these types of actions
JIRAlistUser
  • Use getUserList

JIRAupdateOrCreateIssue
  • Use createOrUpdateIssue
  • standard name for this type of action
ConfluenceaddUserWithFile
  • Use runFromCsv together with addUser
ConfluenceremoveUserWithFile
  • Use runFromCsv together with removeUser
  • runFromCsv is now the standard way of doing these types of actions
ConfluenceaddUserToGroupWithFile
  • Use runFromCsv together with addUserToGroup
  • runFromCsv is now the standard way of doing these types of actions
ConfluenceremoveUserFromGroupWithFile
  • Use runFromCsv together with removeUserFromGroup
  • runFromCsv is now the standard way of doing these types of actions
ConfluenceAll news actions
  • Use blog actions instead
  • Confluence terminology changed many releases ago back to blog
  • Examples: addBlog, removeBlog, ...
ConfluenceinstallPlugin
  • Use installAddon instead
  • Atlassian terminology change
ConfluencecheckPlugin
  • Use getAddon instead
  • Atlassian terminology change
  • New support available taking advantage of UPMCLI


...