Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Queries to fetch Issue Security Schemes, Notification Schemes, Permission Schemes

Sangmesh April 21, 2022

Hello,

I want to fetch the Issue Security Schemes, Notification Schemes, Permission Schemes from Jira database instead of front end.

Thanks,

Sangmesh

1 answer

1 vote
Sreenivasaraju P
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.
April 21, 2022

Hi @Sangmesh ,

Yes you can do.You can try below queries.

select * from permissionscheme;
select * from notificationscheme;
select * from issuesecurityscheme;

Suggest an answer

Log in or Sign up to answer