Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×Hello my community and community leaders:
I have a case trying to setup a condition in my Automation rule to test against a Jira custom field (sourced from Assets schema). After rounds of testing + audit logging, I am stuck.
The custom field name is DomainTest (customfield-25900) it is sourced/configured pulling from Assets schema into my Jira issue.
From the audit log, I used
Field name is {{issue.fields.customfield_25900}}
It returns the following - Field name is Common Platform (GBO-504419)
The field value is "Common Platform" (See image below)
However, if I try to incorporate this field in my condition testing (i.e. equals/contains etc) against the value above, the condition fails and thus no logging action executed.
Example -
This is what I am getting in the rule audit log entry -
For some reason, I am missing something. This automation rule setup is against our Jira/JSM Data Center envs.
Any advise or hint?
Thanks, Joseph Chung Yin (Community Leader)
I would try doing some tests with Audit logs, seeing what is output when you do:
{{issue.customfield_25900.Name}}
And also:
{{issue.customfield_25900}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.