Skip to main content
Get the details of an issue by its ID. Requirements for using this action:
  • TDProjects application access.
External DocumentationTo learn more, visit the TeamDynamix documentation.

Parameters

ParameterDescription
Issue IDThe ID of the issue to retrieve.
Project IDThe ID of the project containing 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

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