Created
April 16, 2020 03:38
-
-
Save chx/b5a612c01aeb484270e2cd9fc46ba299 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"createdBy": "Redirector v3.5.3", | |
"createdAt": "2020-04-16T03:37:40.345Z", | |
"redirects": [ | |
{ | |
"description": "No more JIRA popups", | |
"exampleUrl": "https://example.atlassian.net/secure/RapidBoard.jspa?rapidView=102&modal=detail&selectedIssue=WEB-8424&quickFilter=107", | |
"exampleResult": "https://example.atlassian.net/browse/WEB-8424", | |
"error": null, | |
"includePattern": "^(.*atlassian.net)/secure/RapidBoard.jspa.*modal=detail&selectedIssue=([^&]+)", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "$1/browse/$2", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame", | |
"history" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment