ODBC Driver for Backlog

Build 23.0.8839

RemoveProjectStatus

Delete the Project Status.

Stored Procedure Specific Information

Backlog allows only a small subset of columns to be used in the Exec query. These columns can typically be used with only = comparison. For example:

EXECUTE RemoveProjectStatus ProjectId ='123844', Id = '4', SubstituteStatusId = '3'

Input

Name Type Required Description
ProjectId String True ProjectId.
Id String True Project Status Id.
SubstituteStatusId String True Project Status Id to replace linked issues statuses. Issues which status are set to the deleted status will be set to the specied substitute status.

Result Set Columns

Name Type Description
Success String Returns true if procedure succeeded.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839