how do I get a notification in the jira itself that a certain field is not filled in?, that is , he cannot transfer the task from one status to another until he fills in a specific field
Hi @Nurmukhamet - Welcome to the Atlassian Community!
Automation rules cannot act as a Validator to keep an issue from moving. That has to be done with the Validator in the Workflow transition. If you are doing an automatic transition based on what just triggered the rule, that's a different matter.
I would add a Branch for current issue, and then add the condition under it. Then under the Condition I would add a new action for Send Email. But I would change the Condition to say that the field is Empty. That way it will only send an email if the Condition is met, meaning the field is empty.
@John Funk thanks for the quick response !
Could you tell me more, if done through workflow transition, how to output a notification that the field A is not filled in?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It looks like you are using a Team-managed project. Can you verify?
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.
There are limitations with Team-managed workflows, that's why I asked. You would need to do the notification via an Automation rule like I described above with the Branch.
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.