Returns all associations for the specified source object.
| Name | Type | Description |
|---|---|---|
| section | string | Section of the source object (e.g. trackeritem, wiki). Required. |
| refId | int | Id of the source object. Required. |
Associations grouped by target section type.
Creates an association between two items.
| Name | Type | Description |
|---|---|---|
| section | string | Section of the source object. Required. |
| refId | int | Id of the source object. Required. |
| toSection | string | Section of the target object. Required. |
| toRefId | int | Id of the target object. Required. |
| comment | string | Optional comment. |
| Name | Type | Description |
|---|---|---|
| section | string | Type of the source object |
| refId | int | Id of source object |
| toSection | string | Type of the referenced object |
| toRefId | int | Id of referenced object |
| comment | string | comment |
Deletes an association between two items.
| Name | Type | Description |
|---|---|---|
| section | string | Section of the source object. Required. |
| refId | int | Id of the source object. Required. |
| toSection | string | Section of the target object. Required. |
| toRefId | int | Id of the target object. Required. |