SQL query to get projects list where user added personally. Not in group.

Timofei Popov August 14, 2018

Hello, everybody.

 

I need a SQL query to get project lists, where user been added personally. Not in the group, project role, or some. 

If u don't know, how make it throw SQL query, maybe you know how do this in other ways?

1 answer

1 accepted

0 votes
Answer accepted
Alexey Matveev
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.
August 14, 2018

Hello,

Try like this

select * from schemepermissions where perm_type = 'user'

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events