Skip to content
Snippets Groups Projects
Commit be934290 authored by Gerhard Gonter's avatar Gerhard Gonter :speech_balloon:
Browse files

added code to work with projects

parent f0eae281
No related branches found
No related tags found
No related merge requests found
......@@ -160,6 +160,15 @@ sub get_tracker_map
\%trackers;
}
sub get_projects
{
my $self= shift;
my $rm= $self->attach();
my $project_list= $rm->projects();
print __LINE__, " project_list: ", main::Dumper ($project_list);
}
sub get_project_id
{
my $self= shift;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment