Can somebody recommend a way to validate that an issue has at least two attachments of any document type before allowing "approve" transition to staging.
You'll need a bit of code to do this.
I'd do it with ScriptRunner as usual, adding a validator with a line for comparison saying something like
issue.getAttachments().size() > 2
Nic, as usual you come through. Thanks again for your help.
I could use your help for another (hopefully quick) issue. I need to script listeners to copy fields from story to sub-task as the field is updated. Its the same field in both issue types, I'm just trying to carry the data down to provide user visibility.
Example
Update PO Number in Order Request and it populates down to PO Number field across all Part Order Requests.
I have to do the same with a free text field as well called Vendor Name.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Scott Federman
You can do attachment count validation using the Power Scripts add-on.
We've actually put together a quick 5 min video tutorial that walks through all the steps you need to take to set this up. And we've also included the sample code we used, so you can just copy and paste it to test for yourself.
Hope this helps!
Johnson
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Join us to learn how your team can stay fully engaged in meetings without worrying about writing everything down. Dive into Loom's newest feature, Loom AI for meetings, which automatically takes notes and tracks action items.
Register today!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.