Skip Menu |

This queue is for tickets about the App-Git-IssueManager-SyncJira CPAN distribution.

Report information
The Basics
Id: 128625
Status: new
Priority: 0/
Queue: App-Git-IssueManager-SyncJira

People
Owner: Nobody in particular
Requestors: james2vegas [...] aim.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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