RemoveProjectIssueType
Delete the Project Issue Type.
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 RemoveProjectIssueType ProjectId ='123844', Id = '530228', SubstituteIssueTypeId = '530140'
Input
| Name | Type | Required | Description |
| ProjectId | String | True | ProjectId. |
| Id | String | True | Project Issue Type Id. |
| SubstituteIssueTypeId | String | True | Project Issue Type Id to change linked issue. |
Result Set Columns
| Name | Type | Description |
| Success | String | Returns true if procedure succeeded. |