We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to get params value from the post call before the issue is saved. can anyone help me?
Workflow script executable before saving observable object contains error: undefined local variable or method `params' for #Issue:0x00007f91aaa8ea60
The text was updated successfully, but these errors were encountered:
Post the code you have entered into "Before save event".
Sorry, something went wrong.
In general, those scripts have access to models only and params are available in controllers. So, you cant get to them.
params
Thanks for explanation. How to access the values from Post call into the before_save custom workflow.
You can't access them.
No branches or pull requests
I want to get params value from the post call before the issue is saved. can anyone help me?
Workflow script executable before saving observable object contains error: undefined local variable or method `params' for #Issue:0x00007f91aaa8ea60
The text was updated successfully, but these errors were encountered: