Snippets

Adaptavist Jira Cloud - Condition to make comment mandatory if issue is resolved with a specific resolution

Created by KD Danial last modified Kristian Walker
1
2
3
4
5
6
7
/*
 * All right, title and interest in this code snippet shall remain the exclusive intellectual property of Adaptavist Group Ltd and its affiliates. Customers with a valid ScriptRunner
 * license shall be granted a  non-exclusive, non-transferable, freely revocable right to use this code snippet only within their own instance of Atlassian products. This licensing notice cannot be removed
 * or amended and must be included in any circumstances where the code snippet is shared by You or a third party."
*/

issue.resolution?.name != "Cannot Reproduce" || (issue.resolution?.name == "Cannot Reproduce" &&   issue.comments.filter(comment => comment.id == null).length ==1)

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.