Shortcut offers all the functionality, without most of the complexity. We bring the "flow" to your workflows.
See how Clubhouse can help your team ship better, ship faster, and ship funner.
Create a Story to tackle any task, feature, or bug. Then keep things updated via your Kanban board workflow, within your Iteration / Sprint, or from the command line via pull request.
Shortcut allows us to quickly get stories into the workflow, get new features into development, and ship better products.
Track company-wide progress with automatically updated Epics, Milestones, and Roadmaps. Everyone can see how their own contributions are impacting larger goals.
Shortcut provides the ability to work on a task list at the smallest level where I can check things off, all the way up to tracking my entire company's engineering velocity at the milestone level.
Iterations let you prioritize and track work your team is focusing on within a short, set period of time... you know, a sprint. Built-in reports provide visibility into your priorities and plans.
Iterations allow my teams to set internal delivery estimates — centered around demos — that show progress toward larger company goals. Along the way, iterations provide much-needed visibility into how we're working and whether we're improving over time. The auto-start and completion dates are convenient and encourage us to be rigorous about planning at the predetermined start of each iteration.
From Velocity and Burndown Charts to Cumulative Flow Diagrams, we’ve built a rich set of views to help you visualize and track progress from every angle.
Shortcut allows us to provide structure and process. It keeps us organized and focused.
Get early access to new features with Shortcut Labs. You then give us a feedback. We improve and release those features. Then you get more new features.
Our API makes it easy to update Shortcut so that it fits even better within your org. Automate your workflow, integrate with other applications, or build custom reports.
The API provided by Shortcut is extensive. Anything you can think of wanting to accomplish as a human in Shortcut, your code can accomplish with the API.
curl -X GET
-H "Content-Type: application/json"
-L "https://api.app.shortcut.com/api/v3/epics"
[
{
"archived": false,
"comments": [],
"completed": true,
"completed_at": "2018-10-31T12:30:00Z",
"completed_at_override": "2018-12-31T12:30:00Z",
"created_at": "2018-10-31T12:30:00Z",
"deadline": "2018-10-31T12:30:00Z",
"description": "Mobile Beta",
"entity_type": "epic",
"epic_state_id": 123,
"external_id": "123",
"follower_ids": ["12345678-9012-3456-7890-123456789012"],
"id": 123,
"labels": [],
"mention_ids": ["12345678-9012-3456-7890-123456789012"],
"milestone_id": 123,
"name": "foo",
"owner_ids": ["12345678-9012-3456-7890-123456789012"],
"position": 123,
"project_ids": [123],
"requested_by_id": "12345678-9012-3456-7890-123456789012",
"started": true,
"started_at": "2018-10-31T12:30:00Z",
"started_at_override": "2018-10-31T12:30:00Z",
"state": "foo",
"stats": {
"last_story_update": "2018-10-31T12:30:00Z",
"num_points": 123,
"num_points_done": 123,
"num_points_started": 123,
"num_points_unstarted": 123,
"num_stories_done": 123,
"num_stories_started": 123,
"num_stories_unestimated": 123,
"num_stories_unstarted": 123
},
"updated_at": "2018-10-31T12:30:00Z"
}
]
curl -X GET
-H "Content-Type: application/json"
-L "https://api.app.shortcut.com/api/v3/milestones"
[
{
"categories": [],
"completed": true,
"completed_at": "2018-10-31T12:30:00Z",
"completed_at_override": "2018-10-31T12:30:00Z",
"created_at": "2018-10-31T12:30:00Z",
"description": "MVP of the app that we can roll out to the general public.",
"entity_type": "milestone",
"id": 123,
"name": "Public Beta",
"position": 123,
"started": true,
"started_at": "2018-10-31T12:30:00Z",
"started_at_override": "2018-10-31T12:30:00Z",
"state": "in progress",
"updated_at": "2018-10-31T12:30:00Z"
}
]
Experience the most lightweight, enjoyable way for your team to work.