Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • allgo allgo
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 80
    • Issues 80
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Attention une mise à jour du service Gitlab va être effectuée le mardi 07 février entre 13h30 et 14h00. Cette mise à jour va générer une interruption du service dont nous ne maîtrisons pas complètement la durée mais qui ne devrait pas excéder quelques minutes (habituellement de l'ordre de trois minutes).

  • allgoallgo
  • allgoallgo
  • Issues
  • #275
Closed
Open
Issue created Sep 20, 2018 by BAIRE Anthony@abaireOwner

add helpdesk links

Support requests should be made through rt. In production we have two links (because we have two rt submission forms, but which lands into the same queue) it is configurable at runtime in the helpdesk_link config key

# from rails/config/application.rb
# Externalised web links inside the help dropdown bar
config.helpdesk_links = {
   "report a problem" => "https://helpdesk.inria.fr/categories/227/submit",
   "ask a question"   => "https://helpdesk.inria.fr/categories/228/submit",
}

This should be configurable at runtime, in our deployment we could have:

{
    "Helpdesk":             "https://helpdesk.inria.fr/categories/227/submit",
    "Bug tracker (public)": "https://gitlab.inria.fr/allgo/allgo.inria.fr/issues", 
    "Contact":              "mailto:allgo@inria.fr",
}

The "ask a question" (demande pour allgo) form is kind of overlaping with allgo.inria.fr/issues, maybe we can drop it

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking