I have 2 customs fields which need to be auto populated upon creation of an issue. There is a condition, the 2 customs field need to be populated only if the reporter is in a certain group. If the reporter is in another group, the field need not to be populated.
You can make a automation rule and do something with
membersOf()
in a JQL condition.
membersOf() is a placeholder for all users that are members of the provided group.
Example: reporter in membersOf("developers")
Regards, Marco
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.