Hi,
I would like to setup a validator that prevents a user from setting an issue to `Done` if:
1) a custom radio button is selected
2) there are no linked issues
To do this I added a workflow validator to the Done transition. It works when I test against an issue where the criteria are indicated (shown below, test is `false` which is what i expect). However, users can still set the issue to `Done`. What am I doing wrong??
i was able to get this working. I needed to click the `Publish Draft` link for it to become active.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.