-
Type:
Suggestion
-
Resolution: Fixed
-
Component/s: Documentation & UI Copy
-
None
Problem Definition
Since https://jira.atlassian.com/browse/JSDCLOUD-9766 feature have been released , user are able to import comment visibility for JSM project ( public and private comment) via JSON.
Suggested Solution
Update this documentation : https://support.atlassian.com/jira-cloud-administration/docs/import-data-from-json/
Add the information below :-
Example for public comment :-
"comments": [
{
"body": "This public comment",
"author": "557057:1a8aeee5-40e9-413a-9f4e-2f074f09644a",
"created": "2012-08-31T17:59:02.161+0100",
"updated": "2012-08-31T17:59:02.161+0100",
"properties":[{"key":"sd.public.comment","value":{"internal":"false"}}]
}
]
For Private Comment :-
"comments": [
{
"body": "This private comment",
"author": "557057:1a8aeee5-40e9-413a-9f4e-2f074f09644a",
"created": "2012-08-31T17:59:02.161+0100",
"updated": "2012-08-31T17:59:02.161+0100",
"properties":[{"key":"sd.public.comment","value":{"internal":"true"}}]
}
]
- mentioned in
-
Page Loading...