We can assign project to only one custom field configuration scheme from JIRA admin UI. Even if this is the case JIRA API returns list of projects for give custom field configration scheme. Can anyone explain why is this?
e.g
final CustomField field;
for(FieldConfigScheme fieldConfigScheme: field.getConfigurationSchemes()){
List<Project> projects = fieldConfigScheme.getAssociatedProjectObjects();
}
you can configure same field configuration scheme to multiple projects that's why the api retuning List of projects
Right, I got it. Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.