Hi team,
I'd like to set up a rule for reminding program owner to update ticket automatically, but after I input smartvalue {{program owner.displayname}}, the program owner's name doesn't show on email correctly.
Hi @Sien Xia
What type of project are you using: company-managed or team-managed? You may find this information at the bottom-left side of the screen expanding area.
And if using a team-managed project, is that a People-type field you have added? If so, many of the attributes may not be available to rules. This is a known limitation of this project type.
Also...
Smart values for fields are name, spacing, and case-sensitive, and the often do not exactly match the displayed field name on the issue views.
Please confirm you have the correct smart value for your field with this how-to article: https://support.atlassian.com/cloud-automation/docs/find-the-smart-value-for-a-field/
Kind regards,
Bill
Thanks Bill! Yeah the weird thing is when I use condition [Scheduled - Query] - [Send email], then program owner smartvalue can show on mail correctly, but when using [lookupissues] - [Send email], mail cannot get the value of Program Owner. displayname.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just to confirm what you are observing:
Again, is this a team-managed project's People-type field or a company-managed project's user select field?
Or...is this field instead provided by a marketplace addon app?
Your project admin and / or Jira site admin can help answer those questions.
Did you try that how-to article to confirm the smart value for the field, or try using its custom field id value instead?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Bill,
Situation confirmed. I check [Program Ower] and found it's a custom field, so that's the reason it doen't work?
If it is, is there any similar action to sort out the list and send to somebody?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Let's confirm some things:
1) Are you using Jira Cloud, Jira Server, or Jira Data Center?
If you are using Jira Server or Data Center, the Lookup Issues action does not support most fields, including custom fields yet: https://jira.atlassian.com/browse/JIRAAUTOSERVER-877
In that case, the workaround is to call the REST API issue search with JQL and the Send Web Request action, as that should provide all of the fields.
2) If you are using Jira Cloud, is this a Company-Managed or Team-Managed project? You can find that information at the bottom-left side of the screen expanding area.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Based on the rule shown and inside of the Lookup Issues iterator, the issue prefix would not be used.
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yes good point... TMP is a likely suspect
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.