The following macros are not currently supported in the header:
  • style

Issues

Issues are used for when you need to track billable time against a Client, but don’t need the complexity of a full Project and its Workflow and Components. Issues are best used to track support cases where you’re diagnosing and fixing a problem and don’t know beforehand the specific steps which will be required to resolve the Issue.

TYPERESOURCEDESCRIPTION
POST/issuesCreates a new issue object.
PUT/issues/:idUpdates a given issue identified by issue_id.
PUT/issues/:id/extensions/values/:extension_value_idUpdates a given extension value against the given Issue.
DELETE/issues/:idDelete a given issue identified by issue_id
GET/issuesReturns an array of issues.
GET/issues/countReturns the total count of issues under the deployment
GET/issues/recentReturns the 10 most recently submitted issues.
GET/issues/:idReturns an issue resource for a given company_id.
GET

/issues/:id/tasks

Returns an array of tasks against a given issue.
GET/issues/:id/extensions/valuesReturns an array of extension values for the given Issue
GET/issues/:id/profiles/valuesReturns an array of profile values for the issue.
PUT/issues/:id/profiles/values/:profile_value_idUpdate an existing profile value for the issue.
GET/issues/:id/progressionsReturns an array of available progressions for the issue.
[PUT|POST]/issues/:id/progressions/:progression_id/autoRuns a status update for the given progression on the given issue.
GET/issues/statusesReturns an array of available statuses for the issue.
GET/issues/typesReturns an array of available types for the issue.
GET/issues/extensions/fieldsReturns an array of extension fields for issue.
POST/issues/:issue_id/extensions/fields/:extension_field_idCreates an extension value for an issue.
GET/issues/profiles/fieldsReturns an array of profile fields for issue.
POST/issues/:issue_id/profiles/fields/:profile_field_idCreates a profile value for an issue.
GET/issues/:issue_id/collectionsReturns a list of resource collections for the given issue.
POST/issues/:issue_id/collections/:collection_id/resourcesUploads resource(attachment) to the given collection.