-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Control document Workflow state through API Rest #1273
Comments
No, there is no such option. The plugin is not compatible with DMSF. |
I was thinking of a feature that would allow me to do this. If I look at a regular GET request of a document I usually get something like this:
I can see there is a It would be good to have a feature that allows me to set a value there and impact on Redmine, for example: This is a file upload commit JSON, and at the end, is the workflow field with a value assigned.
And this is a document revision json:
Do you think this could be possible to have? Regards |
It is not so simple. An approval workflow loop consists of assignment, start and approvals. All of these steps are related to a file's revision. For each we would have to implement an independent REST API call (to enable existing methods for REST API). |
I wonder if there is an option that lets me take control of the document Workflow through the API rest.
In the case of base Redmine, there isn't such an option so I know at least one plugin that allows you to do it. But I don't know if it would be compatible with DMSf.
The text was updated successfully, but these errors were encountered: