Hi guys,
Can someone suggest if there's a way or how can we access structures and its properties in SIL email templates ? Suppose my struct looks like -
struct PendingApprovals{
string action;
string actor_key;
string date_created;
string date_from;
string date_to;
string reviewer_key;
string status;
string user_key;
}
I have a variable defined in my sil script as -
PendingApprovals[] pa = <an array of the struct>
I want to be able to access this array of structure and the individual properties in the template.
Thanks in advance,
Neha
Community moderators have prevented the ability to post new answers.
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Apply agile practices
Transform how you manage your work with agile practices, including kanban and scrum frameworks.
Learning Path
Configure agile boards for Jira projects
Learn how to create and configure agile Jira boards so you can plan, prioritize, and estimate upcoming work.
Jira Essentials with Agile Mindset
Suitable for beginners, this live instructor-led full-day course will set up your whole team to understand how to use Jira with an agile methodology.
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.