• 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…

  • Report

    This object represents a Shibumi report. Implements Viewable Fields id (ID!) The unique identifier. name (String) The report’s name url (String) The URL where the report can be accessed.

  • Presentation

    This object represents a Shibumi presentation. Implements Viewable Fields id (ID!) The unique identifier. name (String) The presentation’s name url (String) The URL where the presentation can be accessed.

  • PickListAttribute

    Template attributes of this type represent values that have a small set of allowed options. Shibumi supports three types of picklists: Simple Picklists: The user can pick from a small set of options; normally displayed as a dropdown. In this case, pickListMultiSelect is false, and pickListValueType is null. Multi-Select Picklists: The user can choose…

  • PageInfo

    Information about the current page of results in a paged query. For more information, see Pagination. Fields hasNextPage (Boolean!) If this is true, there is additional data that could be fetched. endCursor (String) If there is a following page, this string can be passed in the after argument to fetch the next page of data….

  • OpenResource

    In Shibumi, and Open Resource is a placeholder that will eventually be filled by a real user. Roles can be assigned to an open resource on a work item, and then later bulk-replaced with a specific user. This object represents a single open resource. Implements Participant Fields name (String!) The label…

  • NumberAttribute

    Template attributes of this type represent numeric 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…

  • MetricAttribute

    Template attributes of this type represent key performance indicators. 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…