setReleaseStatus
private open fun setReleaseStatus(requesterUser: String, project: Project, releaseId: String, status: Release.ReleaseStatus)
Method to change the status of a release
Parameters
requesterUser
: the user who made a request
project
: the project where the release is attached
releaseId
: the identifier of the release
status
: the status to set