Due to some differences between Jira's server REST API and the REST API from cloud, this routine will work slightly different here than it does on server. This happens because, in case of a project updated event, we cannot retrieve both of the information of the given project, before and after the changes being made.
...
Retrieves a structure containing information about a project that has been created, deleted or updated (the new information of the project).
Return value
A JProject value containing the component data.
...