Hello,
I am attempting to access the `properties` field on a custom field with Jira Smart values inside Jira automation. For example, with the reporter field (not custom), I can do :
issue.reporter.properties returns
response : `jsw-onboarding-checklist.open-task, metadata, jira.user.issue.should.show.welcome.message, jsw-onboarding-checklist.create-project-task, navigation_next_ui_state, jsw-onboarding-checklist.dismissed, jsw-onboarding-checklist.has-ever-seen-route, help_button_ui_state, jsw-onboarding-checklist.open`
however when using a custom field, doing the same thing returns null
issue.customfield_XXXXX.properties
response : null
both `issue.reporter` and `issue.customfield_XXXXX` return an object that looks like a user :
Why can't i access `properties` on the custom field?
Hello @mliu
Thank you for reaching out.
For custom fields, a specific set of smart values are configured to return the available properties. You can check them in the documentation below:
Available properties for Custom fields
Let us know if you have any questions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.