Uploaded image for project: 'Jira Software Data Center'
  1. Jira Software Data Center
  2. JSWSERVER-21121

Inline edit does not work in Backlog view for date fields in Versions panel

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Low Low
    • None
    • 8.19.0, 8.19.1, 8.20.1, 8.20.3
    • Versions

      Issue Summary

      Inline editing for dates in Versions panel for any version does not work. Clicking the date does not show input correctly.
      Problem is reproducible in the 8.19.0+ versions.

      Steps to Reproduce

      1. Open Backlog
      2. Expand Versions (left) side panel
      3. Choose any version
      4. Click on date field either for Start Date or Release date

      Expected Results

      Actual Results

      Workaround

      • Change dates at "Project settings > Releases" page
      • Dates can be altered through the REST API with setting the dates as follow in the body:
        releaseDate: "30/Oct/22"
        startDate: "29/Oct/21"
        

        Sample request:

        <JIRA_URL>/jira/rest/greenhopper/1.0/versions/<version_id>
        method: POST
        body:
            id: <version_id>
            description: "description"
            name: <version_name>
            projectId: <project_id>
            releaseDate: "20/Oct/21"
            startDate: "6/Oct/21"
        
        

         

              Unassigned Unassigned
              b6cf9181bff6 Krystian M
              Votes:
              8 Vote for this issue
              Watchers:
              8 Start watching this issue

                Created:
                Updated: