• Participant

    Represents a person or placeholder that can be assigned to and view work items. Implemented by OpenResource User Fields name (String!) The full name of the participant.

  • WorkItemDeleteResponse

    This object exposes data about a work item that was deleted via a mutation. Fields deleteCount (Int!) The total number of items deleted (including descendant work items).

  • WorkItem

    This type represents a single “work item” in Shibumi. Items for all templates are represented by this single GraphQL type. It allows access to fields and metrics on the item, as well as navigation to ancestor, descendant, and associated items. Work items can only be fetched by users with the…

  • UserDomainSafelistAudit

    This object represents a single change to an enterprise’s user safelist. See userDomainSafelistAudit for more details. Either the patternAdded or patternRemoved field will be set, depending on which action occurred. Fields patternAdded (String) The pattern that was added. patternRemoved (String) The pattern that was removed. timestamp (String!) The time the event occurred. See Date Values for more…

  • User

    This object represents a Shibumi user. All of the following are valid Shibumi users: Users who registered via the signup page Users who registered by signing in via SSO Pending users who have been invited to an enterprise, but have not yet signed up Implements Participant Fields name (String!) The user’s…

  • UrlAttribute

    Template attributes of this type represent urls. Implements TemplateAttribute Fields apiName (String!) The api name for this attribute. The api name uniquely identifies this attribute within its template, and it can be used to refer to the attribute from expressions. name (String) The human-readable name of the attribute. This may not be…

  • TextAttribute

    Template attributes of this type represent text values. Implements TemplateAttribute Fields apiName (String!) The api name for this attribute. The api name uniquely identifies this attribute within its template, and it can be used to refer to the attribute from expressions. name (String) The human-readable name of the attribute. This may not…

  • TemplateAttributePickListValue

    This object associates named picklist options with their values. Fields name (String!) The option’s human-readable name. This field uniquely identifies the option. value (String) The value corresponding to the name. A null value indicates the template author left the value blank. icon (String) A string (“check-circle”) corresponding to an icon for the picklist…

  • TemplateAttributeFormat

    This object describes formatting options for numeric values. Fields unit (TemplateAttributeNumberFormat!) The type of value this number is measuring. Many units require custom formatting (for example, numbers representing currency should display with an appropriate currency symbol). Note that Shibumi does not provide any automatic conversion between these units; these values are used for…

  • Template

    This object holds the metadata about a single Shibumi template. It describes the attributes and metrics instances of the template have, as well as where the template lives in the hierarchy. Fields name (String!) The template’s human-readable name. apiName (String!) The template’s api name. This name uniquely identifies the template. attributes ([TemplateAttribute!]!) The…