This is a plugin that allows you to keep your Jira tasks from the currently active sprint in your menu bar.
There are also options to customize the JQL used to pull issues in, and to group issues by a particular field, including custom fields.
Important Note: Due to a limitation in the default variable parsing, you'll need to set the JQL to filter by your user after installing. See this issue on progress for a fix.
Copy the following into the JIRA_JQL
setting in the plugins browser and refresh the plugin:
assignee in (currentUser()) AND resolution = Unresolved
Install from the plugins browser in the xbar app.
npm install
to install dependenciesnpm run dev:prepare
to setup an executable symlink in yourxbar
plugins directorynpm run dev
to watch the src code and automatically generate the executable script linked byxbar
�