Hi, I want to use custom field in a smart expression for automation and I don't know how is the name of the field. For example: {{now.diff(issue.baseline end date).days}}
This doen't work.
Best Regards
Ariel
Hi @Ariel Eduardo Casiano García -- Welcome to the Atlassian Community!
When you need to find the correct smart value for a field, please try this how-to article. Basically you find an example issue and then call the REST API with a browser to list all of the possible fields.
https://support.atlassian.com/cloud-automation/docs/find-the-smart-value-for-a-field/
Kind regards,
Bill
I found that you can use de custom fields is this way:
{{now.diff(issue.customField_10069).days}}+1
In the field configuration you can find the id
Regards
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.