Jira Swimlane Shuffler

Shuffle the order of assignee swimlanes on an active Jira sprint/Kanban board.

What is Jira Swimlane Shuffler?

Jira Swimlane Shuffler is a Chrome extension developed by Sergio Sanchez, and its main feature is "Shuffle the order of assignee swimlanes on an active Jira sprint/Kanban board.".

Extension Screenshots

screenshot

Download Jira Swimlane Shuffler Extension CRX File

Download Jira Swimlane Shuffler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Jira displays assignee swimlanes in alphabetical order. This can make daily stand-ups frustrating for the Willamsons and Zordons in the group, especially when the Barclays and Chens take too much time.

This extension will take div elements of class "ghx-swimlane" and randomly shuffle them on the page.                    

Extension Basic Information

Name Jira Swimlane Shuffler Jira Swimlane Shuffler
ID gdhfapkplpdajkphekdajbobkndhpkdk
Official URL https://chromewebstore.google.com/detail/jira-swimlane-shuffler/gdhfapkplpdajkphekdajbobkndhpkdk
Description Shuffle the order of assignee swimlanes on an active Jira sprint/Kanban board.
File Size 11.39 KB
Installation Count 103
Current Version 1.1
Last Updated 2018-02-14
Publish Date 2018-02-13
Rating 4.60/5 Total 5 Ratings
Developer Sergio Sanchez
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jira Swimlane Shuffler",
    "description": "Shuffle the order of assignee swimlanes on an active Jira sprint\/Kanban board.",
    "version": "1.1",
    "background": {
        "scripts": [
            "popup.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_title": "Jira Swimlane Shuffler",
        "default_icon": "icon_32.png"
    },
    "permissions": [
        "activeTab"
    ]
}