Skip to content

Repository files navigation

Clockwork Time Tracking

Track time in Clockwork Pro for Jira directly from Raycast.

Features

  • 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

Setup

  1. API Token - Get from Jira: Apps > Clockwork > API Tokens
  2. Jira Base URL - Your instance URL (e.g., https://mycompany.atlassian.net)
  3. Account ID (optional) - Find in your Jira profile URL after /people/. Filters worklogs to only yours.

Commands

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

Local Installation (For Teams)

This extension isn't published to the Raycast Store. To install locally:

From Source

git clone <repo-url>
cd clockwork-tracking
npm install
npm run build

Then in Raycast: Extensions > + > Import Extension and select the clockwork-tracking folder.

From Zip

  1. Unzip to a permanent location (e.g., ~/Extensions/clockwork-tracking)
  2. Open terminal in the folder and run:
    npm install
    npm run build
  3. In Raycast: Extensions > + > Import Extension and select the folder

Script Command (Optional)

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/

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages