Preselected milestone and assignee while create new issue
Merged
requested to merge github/fork/AlexDenisov/preselected_milestone_while_create_new_issue into master
Created by: AlexDenisov
Solution for #1199 (closed).
Pre-selected labels is not implemented (yet?), but it works fine with milestone and/or assignee.
Does anybody need this feature? If yes, then I could implement this, but later.
Merge request reports
Activity
37 37 end 38 38 39 39 def new 40 @issue = @project.issues.new Created by: dzaporozhets
I think it will be better to use
@project.issues.new(params[:issue])
instead of next strings. Just useissue[milestone_id]=3
format when update issue urlBy Administrator on 2012-09-07T17:59:48 (imported from GitLab project)
By Administrator on 2012-09-07T17:59:48 (imported from GitLab)
Please register or sign in to reply