Example #1
0
        public GroupResult GetGroup(string groupName)
        {
            var result = _client.GetGroup(groupName);

            result.Jira = this;
            return(result);
        }