-
Bug
-
Resolution: Answered
-
Low
-
None
-
2.5.6
-
Severity 3 - Minor
-
I've just noticed that any comment created with the CommentManager, will be (currently) stamped Private. Thats one thing. Now, if that commented is edited, and switched to Public, with new text added, on save, the new text is shown but the comment is still Private, not Public which is what it should have been.
Comments made through JSDs Private/Public comment feature of course can be 'flipped' from Private to Public....
- Discovered while testing
-
JSDSERVER-1505 Comments added to issues by addons are listed as internal by default
-
- Closed
-
-
TESLA-586 Failed to load
- relates to
-
JSDSERVER-1961 Email replies by Participants are registered as internal comments
-
- Closed
-
-
JSDSERVER-107 Create a public REST API for JIRA Service Desk
- Closed
-
JSDSERVER-3501 Allow Participants to See Emailed Comments when "Email Requests" is Disabled
- Gathering Interest
Hello,
I had the same need to manage the state of the comments in JSD after importing issues via CSV during the migration to JIRA. What I managed to investigate is the following class below which can update any comment's visibility state. It works both ways: public->internal, internal->public, just specify true or false in the property.
Hope this can be useful for comments creation as well.