• ParticipantUpdate

    This object captures a change in a participant’s status. It can be passed in via mutation to allow changing the set of participants on a work item. This object can be used to assign a role to a user, in which case the role attribute will be set to the desired role….

  • MetricValueUpdate

    This object is used when setting Key Performance Indicator values. It can be used to set both numeric values or expressions for ranges of dates. Fields metric (String!) The api name of the metric to update. dataset (String!) The api name of the dataset to update. Currently “actual__d” and “target__d” are supported….

  • Filter

    This object is used when specifying filters on work item results. The filter field uses the same syntax as view filters in the UI. Fields attribute ([String!]) The api name of the attribute being filtered. filter ([String!]) The value to filter for.

  • DeleteWorkItemFields

    This input object captures the arguments to the deleteWorkItem mutation. Multiple instances can be passed to deleteWorkItems when it is more convenient (for example, when the number of work items to be deleted isn’t known until runtime). Fields app (String!) The api name of the app to delete the work item from. type (String!) The template…

  • CreateWorkItemFields

    This input object captures the arguments to the createWorkItem mutation. Multiple instances can be passed to createWorkItems when it is more convenient (for example, when the number of work items to be created isn’t known until runtime). Fields app (String!) The api name of the app to create the work item instance in. type (String!) The…

  • AttributeValueUpdate

    This object is used when setting attribute values, either when creating or updating work items. Fields attribute (String!) The api name of the attribute to update. value (String!) The value to set the attribute to.

  • TemplateAttributeType

    This enum represents the types of attributes supported by Shibumi. Each value of this enum corresponds to a concrete TemplateAttribute type. Values association Corresponds to AssociationAttribute backreference Corresponds to BackreferenceAttribute boolean Corresponds to BooleanAttribute date Corresponds to DateAttribute metric Corresponds to MetricAttribute number Corresponds to NumberAttribute picklist Corresponds to PickListAttribute text Corresponds to TextAttribute url Corresponds to UrlAttribute

  • TemplateAttributePickListValueType

    This enum represents the datatype used for a name / value picklist’s values. Values number The value is a number. text The value can be any text.

  • TemplateAttributeNumberFormat

    This enum represents various units that a numeric or date attribute can measure. Many of these need to be formatted differently in the client to provide an optimal user experience. Note that Shibumi does not provide any automatic conversion between these units; these values are used for display and formatting purposes only….

  • Frequency

    This enum represents the frequencies that a key performance indicator can record data at. Values asof Like daily, but has unique data entry and aggregation properties. For more information, consult the Shibumi Support site. daily The key performance indicator records a separate value for each day. monthly The key performance indicator records a…