Is it possible to run a command on issue creation?
Basically I want to be able to run a system command when a new issue is created. This command could do anything, such as send an
email, update a webpage, create a branch in git, etc etc.
Is this possible currently, or should I file a bug?
Cheers,
Hugh
email, update a webpage, create a branch in git, etc etc.
Is this possible currently, or should I file a bug?
Cheers,
Hugh
Please sign in to leave a comment.
For some use cases you can use email/jabber notifications or integration with external tools. Though, complex commands you can apply via REST API. Currently, it is impossible to use REST API methods directly from workflow. Feel free to vote for related issue.