Skip to content

This is a Chrome Extension which is used to open multiple JIRA IDs either as multiple tabs or as a filter in JIRA.

Notifications You must be signed in to change notification settings

theadisingh/Jira-Open

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JIRA OPEN

This is a Chrome Extension which is used to open multiple JIRA IDs either as multiple tabs or as a filter in JIRA.

HOW TO USE JIRA OPEN

  • Download and Extract the files to a location or Clone this repository to your local area using

    git clone https://github.com/theadisingh/Jira-Open.git

  • Open Google Chrome. Go to Settings > Extensions

  • Turn ON Developer Mode on top right.

  • Click on Load unpacked and point it to the downloaded/cloned repository.

HOW TO CHANGE JIRA URL

  • Navigate to the file popup.js
  • Modify the line 10 & line 32 to a suitable URL
// Line 10 (For Tabs)
const url = `<https://jira.com/browse/>${jiraNumber.toUpperCase()}`;
// Line 32 (For Filter)
const url = `https://jira.com/issues/?filter=-2&jql=key%20in%20(${filter})`;

About

This is a Chrome Extension which is used to open multiple JIRA IDs either as multiple tabs or as a filter in JIRA.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published