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 Custom Workflows Plugin for Enhanced Feature Implementation #346

Open koren85 opened 1 month ago

koren85 commented 1 month ago

I am currently working on integrating a feature from your Custom Workflows plugin into my Redmine plugin. Specifically, I need to activate or run a specific setting programmatically based on certain conditions within my plugin.

Could you please provide guidance or point me to the appropriate API methods or hooks in your plugin that would allow me to execute this setting safely? If there are any examples or documentation you could share, that would also be extremely helpful.

Thank you for your time and assistance.

picman commented 1 month ago

A preferred way how to modify Redmine functionality is via hooks: https://www.redmine.org/projects/redmine/wiki/Hooks