This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Zustand Redux-Like logger middleware | |
// | |
// Based on https://github.com/itsramiel/zustand-logger-middleware and | |
// https://github.com/pmndrs/zustand/discussions/788#discussioncomment-7663573 | |
// | |
// Require all store actions to be scoped in 'actions': | |
// | |
// const uiStoreCreator = (set, get) => { | |
// return { | |
// uiState: get()?.uiState || defaultUiState, |
This is a bookmarklet you can add to Chrome or Firefox which will allow you to create a story in Pivotal Tracker from a any URL. This might come in handy when creating stories.
But first you will have to set two variables in the script below:
pt_project_id: the ID of the Pivotal Tracker Project you want to add stories to. This can be found as part of the URL of the project (https://www.pivotaltracker.com/n/projects/<pt_project_id>)
pt_token: the Pivotal Tracker token used for authentication. Can be found in your PT profile