Hi,
I can see this list of jira smart values for date and time fields:
here, the examples are always for {{now}}.
I'm trying to use this in Automation Rules with my custom field but is not working:
Example:
Created Day
{{issue.created.dayOfWeekName}} --> Works
and
Reported day:
{{issue.customfieldId_11506.dayOfWeekName}} - Do not Work
Can you help me, is this possible to be used with custom fields?
@Humberto Gomes remove the id from your code and it should work. so your smart value should be {{issue.customfield_11506.dayOfWeekName}}
Yes, there is a typo (ID twice).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think the smart value of your field Reported Day should be:
{{issue.customfield_11506.dayOfWeekName}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Humberto Gomes ,
Can you please let me know what type of custom field is customfieldId_11506 and reported day?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's Date Time
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.