I'm trying to check something like this
IF (subtask doesnt contains summary "QA"){
return true
}
how to validate it? (I need to do it via JMWE extension)
My code looks like this, but it doesn't works (it returns me true every time):
!issue.get("subtasks")?.any{it.getIssueType().getName() && it.get("summary").contains("QA") }
Hi @NewByatl
Can you please explain what you're trying to achieve, and in which post function you're trying to use this conditional execution script?
The script you have written checks all subtasks of the issue being transitioned, is that really what you need? I would think you're actually trying to do something on a particular subtask of the issue, no?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @NewByatl
We are from the Appfire support team and would like to inform you that we have created a support request https://appfire.atlassian.net/servicedesk/customer/portal/11/SUPPORT-98594 on your behalf in our portal.
Request you to signup into the portal and let us know the username so that we can mark you as the reporter to be able to access the ticket. Please find the link https://appfire.atlassian.net/servicedesk/customer/portal/11 to signup for the portal.
Regards,
Sandeep
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.