Issue Details (XML | Word | Printable)

Key: JRA-10233
Type: Bug Bug
Status: Open Open
Priority: Critical Critical
Assignee: Unassigned
Reporter: Justin Koke [Atlassian]
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JIRA

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

Created: 21/May/06 08:48 PM   Updated: 18/Oct/06 03:15 AM
Component/s: Import / Export
Affects Version/s: 3.6.1
Fix Version/s: None

Time Tracking:
Not Specified

Issue Links:
Reference
 

Participants: Justin Koke [Atlassian] and Scott Farquhar [Atlassian]
Since last comment: 1 year, 50 weeks, 6 days ago
Labels:


 Description  « Hide
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.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Scott Farquhar [Atlassian] added a comment - 18/Oct/06 03:15 AM
This is something that completely breaks imports. We should fix this first when we do import/export code.