Im trying to import a CSV from a DOORS project into JIRA and keep running into this error.
"Invalid project type Software: An invalid project type was specified. Make sure the project type is available in your Jira instance. Please talk to your Jira administrator if you need more help."
The original CSV did not contain a column called "project type" so i added one, initially i called the header project type and filled in software in the rows below it but still got the above error, so i changed the header to software but im still seeing the error.
Can someone shed some light on what i may be doing wrong.
Currently im trying all this on a test instance of jira before i do it in prod.
@P Importing a CSV file into JIRA that contains issues related to different project types, requires specifying the "project type" as "software" or "service desk" in a project type column for relevant projects in CSV.
If you are doing the right thing by specifying project type and mapping it to right JIRA System field, then you may check if you actually have any software type project in your JIRA instance or not. If you are using JIRA Software, you should have Software Type projects, but if you are only using JIRA Core or JIRA Service Desk, you may not have Software Type projects.
I hope this helps!
Thanks for your reply!
I was able to get around this issue by first creating a blank project then importing this CSV into that project.
However since the import came from a different application, I did not map a lot of the headers as they did not make sense with the available fields i have in my current instance, leaving the import to create very sparse issues.
So my other question is in order to generate a fully populated issue, i either need to create custom fields that match the headers or map the headers to current fields..correct?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@P Yes, it is correct. You will need to create custom fields or use System fields, that match to the data type from your fields from another application, and then map the headers with the relevant Custom or System fields in JIRA, while importing CSV.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Interesting, if you edit the csv adding project type as Software the import fails. But if you modify it with software the import works. (Looks to me case sensitive issue)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.