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.
Automation rule :
when issue updated, rule is run
if Field A is empty
then Edit issue --> delete Field B
else Field A contains "Yes"
then keep Field B
I want to understand how i can make a then component that deletes a specific field when the condition matches.
Thanks.
You can use the If/Else condition component. jira-automation-conditions
Hey, i used the if/else condition, but in the "then" componet i don't see i action that delete a field, thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You cannot "delete a field" but you can edit a field and clear it or set to none.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When i set it to none ? This field will disapear ? If will disapear then how i cal set it to none
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Disappear from where? If you mean for the field to not appear, when viewing the issue detail view, then if you configure the layout to hide when empty, then if you clear the field B, it would be hidden. This assumes that you are using a company managed project. In any event, it would help to have more details of what your use case is, and what's your ultimately attempting to do by "deleting a field"?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
when creating a issue, i have Field A with one option "YES", when you select "YES", you need to describe in Field B, but when you don't select "YES", the Field B, needs to be hidden after you create the issue. Something about this.
Regards, David
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you are using company managed project you might consider using a cascading select field here if the options for field B are known. This would seem to be a better solution than creating an automation rule to clean up.
However, if Field B is a text field, and you wish to have the user provide details of why they chose Yes, in field A then you would need an add-on to achieve that. Of course, you could still cobble something together in an automation rule to clean up information in Field B if Field A is No or blank.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.