Button handy |
---|
blank | true |
---|
color | #0052CC |
---|
name | Send Feedback |
---|
link | https://docs.google.com/forms/d/e/1FAIpQLScmToBe3vynAlb5fdKwCGxYqnTbDc66sIBgeecG2BuFDuHc7g/viewform?entry.2002826954=Create+an+issue+score+custom+field+-+491000582 |
---|
width | auto |
---|
|
Html bobswift |
---|
<iframe width="494" height="270" src="https://www.youtube.com/embed/IJZ3zHG60Zc" frameborder="0" allowfullscreen></iframe> |
Code Block |
---|
int score = 0;
if(isNotNull(assignee)) {
score += 10;
}
if(isNotNull(dueDate)){
score += 10;
}
if(isNotNull(description)) {
score += 10;
}
if(score < 10) {
return "Bad";
}
else if(score >= 10 and score < 20) {
return "OK";
}
else if(score >= 20 and score < 30) {
return "Good";
}
else {
return "Great";
} |
We've encountered an issue exporting this macro. Please try exporting this page again later.