Within our Mantis setup we have the fields:
Is is somehow possible to merge all of these into "Description" while import or afterwards?
It would be great if we could add headers in between like:
%description% # Steps to Reproduce # %steps to reprodude% # Additional Information # %additional information%
It's not possible without modifying the source code of JIRA Importers Plugin. However it should be relatively easy. Every JIRA commercial license holder has the access to the source code of JIRA Importers Plugin.
You would have to modify com.atlassian.jira.plugins.importer.imports.mantis.transformer.IssueTransformerVer118OrOlder class and concatenate the info (fields) you want and set description (setDescription()) of ExternalIssue class.
For our production system we "only" had a open source license. So we bought the starter license now to get access to the source code and will use a customized importers-plugin. Thanks for the tip.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I would suggest to import the fields anyways into JIRA as custom fields, and then you can choose one of the following options to copy the field value from custom field to the system fields :
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi - are running any of these scripts possible in JIRA Cloud? See my related question https://answers.atlassian.com/questions/37522200
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.