0

This seems to imply that it is only possible to change status and not possible to add labels https://confluence.atlassian.com/display/FISHEYE/Using+smart+commits

Is there a workaround or other way of achieving this?

adolf garlic
  • 3,034
  • 7
  • 39
  • 54

1 Answers1

0

This is not supported by the bundled JIRA smart commits plugin - it currently supports transitioning JIRA issues, tracking time, and adding comments.

You could fairly easily implement a custom commit hook plugin to update the issues mentioned in the commit message (have a look at the dev tutorial).

Otherwise you might want to add a feature request to allow updating issue fields through smart commits.

miszobi
  • 111
  • 3