Group Signoff Required/Optional people help

Jon Kocen
Contributor
April 25, 2024

I have 2 fields (multiple people pickers)

Reviewers and Optional Reviewers

The Check function only allows 1 Reviewer to vote, then it closed the group signoff so others can't vote

Any ideas?

// conditional rule
if (issue.status.name == "Plan Under Review") {

users =""+ helper.getUsersByCustomfield(issue, "Reviewers",",")
+ helper.concat(helper.getUsersByCustomfield(issue, "Optional Reviewers",","), ",") ;

rule ="check(true,1,"+helper.getUsersByCustomfield(issue,"Reviewers",",")+")";

0 answers

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
VERSION
9.5.0
TAGS
AUG Leaders

Atlassian Community Events