TDProjectsapplication access.Issue: Add Issuespermission.
External DocumentationTo learn more, visit the TeamDynamix documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
TDProjects application access.Issue: Add Issues permission.| Parameter | Description |
|---|---|
| Category ID | The ID of the issue category. Can be obtained by using the List Issue Categories action. |
| Description | A description of the issue. |
| End Date | The completion date for the issue. |
| Estimated Hours | The estimated number of hours required to complete the issue. |
| Notify On Closed | Select to send notifications to relevant users when the issue is closed. |
| Priority ID | The ID of the priority level for the issue. |
| Project ID | The ID of the project to associate the issue to. |
| Responsible User ID | The ID of the user responsible for the issue. |
| Start Date | The start date for work on the issue. |
| Status ID | The ID of the issue status. Can be obtained by using the List Issue Statuses action. |
| Title | The title of the issue. |
| Parameter | Description |
|---|---|
| Custom Attributes | An array of JSON objects containing custom attribute values for the issue. For more information about the custom attributes parameter, refer to TeamDynamix API documentation. |
| Task ID | The ID of a task to associate with the issue. |
{
"EstimatedHours": 0.0,
"ActualHours": 0.0,
"StartDate": "",
"EndDate": "",
"PriorityID": 0,
"PriorityName": null,
"PriorityOrder": 0.0,
"TaskID": 0,
"TaskName": null,
"ID": 0,
"Title": "",
"Description": null,
"IsRead": false,
"CategoryID": 0,
"CategoryName": null,
"StatusID": 0,
"StatusName": null,
"StatusValue": 0,
"DaysOld": 0,
"ProjectID": 0,
"ProjectName": null,
"CreatedDate": "",
"CreatedFullName": "",
"CreatedUID": null,
"CreatedEmail": null,
"ResponsibleFullName": null,
"ResponsibleUID": null,
"ResponsibleEmail": null,
"ResponsibleIsRead": false,
"ResponsibleDateRead": "",
"ModifiedDate": "",
"ModifiedFullName": "",
"ModifiedUID": null,
"Flagged": false,
"DateFlagged": "",
"LastUpdateText": null,
"LastUpdatedDate": "",
"LastUpdatedByFullName": "",
"LastUpdatedByUID": null,
"Attributes": null,
"CompletedDate": "",
"CompletedUID": null,
"CompletedFullName": null
}
Was this page helpful?