This is a condition on a fragment for a Web Panel. I only want it to show on "Detection Issue" and when Status is "done" or "will not do"
The status portion is working, but not the issue type. Any ideas?
Hi @Julia
Have you try
issue.issueType.name == 'Detection Issue' && (issue.status.name == 'Done' || issue.status.name == 'Wil Not Do')
Regards
Thank you that worked !
It looks like you're new here. Sign in or register to get started.