Shortcut integration (Productivity, Project Management). Imported from open-connector.
https://api.app.shortcut.com/api/v3/members
| Param | Type | Required | Description |
|---|---|---|---|
| orgId | integer | optional | The Shortcut organization ID. |
/members/{memberId}
| Param | Type | Required | Description |
|---|---|---|---|
| memberId | string | required | The Shortcut member UUID. |
| orgId | integer | optional | The Shortcut organization ID. |
/workflows
/workflows/{workflowId}
| Param | Type | Required | Description |
|---|---|---|---|
| workflowId | integer | required | The Shortcut workflow ID. |
/projects
/projects/{projectId}
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | integer | required | The Shortcut project ID. |
/epics
| Param | Type | Required | Description |
|---|---|---|---|
| includesDescription | boolean | optional | Whether Shortcut should include epic descriptions. |
/epics/{epicId}
| Param | Type | Required | Description |
|---|---|---|---|
| epicId | integer | required | The Shortcut epic ID. |
/stories
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | integer | required | The Shortcut project ID. |
| includesDescription | boolean | optional | Whether Shortcut should include story descriptions. |
/stories/{storyId}
| Param | Type | Required | Description |
|---|---|---|---|
| storyId | integer | required | The Shortcut story ID. |
/search/stories
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | required | The Shortcut search query. |
| next | string | optional | The Shortcut next-page token. |
| detail | string | optional | The amount of detail to return for each search result. |
| pageSize | integer | optional | The number of search results to return. |
| entityTypes | array | optional | The Shortcut entity types to search. |