assign-current-user-as-owner
Assign yourself as the owner of a Shortcut story to take responsibility for task management and ensure proper tracking of work items.
Instructions
Assign the current user as the owner of a story
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| storyPublicId | Yes | The public ID of the story |
Input Schema (JSON Schema)
{
"properties": {
"storyPublicId": {
"description": "The public ID of the story",
"exclusiveMinimum": 0,
"type": "number"
}
},
"required": [
"storyPublicId"
],
"type": "object"
}