ADD: method returning available issue types
This commit is contained in:
parent
f630851365
commit
aa470c84ce
@ -195,6 +195,17 @@ sub tag
|
|||||||
return $tag->content;
|
return $tag->content;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
=method available_types
|
||||||
|
|
||||||
|
returns an array of available/supported issue types
|
||||||
|
|
||||||
|
=cut
|
||||||
|
sub available_types
|
||||||
|
{
|
||||||
|
my $self = shift;
|
||||||
|
|
||||||
|
return ("bug","security-bug","improvement","feature","task","epic");
|
||||||
|
}
|
||||||
|
|
||||||
=method init
|
=method init
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user