Hi
noob question ;).
how to recognize the proper Custom Field name to use it in formula like that {{issue.custom_field.accountID}}
for example i have field named Responsible Main Vendor.
What to do with spaces in the formula?
Thx in advance
Emilia
Is this for JQL? If you have a text with spaces inside of it, use "the double quotes" so Jira could recognize it as a unit
"Responsible Main Vendor" = "John Smith"
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.
Sorry, I didn't know, this is how usually I perform my JQL, which is the proper way?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
On a JQL that would perform well if you had use the auto-complete. E.g. when typing "Responsible Main Vendor" depending on what that field's type is, you would get something like "Responsible Main Vendor[Text]" or "Responsible Main Vendor[Dropdown]" and then you would use the ' = "John Smith"'.
But smart values do not take quotations https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi it works with double quotation, works very well thx ;)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well, it's always good to learn new things! It works indeed!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Emilia KASPRZYK hi,
You have two ways to insert a field on a smart value:
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.