How to list Projects using view restrictions on comments ?

Saujanya Deshmukh
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 5, 2011

Hi All,

I want to list the project using view restrictions to a particular group on comments ? (Comments are visible only to particular group - Management / Developers). Can I query database to find this detail?

-S

2 answers

0 votes
justindowning
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 5, 2011

If you you have a Project Role that this criteria (Comments visibile to group 'foo'), then you can certainly query this in the database.

select pname from project, projectroleactor where project.id = projectroleactor.pid and roletypeparameter = 'foo' and projectroleid  = '<project_role_id>';
0 votes
Penny Wyatt (On Leave to July 2021)
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 5, 2011

Hey S D,

Sorry, I'm not certain what you're asking, as JIRA terminology can be rather tricky at times :-) There is no project-level view restriction on comments - you can set project-level permissions for adding or editing comments, or set project-level permissions for viewing issues, but for viewing comments there's only a per-comment permission.

I think you're trying to find projects that contain comments that are restricted to an Issue Security Level called "Managers / Developers" - is this correct?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events