ForgetMeNot is a simple Google Chrome extension that reminds you of Code/Spec review tickets that are assigned to you on Jira. It was created in an attempt to speed up the Code/Spec review process @Celtra.
Currently, the Jira API URL is hardcoded to https://celtra.atlassian.net/
, this could easily be made configurable in the future.
The extension is not (yet) published on Chrome Web Store. You can clone the repo from GitHub (or download the ZIP & unpack it locally) and manually install the extension by navigating to chrome://extensions
& clicking the Load unpacked
button.
Make sure that Developer mode
is turned on.
For the best experience, please pin the extension to your taskbar.
- When you install the extension you'll be prompted to enter the Jira email and API key so the extension can fetch the issues from the Jira API.
- It will do so every 5 minutes and when the extension popup is open.
- The popup displays if and how many issues are assigned to you and provides a link to open them in Jira.
- If the issue has not been updated for more than 24 hours it will be considered as 'stale'.
- You will get notified about stale issues every working day at 9 am and 2 pm through a new tab and a system notification.
- add an option to disable nagging