is possible configure jira in way use smart commit messages automatically create new issue? lets i'm committing fix , add new issue directly annotating commit log, possible?
from reading smart commits require fisheye, doesn't it. (although there @ least 1 stash plugin doesn't require fisheye)
if you're using stash can create example asynchronous post-receive hook plugin can watch commit comments #createissue resolved bug , create within jira issue summary resolved bug.
likewise if you're using github use makes use of web hooks functionality takes in event , processes commit comment , uses jira rest api create issue.
likewise bitbucket has webhook functionality , there plugins stash well.
Comments
Post a Comment