Open JIRA Ticket

Open JIRA tickets easily using the toolbar.

Open JIRA Ticketคืออะไร?

Open JIRA Ticket เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PotatoTools และคุณลักษณะหลักของมันคือ "Open JIRA tickets easily using the toolbar."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open JIRA Ticket

ดาวน์โหลดไฟล์ส่วนขยาย Open JIRA Ticket ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        An easy and convenient tool to help open JIRA tickets or JIRA issues much quicker right from the toolbar or the address bar!

- Do members of your team sometimes only provide you with a ticket number and not the full url to the ticket?
- Do you sometimes forget to add a dash in between the project and ticket number?
- Do you search for JIRA tickets, but forget what you searched for?
- Do you not want to type in the project you're working in every time?

Well, if you answered yes to any of those questions, this extension is for you!

- This extension will allow you to set a default project, so you only need to enter the ticket number!
- If you want to search for a ticket in a different project, just append the project and ticket number and search for it using the toolbar
- The extension will provide a history of previously searched for tickets when you click on the extension icon. 

---

Getting Started
- Enter your JIRA host in "Input JIRA URL". Example: http://jira.issues.com
- Enter your Default Project. This is the project you want to type numbers for. Example: STACK

Advanced Usage:
You can utilize the address bar to search for tickets as well. 
Start typing "ojira" without the quotes, and hit tab or space. You will then be able to enter any ticket number. 

---

# Changelog
* 3.0.9
	* Remove tabs permission again.
	* Update timezone locations. Remove Arizona and London, replace with Sydney Australia and Los Angeles
* 3.0.8
	* Allow numbers in default project setup
	* Add history display preference for those who prefer a more minimal look
* 3.0.7
	* Fix World Clock
* 3.0.6
	* Add Q to display
	* Add fun feature with ranks on usage
	* Add missing i18n translations
	* Minor options cleanup
* 3.0.5
	* Add simple show me what fiscal quarter of the year I'm in option
* 3.0.4
	* Minor modifications to clock. Disable persistent seconds update (was too slow imo)
	* Remove seconds indicator
* 3.0.3
	* Hotfix permission back. Need it to open toolbar with shortcut. Oops!
* 3.0.2
	* Add World Clock option in toolbar
	* Remove unnecessary tabs permission
* 3.0.1
	* Add in omnibox support using new keyword - 'ojira', short for openjira
	* Avoid conflict with simple search of 'jira' in toolbar
* 3.0
	* Upgrade to manifest v3
	* Update i18n implementation
	* Remove favorites feature
	* Disable omnibox support (unable to get it to work in v3 yet)
	* Add keyboard support for history navigation
	* Add Japanese, Korean and Chinese language support
	* Simplify, update and remove cruft
* 2.1
	* Add favorites feature
	* Fix minor bugs
* 1.1
	* Add localization for English, Spanish, French, German and Russian
* 1.0 
	* Full release of Chrome Extension. 

---
# Disclaimer
I am not affiliated with Atlassian in any way. This is not an official Atlassian product.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Open JIRA Ticket Open JIRA Ticket
ID blblhnpjhhjdbgbcgmmldohpalmbedci
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/open-jira-ticket/blblhnpjhhjdbgbcgmmldohpalmbedci
คำอธิบาย Open JIRA tickets easily using the toolbar.
ขนาดไฟล์ 1.36 MB
จำนวนการติดตั้ง 681
เวอร์ชันปัจจุบัน 3.0.9
อัปเดตครั้งล่าสุด 2024-03-05
วันที่เผยแพร่ 2017-08-21
คะแนน 4.38/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา PotatoTools
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ de,en,fr,es,ru,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open JIRA Ticket",
    "description": "Open JIRA tickets easily using the toolbar.",
    "manifest_version": 3,
    "version": "3.0.9",
    "author": "jjwong",
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+K",
                "mac": "Command+Shift+K",
                "chromeos": "Ctrl+Shift+K",
                "linux": "Ctrl+Shift+K"
            }
        }
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "minimum_chrome_version": "92",
    "omnibox": {
        "keyword": "ojira"
    },
    "icons": {
        "16": "icons\/32-toolbar.png",
        "48": "icons\/48-options.png",
        "128": "icons\/128-large.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ]
}