AssociateBugs
Associate related bugs to a task.
Procedure-Specific Information
An example query for executing this stored procedure is shown below:EXEC AssociateBugs PortalId = '12345317133', ProjectId = '123456000000031899', TaskId = '123456000000031977', BugId = '123456000000034087'
Input
| Name | Type | Required | Description |
| PortalId | String | True | Specify the portal Id. |
| ProjectId | String | True | Specify the group Id. |
| TaskId | String | True | Specify the task Id. |
| BugId | String | True | Id for multiple bugs must be separated by commas. |
Result Set Columns
| Name | Type | Description |
| Success | String | Specifies whether the execution was successful. |