You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like terjira has a problem with parsing commandline arguments (or unicode in them):
$ jira issue new -P Low -a mva -S '[Трекер] Конфиги веб-серверов (см. описание)' -d 'Необходимо пройтись по серверам (начиная с servername) и переделать конфигурации NginX и PHP-FPM на более пригодные для автоматизации управления конфигами' -p ADMINChoose issue type? Внедрение новой технологииproject: project is required # <- !! (-p was specified! But okay, let's remove it and set it interactively)
$ jira issue new -P Low -a mva -S '[Трекер] Конфиги веб-серверов (см. описание)' -d 'Необходимо пройтись по серверам (начиная с servername) и переделать конфигурации NginX и PHP-FPM на более пригодные для автоматизации управления конфигами'Choose project? ADMIN - Server administrationChoose issue type? Внедрение новой технологииsummary: Operation value must be a string, description: Operation value must be a string
Pretty the same with posting comments from commandline arguments (both by issue comment and by issue trans -m). In both ways it fails to post comment (in trans it just ignores it, and in comment it throws error and requires to post interactively).
By the way, it probably must be reported as separate issue, but "intercative" mode in issue comment has issue with long lines (when you wrote a line longer then terminal window width, it duplicate the line many times (once for every time you type new letter)
The text was updated successfully, but these errors were encountered:
Looks like terjira has a problem with parsing commandline arguments (or unicode in them):
Pretty the same with posting comments from commandline arguments (both by
issue comment
and byissue trans -m
). In both ways it fails to post comment (intrans
it just ignores it, and incomment
it throws error and requires to post interactively).By the way, it probably must be reported as separate issue, but "intercative" mode in
issue comment
has issue with long lines (when you wrote a line longer then terminal window width, it duplicate the line many times (once for every time you type new letter)The text was updated successfully, but these errors were encountered: