Hello :)
I am currently managing a Jira instance where we plan to consolidate multiple existing roles into a single new role. On various tickets, there are private comments that are only visible to the roles that will be replaced. I would like to know if it is possible to retrieve these comments and make them accessible to the new role.
Specifically, I am looking for a way to:
Could you please provide guidance or a recommended approach for achieving this? If possible, please include any relevant API endpoints or scripts that could facilitate this process.
Thank you for your assistance.
Welcome to the community @Mohssine
When you are editing a comment a comment there is a padlock button that allows you to limit that comment to a specific role. You can limit per one role only.
Many thanks @Nikola Perisic !!
Unfortunately, it doesn't address my issue. In fact, the private comments are visible only to certain roles, and even administrators can't access them.
For example, if a user with a tester role adds a private comment, that comment can only be seen by users with the same role.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In that case, have you checked if issue security has been applied to that project by going to project settings > issues > security?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
From my understanding, issue security allows applying a level of security to restrict access to the issues. Sorry i don't see the point by checking that.
For a remind, I am looking for a way to:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Mohssine ,
I understand your issue - unfortunately, I only see here the Jira API to first retrieve all the comments by Issue - and then update the the comment with a new role:
Obviously, this is very cumbersome and might take a lot of time due to API throttling. I opened an Atlassian Ticket for this issue - let's see what the answer will be.
Also in Atlassian Analytics I was not able to find a table for issue-comments.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.