This commit is contained in:
parent
72e3b54fdf
commit
637be9453b
@ -44,10 +44,11 @@ sub prepareAuthToken
|
|||||||
|
|
||||||
sub redmine2ntfy
|
sub redmine2ntfy
|
||||||
{
|
{
|
||||||
|
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
my $data = shift;
|
my $data = shift;
|
||||||
|
|
||||||
|
$self->log->info("Preparing message from redmine");
|
||||||
|
|
||||||
$data->{text} =~ /^<(.*)\|(.+)>\+\-\+(.+)\+<(.*)\|(.*)>\+.*\+by\+(.*)$/;
|
$data->{text} =~ /^<(.*)\|(.+)>\+\-\+(.+)\+<(.*)\|(.*)>\+.*\+by\+(.*)$/;
|
||||||
|
|
||||||
my $projectUrl=$1;
|
my $projectUrl=$1;
|
||||||
|
Loading…
Reference in New Issue
Block a user