简体   繁体   中英

How to enable smart commit for custom workflow in JIRA?

We're using custom workflow as attached. In the example from JIRA official we have a clear and easy to understand instruction on how to trigger the smart commit and update the ticket status in JIRA. Unfortunately seem like it's not working with the custom workflow or is there any way to work around? advise is appreciated.

JRA-090 #close Fixed this today

Reference from here

我们的自定义工作流程

Can you provide some examples of what you have tried? You should be able to use a smart commit transition with a custom workflow. You need to make sure you replace the whitespaces with -

I would recommend trying something like:

JIRA-123 #Start-Development Your comment here

This is an old question, but there's a couple of things to note:

  1. The DVCS connection is not instant; it defaults to syncing every hour. Enabling webhooks can shorten the time:

https://confluence.atlassian.com/jirakb/slow-appearing-commits-from-bitbucket-or-github-in-jira-779160823.html

  1. The email address of the repository user MUST match a user in JIRA who has appropriate access to trigger the transition. For example, some people have GitHub accounts that don't match their JIRA accounts, which means the GitHub account email isn't in the JIRA user directory. This means the user doesn't have "Close Issue" permission. The message "Fixed this today" will still appear in the JIRA issue, but the Close transition doesn't happen.

Hope these are helpful!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM