Skip to content
GitLab
Next
    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    Projects Groups Topics Snippets
  • Register
  • Sign in
  • GitLab GitLab
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 55.2k
    • Issues 55.2k
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1.6k
    • Merge requests 1.6k
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
    • Model experiments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.orgGitLab.org
  • GitLabGitLab
  • Issues
  • #287868
Closed
Open
Issue created Nov 24, 2020 by John Hope@johnhopeDeveloper

Expired Iterations don't appear in the sidebar

Summary

The issue sidebar shows the current iteration, or No iteration if none is assigned. If an expired iteration is assigned, however, it shows nothing.

Steps to reproduce

  1. Create an iteration
  2. Assign an issue it
  3. Wait for it to expire
  4. Observe the issue sidebar

Example Project

Issue with no iteration: #210452 (closed) Issue with a current iteration (at time of writing): #249181 Issue with expired iteration: #13984 (closed)

What is the current bug behavior?

Iteration is blank

What is the expected correct behavior?

Expired iteration is shown

Relevant logs and/or screenshots

Issue with no iteration:

image

Issue with current iteration:

image

Issue with expired iteration:

image

GraphQL Request Example response

[{"data":{"project":{"issue":{"iteration":{"id":"gid://gitlab/Iteration/1100","title":"gitlab-org: #10","__typename":"Iteration"},"__typename":"Issue"},"__typename":"Project"}}}]

Possible fixes

Edited Nov 24, 2020 by John Hope
Assignee
Assign to
Time tracking