Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

via JIRA API how can I get different schema associated to a project

Samip Banker October 14, 2015
 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Volodymyr Krupach
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.
October 14, 2015

Please see javadocs for classes from the code snippet:

fieldLayoutManager.getFieldLayoutSchemes()
issueTypeSchemeManager.getAllSchemes()
issueTypeScreenSchemeManager.getIssueTypeScreenSchemes()
issueTypeSchemeManager.getAllSchemes()
issueSecuritySchemeManager.getSchemeObjects()
notificationSchemeManager.getSchemeObjects()
permissionSchemeManager.getSchemeObjects()

IssueSecuritySchemeManager, NotificationSchemeManager and PermissionSchemeManager implement SchemeManager interface and you can unify code for them.

TAGS
AUG Leaders

Atlassian Community Events