pull-request-notifier-for-bitbucket
pull-request-notifier-for-bitbucket copied to clipboard
[PULL_REQUEST_ACTION] Create task?
Feature request, as I can't seem to find this option anywhere.
Can there be an action in the [PULL_REQUEST_ACTION] for creating tasks? So that when someone adds a task to a PR, all the followers can be notified then of the update.
Should be possible. If listening for this event: https://developer.atlassian.com/static/javadoc/bitbucket-server/latest/api/reference/com/atlassian/bitbucket/event/task/TaskCreatedEvent.html
It's not listed in the "Triggers" on the Settings page?
No it is not. It needs to be added in a new release.
@tomasbjerre that would be a very useful feature! :)
I had a look and since TaskEvent is an ApplicationEvent it makes implementation a bit harder. Not really sure if it is possible to find out the PR that belongs to that created task.
@tomasbjerre that's a shame! Would have been very handy. Oh well.