Skip to main content
Create a new issue in a specified project. Requirements for using this action:
  • TDProjects application access.
  • Issue: Add Issues permission.
External DocumentationTo learn more, visit the TeamDynamix documentation.

Basic Parameters

ParameterDescription
Category IDThe ID of the issue category. Can be obtained by using the List Issue Categories action.
DescriptionA description of the issue.
End DateThe completion date for the issue.
Estimated HoursThe estimated number of hours required to complete the issue.
Notify On ClosedSelect to send notifications to relevant users when the issue is closed.
Priority IDThe ID of the priority level for the issue.
Project IDThe ID of the project to associate the issue to.
Responsible User IDThe ID of the user responsible for the issue.
Start DateThe start date for work on the issue.
Status IDThe ID of the issue status. Can be obtained by using the List Issue Statuses action.
TitleThe title of the issue.

Advanced Parameters

ParameterDescription
Custom AttributesAn 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 IDThe ID of a task to associate with the issue.

Example Output

{
	"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
}

Workflow Library Example

Create Issue with Teamdynamix and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop