I have configured some custom field "Customer Group" using the Kepler Custom Field plug-in. The custom field contains a group name calculated automatically from the issue reporter.
Now I would like to use the custom field within some issue security level, but it does not appear within the drop-down list of the "Group Custom Field Value" drop-down list. How can I enable my custom field to be listed in the drop-down list? Is there a restriction on specific field types?
The issue security configuration accepts only custom fields that are explicitly User pickers (extend UserCFType) or Group Pickers (extend GroupCFType). The SIL Script custom field is neither of those, but rather a generic calculated custom field. Unfortunately you cannot use the SIL Script custom field in this case.
The thing that confuses me still is that in Jira 5.2 the "Group Custom Field Value" drop-down list contains two GreenHopper fields: "Flagged" and "Epic Status". I assume that they do not implement GroupCFType. Why are they listed?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't know how it does that, but the idea that it might be done from a plugin is especially tempting to explore.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just tried the Epic Status in the permission scheme, but it looks like it doesn't do anything - permissions are not granted regardless of the Epic Status. It might just be a side effect.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Could a work around be to set a standard group picker field via a post-function to write into a standard multiple user picker field? E.g. after issue creation?
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.