Hi all.
Is it possible to specify issue name after #comment while using smart commits ?
( for example, EPMCESACF-18 #time 1d #comment EPMCESACF-18 fixed )
Because we have the error:
Error processing EPMCESACF-18 #comment
FishEye was unable to comment on the issue EPMCESACF-18 because JIRA responded with the following error: comment: Comment body can not be empty!
Thanks.
Hi Slava,
the commit message parser is able to match commands for multiple issues in the same commit message. So ehwn it finds 'EPMCESACF-18' after '#comment' it sees that as a separate command and doesn't find any text for the #comment command.
I've raised a bug for it that's tracked here: https://jira.atlassian.com/browse/FE-5024
As a workaround you can try avoiding using the issue key again in the comment (something like 'EPMCESACF-18 #comment fixed' should work ok)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.