Good day,
Trying to export data from Mantis (IIS) to Jira, so tried JIM with built-in importer from Mantis.
Tried to import without Mantis credentials. First got error -
Your Mantis seems to be installed on IIS, you need to change its configuration to proceed.
Please edit your config_inc.php and add '$g_use_iis = OFF;' and '$g_compress_html = OFF;' to it.
After that i corrected the config (mind you, after that everything i can see in mantis is a blank page) and everything went smooth, aside from the fact that all attachments were 0 kb in every issue.
Then i got to google and found out that i need to specify Mantis admin credential in order to migrate attachments right. Filled in credentials and tried to hit next, then i got this error - HTTP error code {0} when accessing <a href="{1}">{1}</a> HTTP/1.1 200 OK [Content-Type: text/html, Server: Microsoft-IIS/7.5, X-Powered-By: PHP/5.2.1, X-Powered-By: ASP.NET, Date: Tue, 06 Aug 2019 11:55:16 GMT, Content-Length: 0] org.apache.http.conn.BasicManagedEntity@71af17b4
I guess this is because Jira can't login into Mantis, because aside from this i can't see any problems (HTTP 200).
What can i do to resolve it?
Thanks
RESOLVED