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

Better handling of unmapped status in scrum board

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • None
    • Reports
    • None
    • 0
    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

    Description

      Issue Summary

      When an issue moved from an unmapped to mapped status, Jira isn't showing any warning for that scope change.

      Steps to Reproduce

      • Create a board with unmapped statuses
      • Plan a sprint and add a few issues by dragging and dropping them into it.
      • Manually add the sprint field to a test issue in an unmapped status.
      • Start the sprint.
      • Map the status of the test issue.
      • Transition the issue.

      Expected Results:

      Jira should warn for the scope change in the UI:

          // handle column change
              if (issue.columnChange) {
                  if (issue.column === 'notDone') {
                      if (issue.oldColumn) { // moved from done column
                          return ChangeEvent.reopened;
                      } else { // open issue moved from unmapped column to a mapped one
                          return ChangeEvent.scopeAdded; <-----------
                      }
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              97cfa19f8857 Ranjith Koolath
              Votes:
              2 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: