Hi all,
A user in my instance wants to enable a checklist custom field marked required before issues can move to the "Done" status.
Setting this as a validator (using JMWE) was no problem. But now we're looking into using this validator for issues that only appear in the kanban board we work off of (and no other).
The saved filter for our board (titled EIP) pulls issues from 3 separate projects and excludes some issue types:
(project in (Mule, SPLYCHN, Lookr) AND issuetype not in ("Support Request", "New Project", "New Space", "Operations Task") ORDER BY Rank)
Some of the issues pulled by this query appear on other boards...but we don't want the checklist field to be required if they appear on boards other than the EIP board we're focusing on.
Is it possible to refer to kanban boards in workflow conditions/validators?
P.S. We also utilize Scriptrunner and JMWE
I found a way to make this possible.
Turns out the EIP board is a scrum board rather than a kanban board. With that, I was able to add a condition to the 'Checklist' field validator to be in effect only if the issue falls an EIP sprint:
Use this validator in the workflow(s) for any project referenced in the saved filter that's displaying the board, and you're all set.
Hi Ian - Welcome to the Atlassian Community!
I don't believe you can refer to a board with the validator. You will need to come up with the right combination for your JQL.
Perhaps @David Fischer can help.
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.