Hi everyone,
I'm trying to create a transition validator for jira cloud with jira expressions that can check not only if a comment was left but also the length of that comment
Can someone help?
I came up with the following but it does not work
issue.comments
.filter(comment => comment.id == null)
.map(c => c.body.plainText)
.filter(text => text.length > 10)
.length > 0
My expression was correct guys. It works
Hi @Thais Sales Monteiro de Sousa
I try to use the code you provided and run it on the jira server. The system prompts "unexpected token: >", can you help me to find out how to optimize it, thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi arno, this validator works for Jira Cloud.
I'm not familiar with Jira Server to say if it works the same way
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.