•  
     
    story #3826 update a release in FRS
Summary
soap client user
update a release in FRS
I can update release content, that is to say:
- notes
- changelog
- release status
New SOAP method updateRelease()

Example:
/**
* updateRelease - update a release in the file release manager, in the package $package_id of the project $group_id with given values
*
* @param string $sessionKey the session hash associated with the session opened by the person who calls the service
* @param int $group_id the ID of the group we want to add the release
* @param int $package_id the ID of the package we want to add the release
* @param int $release_id the ID of the package we want to add the release
* @param string $notes the notes of the release we want to update
* @param string $changes the changes of the release we want to update
* @param int $status_id the ID of the status of the release we want to update
*
* @return boolean true if the release has been updated, false otherwise
*/
function updateRelease($sessionKey,$group_id,$package_id,$release_id,$notes,$changes,$status_id);
Empty
Empty
Status
Empty
Done
Development
  • [ ] Does it involves User Interface? 
  • [ ] Are there any mockups?
  • [x] Are permissions checked?
  • [ ] Does it need Javascript development?
  • [ ] Does it need a forge upgrade bucket?
  • [ ] Does it need to execute things in system events?
  • [ ] Does it impact project creation (templates)?
  • [ ] Is it exploratory?
Empty
Details
#3826
Sandra Echinard (sechinard)
2013-09-11 15:29
2013-06-07 17:12
629

References
Referencing story #3826
Referenced by story #3826

Artifact

art #4903

Follow-ups

User avatar
dylan bowden (dylan)2013-09-04 11:21
  • Acceptance criteria
    Something went wrong, the follow up content couldn't be loaded
    Only formatting have been changed, you should switch to markup to see the changes
User avatar
dylan bowden (dylan)2013-09-04 11:17
  • Acceptance criteria
    Something went wrong, the follow up content couldn't be loaded
    Only formatting have been changed, you should switch to markup to see the changes