Hi There,
I have a requirement to check if the user has either attached any file to the ticket or has some comment. I'm trying to use the following under "Simple Scripted Validator"
attachmentManager.getAttachments(issue).size() >= 1 || transientVars.get("comment")
And it fails with a message that "The variable transientVars is undeclared"
Has anyone encountered this and know to get this working.
Thanks
Hi Madhu,
They are available there... there seems to be a type-checking error where it thinks they are not available: https://productsupport.adaptavist.com/browse/SRJIRA-2101
So your code should work fine even though it's complaining when you enter it.
Thanks @Jamie Echlin [Adaptavist] that worked. BTW I think I found one more bug with Attachment validation, raised a bug ticket here : SRJSUP-1140
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.