Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #5882

Closed
Open
Created Dec 19, 2013 by Administrator@rootOwner

Mismatch IDs between dashboard and RSS feed title

Created by: maoueh

Gitlab version: 6.3.0

The RSS feed use the old id scheme (the "global" ID, prior update to 6.1). However, the dashboard has the correct ID listed.

For example, in a repository we close MR #36 (closed), in the web dashboard, the id is displayed correctly. However, in the RSS feed, the id displayed is MR #476.

Here a screenshot from the dashboard:

gitlab-issue-wrong-id-rss-feed

And here the corresponding entry from the RSS feed of my dashboard:

<entry>
    <id>tag:<gitlab_host>,2013-12-19:8442</id>
    <link href="http://<gitlab_host>/<repository>/merge_requests/36"/>
    <title>Matthieu Ouellette-Vachon accepted MR #476: Fix Unit Tests at <repository></title>
    <updated>2013-12-19T16:30:31Z</updated>
    <media:thumbnail width="40" height="40" url="http://www.gravatar.com/avatar/5e20bed19b69a7eb804a8b5efe0dc948?s=40&amp;d=mm"/>
    <author>
      <name>Matthieu Ouellette-Vachon</name>
      <email><user_email></email>
    </author>
    <summary type="xhtml">
    </summary>
  </entry>

As you can see, the link in the entry has the correct id (<link href="http://<gitlab_host>/<repository>/merge_requests/36"/>) but not the title of the entry which use the old global id.

Regards, Matt

Assignee
Assign to
Time tracking