anteo / redmine_custom_workflows

Allows to create custom workflows for Redmine
http://www.redmine.org/plugins/custom-workflows
GNU General Public License v2.0
178 stars 72 forks source link

Integration with repository code #337

Closed marmat1 closed 2 months ago

marmat1 commented 2 months ago

I have been working with this great plugin for years. Once you have a lot of different workflows it would be very useful (and recommended) to manage the workflows code using a repository like Gitlab.

Is there any way to link code from workflows with a repository in order to manage changes?

Many thanks.

picman commented 2 months ago

No, there is no such option.

marmat1 commented 2 months ago

Thanks for your answer. And in case we wanted to implement a solution, where are the workflows saved?

picman commented 2 months ago

They are saved in _customworkflows database table.

marmat1 commented 2 months ago

Thanks!