Contains methods for working with ticket tasks.
appId
and of type Int32, which specifies the corresponding application in which actions should be performed.{appId}
placeholder in the
URL for the API method.
Creates a new ticket task on a ticket.
Invocations of this method are rate-limited, with a restriction of 60 calls per IP address every 60 seconds.
Removes a ticket task from a ticket. This cannot be undone.
Invocations of this method are rate-limited, with a restriction of 60 calls per IP address every 60 seconds.
Gets an individual ticket task on a ticket.
Invocations of this method are rate-limited, with a restriction of 60 calls per IP address every 60 seconds.
Updates a ticket task with a set of new values.
Invocations of this method are rate-limited, with a restriction of 60 calls per IP address every 60 seconds.
Gets the feed entries for a ticket task.
Invocations of this method are rate-limited, with a restriction of 60 calls per IP address every 60 seconds.
The replies and likes collections will not be returned by this endpoint.
However, replies count, likes count, and "liked by me" flag values will be loaded.
To retrieve replies and likes, query the single feed entry retrieval endpoint using the individual entry's URI.
Updates a ticket task.
Invocations of this method are rate-limited, with a restriction of 60 calls per IP address every 60 seconds.
Gets a list of tasks currently on a ticket.
null
.
true
, this will only retrieve ticket tasks that can be assigned as a predecessor for other ticket tasks.
A value of None
will return all tasks.
Invocations of this method are rate-limited, with a restriction of 60 calls per IP address every 60 seconds.