You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.