Possibly, but you really don't want to do it with validators.
You should only do things that make changes in transitions during post-functions (or listeners that happen even later). Validators are totally the wrong place.
So, the question is - what do you want to do when the issue moves to complete?
is it possible to verify Epic->some field contains value, when Task " is set to completed.
The task should not be able to be set to Completed, if the Epic->that field is not set.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What does "epic some field" mean?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
the requirement is that whenever a task is set to complete ,it should inspect the value of a field named ' Documentation Update' in the parent epic to which the particular task is linked . In case the value is not provided, the transition should not be allowed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's another requirement again. The best way to do that is in a "condition", as that would stop the user starting the process to change the status.
However, neither conditions or validators can be scripted on Cloud yet. So I don't think there's any way to do this.
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.