File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -31163,9 +31163,9 @@ function msgBelongsTo(msg) {
3116331163 let ticketMeta = msg.match(/^[a-zA-Z]+-\d{1,6}/);
3116431164 return new Ticket('jira', ticketMeta[0]);
3116531165
31166- } else if (msg.substring(0, 2).toLowerCase() == "db") {
31167- let ticketMeta = msg.match(/^[a-zA-Z]+-\d{1,6}/);
31168- return new Ticket('jira', ticketMeta[0]);
31166+ // } else if (msg.substring(0, 2).toLowerCase() == "db") {
31167+ // let ticketMeta = msg.match(/^[a-zA-Z]+-\d{1,6}/);
31168+ // return new Ticket('jira', ticketMeta[0]);
3116931169
3117031170 } else if (msg.substring(0, 3).toLowerCase() == "web") {
3117131171 let ticketMeta = msg.match(/^[a-zA-Z]+-\d{1,6}/);
Original file line number Diff line number Diff line change @@ -70,9 +70,9 @@ function msgBelongsTo(msg) {
7070 let ticketMeta = msg . match ( / ^ [ a - z A - Z ] + - \d { 1 , 6 } / ) ;
7171 return new Ticket ( 'jira' , ticketMeta [ 0 ] ) ;
7272
73- } else if ( msg . substring ( 0 , 2 ) . toLowerCase ( ) == "db" ) {
74- let ticketMeta = msg . match ( / ^ [ a - z A - Z ] + - \d { 1 , 6 } / ) ;
75- return new Ticket ( 'jira' , ticketMeta [ 0 ] ) ;
73+ // } else if (msg.substring(0, 2).toLowerCase() == "db") {
74+ // let ticketMeta = msg.match(/^[a-zA-Z]+-\d{1,6}/);
75+ // return new Ticket('jira', ticketMeta[0]);
7676
7777 } else if ( msg . substring ( 0 , 3 ) . toLowerCase ( ) == "web" ) {
7878 let ticketMeta = msg . match ( / ^ [ a - z A - Z ] + - \d { 1 , 6 } / ) ;
You can’t perform that action at this time.
0 commit comments