On the above matter I could only find discussions > 4 years old or related to Cloud products.
Through a JSON import of issues into a Service Desk project, I am currently not able to import comments as internal. I am only able to import them as public.
A brief look into the importer code did not yield useful leads.
Our migration to Jira Service Desk is therefore stuck. Tampering the DB is out of discussion. Working through REST would be tricky because of the need for the comment ids (comments are created during the mass import).
Any suggestion on how to proceed?
From what I understand from reading through a lot of internet, at this moment this is not possible.
What we did: We added an inactive user to the json, used that user for any private comments and added a line to the comment show which user really added it. Not perfect but good enough for us.
"users": [
{
"active": false,
"fullname": "Private User",
"name": "private",
"email": "private@example.com"
},
...
{
"body": "lorem ipsum\r\nPrivate comment added by Me",
"created": "2021-01-10T11:58:43.149390",
"author": "private"
},
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.