Easily log time spent on Jira tasks directly from your browser with this convenient Chrome extension, saving you time and increasing productivity.
- Log time spent on Jira tasks directly from your browser.
- Supports older Jira Server (API V2) and newer Jira Cloud (API V3) versions.
- Select Project: Use the dropdown menu to select your project.
- Select Issue: Choose the specific issue from the dropdown list.
- Fill Out Details: Enter the date, time spent (e.g., 2h 15m), and a brief description of the work completed.
- Submit: Click the "Submit" button to log your time. You will receive a success message and the form fields will clear automatically.
- View Entries: Navigate to the "Time Table" tab to see a summary (or your custom JQL query summary) of your logged time.
- Edit Entries: You can add your logged time entries as needed.
- Detailed View: Click on any issue to open it in Jira.
- Start Timer: Click the "play" button to begin tracking time spent on a task. The timer will run in the background, even if you navigate to a different tab, and the badge will display the current time spent as well.
- Stop Timer: Click the "stop" button to end the timer.
- Fill Out Details: Enter a brief description of the work completed.
- Submit: Click the "Submit" button to log your time. You will receive a success message and the timer fields will clear automatically.
The below settings must be set for this extension to work properly.
This is the type of Jira instance you are using, whether that be Server or Cloud.
This is your Jira Domain URL, whether that be Server or Cloud. For example: `https://jira.atlassian.com/.
Your Jira Username/Email.
This is your Jira REST API Token.
The example JQL query is ((assignee=currentUser()) OR worklogAuthor=currentUser()) AND status NOT IN (Closed, Done). This means that the extension will only show issues that are:
- Assigned to you or you have logged time on
- Must not be Closed or Done.
All issues that meet the above criteria will be displayed in the extension table popup view. You can then select the issue you want to log time on, enter the time spent, add a comment, and adjust the date if you wish. Click the "Submit" button to log the time spent on the issue.
You can edit/customize the custom JQL query in the Settings tab under preferences.
This toggle allows you to enable/disable the experimental features of the extension. Currently, the only experimental feature is the timer, a Google calendar feature is also being explored.