Release 6.4.x
6.4.0
JQL function: memberOfRole
Use memberOfRole
to find issues where the value of a user field is a member of a given role, for example:
issueFunction in memberOfRole("Reporter", "Administrators") issueFunction in memberOfRole('Approvers', 'Service Desk Team')
See our documentation on memberOfRole.
New features
SRJIRA-4349 - You can now create an LDAP resource with Anonymous bind.
SRJIRA-4271 - A JQL function has been added to find issues assigned to users in a role.
Bugs fixed
SRPLAT-11 - An invalid user-configured raw XML script fragment could have prevented the ScriptRunner plugin from enabling.
SRJIRA-4405 - The lastComment("inRole Administrators") query has been optimised to take account of any project clauses.
SRJIRA-4388 - We fixed an issue in behaviours where the Method Selection field was not appearing, even though a file had been selected.
SRJIRA-4353 - The behaviour UI condition now checks the workflow step correctly for the Create Issue screen.
SRJIRA-3799 - In behaviours, the IssueType/Project field is no longer editable via the Create Issue screen when the Behaviour sets it to read-only.
SRJIRA-3766 - A Field Required error in behaviours has been fixed.