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.
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.
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.
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…
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….
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…
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…
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…
This object represents a single login attempt. See logins for more details. The following events generate login attempts: Successful logins via the Shibumi login page Failed logins via the Shibumi login page Successful logins via SSO Fields timestamp (String!) The time the login attempt occurred. See Date Values for more information. username (String) The name of…
This object represents a single view of an item in Shibumi by a user. See itemViews for more details. Fields subject (Viewable!) The item that was viewed. This will only be available if the user performing the query has access to the item. Otherwise, it will be null. subjectUrl (String!) The url of the item that…
This object represents a single invitation from a registered user to a pending user. See the invitations for more information. Fields invitedUser (User!) The pending user who was invited. invitingUser (User!) The registered user who performed the invitation. invitedAt (String!) The time the invitation occurred at. See Date Values for more information. See Also invitations