APIDb_ChangeRVMIssueID
Modify an RVM issue.
GSErrCode ACAPI_Database ( APIDb_ChangeRVMIssueID, API_RVMIssue* api_issue );
Parameters
- api_issue
- [in] The RVM issue to change.
Return Values
NoError
- The function has completed with success.
APIERR_BADPARS
api_issue
isNULL
.APIERR_BADNAME
- the ID in
api_issue
is not valid. APIERR_NOACCESSRIGHT
api_issue
has already been issued.APIERR_GENERAL
- Couldn't get the issues.
For other common API errors see the API Errors document.
Remarks
This function modifies the short description, the ID, or the custom data of the given issue.
Requirements
- Version: API 18 or later
- Header: APIdefs_Database.h
See Also
API_RVMIssueAPIDb_GetRVMIssuesID, ACAPI_Database
API Functions