CSV importer should only list valid statuses if a project is selected

XMLWordPrintable

    • 3.06

      The CSV importer makes the following call to get the issue status'

          public Collection getStatuses()
          {
              return constantsManager.getStatusObjects();
          }
      

      Since it is possible to choose a project on import, the available statuses for that project should be displayed and not all statuses in JIRA.

              Assignee:
              Unassigned
              Reporter:
              Justin Koke
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: