Shortcut integration
Last updated
Was this helpful?
Last updated
Was this helpful?
Our Shortcut integration leverages Rewstโs workflow automation capabilities to streamline project management for software development teams. It automates story creation, task tracking, status updates, reporting, and workflow synchronizationโreducing manual effort, improving team coordination, and ensuring smooth, consistent execution across your development lifecycle.
Log in to your Shortcut account.
Navigate to Settings > API Tokens.
Click into the Token Name field. Name your token Rewst integration
.
Click Generate Token.
Copy this token. You'll need it for later setup steps in Rewst. Note that if you do not copy this token, you won't be able to retrieve it again later.
Navigate to Configuration > Integrations in the left side menu of your Rewst platform.
Click on the integration tile to launch the configuration setup page.
Under Parameters:
Paste the API token copied from Shortcut into the API Token field.
Click Save Configuration.
Saving your configuration during integration setup automatically triggers a test API call to verify that your setup is correct. If something is wrong with your credentials and the integration fails, you'll receive an error message in the Rewst platform.
Generic Request
Generic Shortcut API Request
Generic action for making authenticated requests against the Shortcut API
Iterations
Create Iteration
Create an iteration in Shortcut
Iterations
Delete Iteration
Delete an iteration in Shortcut
Iterations
Get Iteration
Get an iteration in Shortcut
Iterations
List All Iterations
List iterations in Shortcut
Iterations
Update Iteration
Update an iteration in Shortcut
Members
Get Member
Get member in Shortcut
Members
List All Members
List members in Shortcut
Projects
List All Projects
List projects in Shortcut
Projects
List All Stories
List stories of a project in Shortcut
Stories
Create Story
Create a story in Shortcut. Requires either workflow_state_id
or project_id
(but not both).
Stories
Delete Story
Delete any story in Shortcut
Stories
Get Story
Get information about a chosen Story
Stories
Get Story History
Returns the history of a chosen Story
Stories
Update Story
Update properties of an existing story
In the Integrations page, search for the Shortcut integration.
Got an idea for a new Integration? Rewst is constantly adding new integrations to our integrations page. Submit your idea or upvote existing ideas here in our .
For more on how actions work in Rewst, check out our .
Shortcut's complete documentation can be found .