Skip to content

Examples for using the Shortcut REST API in Python and JavaScript

License

Notifications You must be signed in to change notification settings

useshortcut/api-cookbook

Repository files navigation

Welcome to the Shortcut REST API Cookbook

The Shortcut REST API is a powerful tool that can make your work easier and enhance the ways that you use your Shortcut data. We created this material to get you started using the Shortcut REST API to solve common requests, even if you don't regularly use APIs.

Maybe you need to get average Cycle time for the Epic you just completed, or you need to change the Label for incomplete work in a Sprint; this will show you how.

Some of these examples will guide you through using your command line to run the script. In other cases, we'll provide example code for specific tasks which will show you where to make small changes to interact with the data in your Shortcut account. You can also use this material as a starting place and make further adjustments for your particular needs.

Do you have an example you think we should cover? Please let us know! You can open an Issue on this repository so other teams can publicly add their interest, or email support@shortcut.com.

Found a typo or other small issue? Please feel free to submit a PR!

Questions and suggestions are welcome as Issues, or send us an email support@shortcut.com. We'd love to hear from you!

Requirements

All of the cookbook scripts are written in Python 3 and use the Requests Library. If you're comfortable checking your Python installation, installing Requests, using a virtual environment, and setting environment variables, please jump to the recipes.

If you'd like a walk-through of getting set up to run these example scripts, please check out the setup instructions:

Cookbook Recipes

The support team at Shortcut uses a version of this script to help us get back to customers about bug fixes and shipped features.

This script searches for work completed between the last business day and today, checks for support tickets on each Story, and preps data to send to Slack. The name of the Story, a link to the Story, and a count of the number of tickets on the Story are sent to a specific Slack channel.

We use this to help the support team quickly find Stories where they need to follow up, but with modifications you could use it for things like daily squad updates, personal reminders, and more.

Many teams use Labels to represent sprints. When there's unfinished work that needs to be rolled into the next sprint, this script can help automate that process. As a bonus, you can also use this script to create labels with custom colors.

I need to report on cycle time

Cycle time information for Epics and Objectives can be useful reporting tools. These scripts get the cycle time and lead time for an individual Epic or Objective. You can find cycle time information on stories using the charts provided within Shortcut itself.

How to I get the lead and cycle time for an Objective?

How do I get the lead and cycle time for an Epic?

Export Epic Comments to CSV

Export the comments for either a single epic or all epics in your Shortcut Workspace using the epic-comments recipe.

FAQ

How do I get set up to use these scripts on my Mac?

How do I get set up to use these scripts on my PC?

How do I authenticate?

How do I get the next page of results?

About

Examples for using the Shortcut REST API in Python and JavaScript

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages