I'm trying to create my first Redmine plugin. Actually i'm trying to create a form in the issue sidebar (the view_layouts_base_sidebar
hook) , and i can't find a way to get the current project
To get the current user, we can do this
User.current
Now, i want to get the project of the current issue, do you know how to get it ? as Project.current
doesn't exist
Thanks a lot