Skip to content
Snippets Groups Projects

WIP: Read {ISSUE,MERGE_REQUESTS}_TEMPLATE from repository head

Closed Kamil Trzcińśki requested to merge read-template-from-repository into master

Put the ISSUE_TEMPLATE or MERGE_REQUESTS_TEMPLATE and the description field of issues or merge requests will be filled with that content.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
50 50 )
51 51
52 52 @issue = @noteable = @project.issues.new(issue_params)
53
54 @issue.description = @project.repository.issues_template
  • 375 375 end
    376 376 end
    377 377
    378 def issue_template
    379 cache.fetch(:issue_template) do
  • Sid Sijbrandij Milestone changed to 8.6

    Milestone changed to 8.6

  • Sid Sijbrandij Added ~131895 label

    Added ~131895 label

  • Milestone changed to 8.7

  • Douwe Maan Milestone changed to 8.8

    Milestone changed to 8.8

  • Douwe Maan Milestone removed

    Milestone removed

  • Grzegorz Bizon Status changed to closed

    Status changed to closed

  • Let's close it in favor of !4981 (merged), /cc @felipe_artur.

  • Please register or sign in to reply
    Loading