-
Suggestion
-
Resolution: Unresolved
-
-
Jira Service Management
Currently, Assign Issue action hit Jira to get the users in the role (/rest/api/2/project/XXX/role/YYY or /rest/api/2/role/YYY).
This can return users that are no longer active on the system and therefore should not be assigned to the issue. This can cause the rule to fail.
It would be good to filter this down to only active users or even check the isAssignable permission if possible