Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.88 KB

Group.md

File metadata and controls

28 lines (22 loc) · 1.88 KB

Group

Properties

Name Type Description Notes
app_url String The Shortcut application url for the Group. [default to nothing]
description String The description of the Group. [default to nothing]
archived Bool Whether or not the Group is archived. [default to nothing]
entity_type String A string description of this resource. [default to nothing]
color String The hex color to be displayed with the Group (for example, "#ff0000"). [default to nothing]
num_stories_started Int64 The number of stories assigned to the group which are in a started workflow state. [default to nothing]
mention_name String The mention name of the Group. [default to nothing]
name String The name of the Group. [default to nothing]
global_id String [default to nothing]
color_key String The color key to be displayed with the Group. [default to nothing]
num_stories Int64 The total number of stories assigned to the group. [default to nothing]
num_epics_started Int64 The number of epics assigned to the group which are in the started workflow state. [default to nothing]
num_stories_backlog Int64 The number of stories assigned to the group which are in a backlog workflow state. [default to nothing]
id String The id of the Group. [default to nothing]
display_icon *Icon [default to nothing]
member_ids Vector{String} The Member IDs contain within the Group. [default to nothing]
workflow_ids Vector{Int64} The Workflow IDs contained within the Group. [default to nothing]

[Back to Model list] [Back to API list] [Back to README]