Skip to main content
Search for issues using various filter criteria. Requirements for using this action:
  • TDProjects application access.
External DocumentationTo learn more, visit the TeamDynamix documentation.

Basic Parameters

ParameterDescription
Max ResultsThe maximum number of issues to retrieve in the results.
NameThe name or partial name to search for.
Parent IDsA comma-separated list of parent issue IDs to filter by.
Priority IDsA comma-separated list of priority IDs to filter by.
Status IDsA comma-separated list of status IDs to filter by.

Advanced Parameters

ParameterDescription
Additional ParametersA JSON object for additional body parameters. Values specified in this parameter will override equivalent parameters.

For example:
{
“first_key”: 12345,
“second_key”: “some_value”
}
The object must follow the vendor’s structure as defined in the API documentation.
Created Date FromFilter for issues created on or after this date.
Created Date ToFilter for issues created on or before this date.
Updated FromFilter for issues last updated on or after this date.
Updated ToFilter for issues last updated on or before this date.

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

Search Issues with Teamdynamix and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop