The available operations for the resource, any not in this list will raise an error when called
Internal
changedFields that have been changed, used to determine what to update. It is not recommended to access this property directly.
Fields that are used when creating a new resource
Static
baseProtected
_preAdd a comment to the epic using the provided comment data. If you're just looking to add a comment from the authorized user, use the comment
method.
Add a comment to the epic authored by the user associated with the API key currently in use
const epic = new Epic({id: 123})
epic.comment('This is a comment').then((comment) => {
console.log(comment)
})
Create a new instance of the resource, using the current object's properties. Use the xCreateData
interface to determine which fields are available for creation.
Base class for all Shortcut resources. Provides methods for creating, updating, and deleting resources.