Short answer: You can list statuses in Jira by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Jira List Statuses action to a workflow, map its 0 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
{}
[{"id": "10001","name": "To Do","statusCategory": {"id": 2,"key": "new","name": "To Do"}},{"id": "10002","name": "In Progress","statusCategory": {"id": 4,"key": "indeterminate","name": "In Progress"}},{"id": "10003","name": "Done","statusCategory": {"id": 3,"key": "done","name": "Done"}}]
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.