I need to check if my cistom field "customfield_19700" is emply and than to add some slacg group to that field.
Can you help me with 1st operation to find that fild
and thaen how to write jql to fill this field with text
Hi Anton - Welcome to the Atlassian Community!
Why not just use a regular Condition for Issue Fields Condition? Select your field in the drop down and use Is Empty for the condition.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is field when user make ticket, and I need to chek if he fill it
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, it's a grouper picker type field, which Automation can't handle right now.
In the Advanced Compare, change the condition to: does not match regular expression
Then in the regular expression field type:
(^null$|^$)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
ok. I understand first part. But now I need to write action To fill some text in this field - need to add some slack group to this field. I try
"customfield_19700": "jira-promo user"
but didn`t work this sintaksis
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are going to need the account ID of the user. Something like
"customfield_19700": {{issue.Issue Watchers. accountId}}
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.