Track time in Clockwork Pro for Jira directly from Raycast.
- Menu Bar Timer - See active tracking at a glance
- Start/Stop Tracking - Quick issue selection with status grouping
- View Time Entries - Browse logged time by period
- Today's Total - Summary of time tracked today
- API Token - Get from Jira:
Apps > Clockwork > API Tokens - Jira Base URL - Your instance URL (e.g.,
https://mycompany.atlassian.net) - Account ID (optional) - Find in your Jira profile URL after
/people/. Filters worklogs to only yours.
| Command | Description |
|---|---|
| Clockwork Menu Bar | Shows current tracking in menu bar |
| Start Tracking Time | Select an issue to track |
| Stop Tracking Time | Stop and log current timer |
| View Time Entries | Browse worklogs by period |
| Today's Total Time | Summary grouped by issue |
| Open Clockwork in Jira | Opens Clockwork timesheet |
| Open Current Issue | Opens tracked issue in browser |
This extension isn't published to the Raycast Store. To install locally:
git clone <repo-url>
cd clockwork-tracking
npm install
npm run buildThen in Raycast: Extensions > + > Import Extension and select the clockwork-tracking folder.
- Unzip to a permanent location (e.g.,
~/Extensions/clockwork-tracking) - Open terminal in the folder and run:
npm install npm run build
- In Raycast: Extensions > + > Import Extension and select the folder
For inline status in Raycast search results, add the script command:
chmod +x scripts/clockwork-status.sh
ln -s "$(pwd)/scripts/clockwork-status.sh" ~/Library/Application\ Support/Raycast/Script\ Commands/