Subject: | Can't map status or types from jira that contain spaces |
$ git issue sync_jira ... -s 'To Do:open'
unknown value (To Do) at /home/jwright/perl5/lib/perl5/Git/IssueManager/Issue.pm line 41.
Changing the \S+ before the : on lines 41 and [^:]+ allows me to map statuses and types with spaces
unknown value (To Do) at /home/jwright/perl5/lib/perl5/Git/IssueManager/Issue.pm line 41.
Changing the \S+ before the : on lines 41 and [^:]+ allows me to map statuses and types with spaces