It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
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.
I have multiple projects that use variations of the same base workflow. The variations depend on the requirements of the project or issue type. The variations mostly come in the form of new statuses ...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.