Release Notes
KeyTypeStatusSummaryDescriptionAffects versionsFixversionsSCFB-6ResolvedThe keyword @stash is used to create a Pull-Request commentThe plugin has been developed for Stash. Thats the reason, why magic keywords in the commit messages are based on the name @stash. Since the renaming to Bitbucket, the magic comments needs to be renamed also. Both keywords should be supported. Since the version 3.0.0 in addition also @bb is possible to create comments SCFB-19ResolvedReport Remaining effortWith this extension it is possible to enable a reporting regarding the time tracking. If a user add a new worklog he will get a summary of the time tracking information of the issue. Example commit message #Log time TEST-1 #time 2w Example response message SCFB-22ResolvedSet estimated EffortA new smart action has been introduced. With this smart commit extension for Jira, it is possible to set the estimated remaining effort for an issue. //Set the remaining effort of the issue TEST-1 TEST-1 #remaining 1w1d1h Example SCFB-33ResolvedData Center compatibilityThe new addon has successfully passed the Data Center approval process. Now the addon is listed as fully compatible with Bitbucket Datacenter instances.SCFB-34ResolvedTask creation supportA new smart action has been introduced. With this smart commit extension, it is possible to create tasks for pull requests. //Add a task to existing pull request #task my first task #task my second task Example SCFB-35ResolvedUse Bitbucket default logging mechanismThe logging in the configuration page has been removed. Instead use a more detailed logging to the bitbucket.log in the home directory of Bitbucket. This logging needs to be enabled (see FAQ - Enable detailed logging)SCFB-36ResolvedPerformance improvementsSeveral improvements has been done. Major improvement is the concurrency behaviour: If the push response is disabled, all actions will be executed as a background process and the push returns directly, but without message. If the push response is enabled, the behaviour is like in previous versions. The push will response messages, based on the configured response level (info|warning|error) Time-out Even if the push response is enabled, the smart commit actions can run in the background. A time-out can be configured for this. As long as this timeout has not expired, the actions are executed normally and the executed actions generate the usual messages as push response. If there are still actions to be executed after the timeout, these actions are executed in the background and the "push" returns directly. (and prints only the already executed actions) SCFB-37ResolvedProject and Repository configurationThe add-on configuration has been moved to the post hooks area. Now it is possible to configure the add-on on Bitbucket project level. The settings can be inherited to repositories.SCFB-38ResolvedPossibility to disable actions exclusiveIt is possible to disable and enable each smart commit action exclusive. So you can decide which actions you would like to use and which actions you would like to ignore. Jira actions Bitbucket actions SCFB-39ResolvedA reviewer action was not possible together with a pull request creationIn some situations it was not possible to create a pull request and add a reviewer in the same commit message. Example: #pull master #reviewer @tester
Known Bugs
KeyTypeStatusSummaryDescriptionVersionsFixversions