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_BADPARSapi_issueisnullptr.APIERR_BADNAME- the ID in
api_issueis not valid. APIERR_NOACCESSRIGHTapi_issuehas 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.
This function is a non-undoable data structure modifier function. See more details on this topic at Command Overview.
Requirements
- Version: API 18 or later
- Header: APIdefs_Database.h
See Also
API_RVMIssueAPIDb_GetRVMIssuesID, ACAPI_Database
API Functions