- Currently the Extension is parsing only German calender entries
- You find a more sophisticated version of this https://github.com/Tylopilus/jira-timebooker here. Englisch Kalender is also working there.
This Chrome extension helps to log meetings directly from Outlook webview to JIRA Cloud (On-prem is untested) with ease. It shows a sidebar with all meetings of the current view. In the sidebar, you can then edit the meetings and log them in bulk to jira.
For the Extension to work the Url pattern must follow https://*/calendar/view/*
.
- Extract and log meeting details automatically
- Will work in single day view and multi day views
- Integration with JIRA API to log hours
- Easy to use UI integrated directly into your browser
- Group meetings by date
- It will save the last 10 tickets you log work to.
- Clone or download the repository to your local machine.
- Open the Google Chrome browser.
- Go to
chrome://extensions/
. - Check the
Developer mode
checkbox. - Click on the
Load unpacked
button. - Navigate to the location where you cloned the repository and select the folder containing the extension files.
- The extension should now be installed and you will see it in your list of extensions.
- Go to https://id.atlassian.com/manage-profile/security/api-tokens to create a jira token.
- Add your Jira Credentials via the Options Page:
- Click on the
Log Meetings
button that appears in your browser. - The extension will automatically extract meeting details from the page and group them by date.
- You can edit the duration and associate meetings with JIRA tickets directly in the extension sidebar.
- Click on the
Log to JIRA
button to log all the meetings to JIRA.