Redirect single Central Issue links to finding it in Jira. Won't work for issues that didn't migrate over to Jira. Won't work if your Central Issue URL has cruft on it, such as anchor links.
Improves the content space and make sure sidebar is collapsible to the same width of http://tri.be/ and sidebar is accessible just by moving the cursor to the sidebar to make it available when only needed it.
Format the links that points to Pull Request in Central from a format like: https://github.com/moderntribe/event-tickets-plus/pull/490
into a format like event-tickets-plus#490
event-tickets-plus#490` similar to what GitHub does when a Pull Request is referenced inside of an issue.
Improves the UI when an issue has more than a single Pull Request to improve the addition / removal of new Pull Requests.
Updates the estimate field to make it wider and available to accepts entries such as: 4h 5m and make them work exactly the same as Spent time field.
Creates a kanban board for all issues queried. The board is hidden by default and can be toggled open and closed.
Turns the Pull Request field in Modern Tribe's "Central" issues pages into a link.
Add your favorite ticket numbers to the main menu for easy access. The ticket numbers and descriptions need to be manually adjusted in the script.
Starter Templates for New Central Issues
Shows your week of clocking at the top of Central and prompts you to enter some clocked time if you are falling behind.
This script provides handy tools when viewing an issue list:
- Toggle open/close row groupings of issues
Ok...fine...that's just one tool, but this has room to grow.
- Color-codes central issues by status and swaps out issue types (Support, Feature, Bug) with FontAwesome "icons".
- Adds a summary of on-page issues grouped by issue status.
Sorta like vim/gmail key commands
/
places your cursor in the search box.- in query view:
j
andk
move your selection up or down. Pressingenter
on the selection takes you to that ticket. i
takes you to the My Query. If you don't like the query viewi
takes you to, change the URL in line 15.
- highlight the spent hours with pink if they are over estimate
- works on both issue lists and single issues
When a ticket is set to Pending Merge or Complete, a llamacorn flies across the screen.
Styles QA headers so scanning QA activity on tickets is quicker. Relies on using the following headers in Central:
h2. QA PASSED (plus any extra text you want here)
h2. RETURNED (plus any extra text you want here)
Adds a button to the update form in a specific issue. When clicking the button, the notes and testing instructions fields are automatically populated with formatted starter text.
Adds a button to tasks in central to start toggl. You need to provide your toggl API key and the proxy address. You are welcome to use the proxy at https://relay-for-toggl.herokuapp.com/ Proxy repo: https://github.com/binarygary/relay-for-toggl
Sets the project and activity to previous values after clocking time on the clocking tool. This does not work if the clocking tool is opened in a pop-up window.
Auto-adds target="_blank"
to all external links.
Auto-uncheck the "email all" checkbox so you only send an email when you really want to.