Hi,
So i'm doing a csv import, just one comma separated row
The relevant columns are
Issue Type, Status
Story, Done
Mapping all looks fine
Issue Type (csv) -> Work Type (Jira)
Status -> Status
And yet when i import:
Error in issue type "task" — not found in target jira project "<jira project>",Issue type task is missing in your Jira project.
Error in issue status "to do" — not found in target jira project "<jira project>",
Issue status to do is missing in your Jira project
Which is accurate since the project does not have that worktype and status. But why is it trying to map to them anyway since i have explicitly mapped to the correct (and existent) type and status
Thanks
Hi @Samit
If issue type Task and status TO DO is not used on workflow related to the work type mapped in the CSV these errors will occur.
You can't use work types and statuses in the CSV if they are not used in the space.
Thanks @Marc -Devoteam- - But as the original problem states, i'm not importing status of To Do , the status in the csv is Done (and far as i can see correctly mapped at the time of importing), so why is Jira trying to import it as status To do and work type of Task even though the csv is set to Story (it's essentially ignoring those 2 columns column . So essentially my question boils down to - Why is jira ignoring the mappings and what can i do to ensure it does not and imports the correct work type (Story) and status (Done) - both of which exist in the workflow?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Samit
Can you provide your mapping on the import and the error log
Also what are the steps you are taking?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Marc -Devoteam- - As screenshots above, nothing too complex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Samit
Are there hidden rows or columns in the CSV?
Copy the rows 1 and 2 to aa new tab and export this as csv, will the import work then.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI @Marc -Devoteam- No there were no extra rows, But to be sure I created a brand new csv (same data) as well as removed any surplus columns that would not be mapped Plus made the csv headers like for like with the jira mapping fields
So every column has a corresponding Jira field.
And same error
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Samit
Please notice that there are 2 different ways to import issues from CSV:
I have checked the fields that can be mapped when using method #2 and Status is indeed not present in there.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Marc -Devoteam- The space level does not seem have any import options
So i'm using System > External system Import > Csv > and then in the space section putting the space name. Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please notice that there are 2 different ways to import issues from CSV:
I have checked the fields that can be mapped when using method #2 and Status is indeed not present in there.
Also do you have the correct permisisons on the space, what if you do the import without the status column?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Marc -Devoteam- I was using option 1 (which the document says Status and Work Type is valid and must match those that are allowed by the Workflow).
As I have mentioned before, both worktype (Story) and status (Done) are supported by the workflow and yet the import keeps trying to import them as work type = task and status = to do (even though there are no blank rows and no status / worktype like that in the csv).
Far as i can see procedurally i am not doing anything incorrectly, just the import doesn't seem to do what it's meant to be doing.
I'll need to find an alternative way. Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Samit
One issue could cause this.
Is there a custom field named "Status", then rename this field.
As import can't make a difference on field names, f they are named exactly the same.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Marc -Devoteam- Nope - just one standard Status field which is Locked (no customs field of that name)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.