Hi Admins,
I using look up issue smart value in an automation which shows all issues under an epic with some satisfied conditions and order by some custom field (ASC)
Now i would like to pick only 1st issue in that list. Earlier i am using smart value as {{#lookupIssues}} {{key}}, {{/}} -- It gives all issues.
any clues??
Thanks,
Raju
List capabilities with Smart Values are documented here:
https://support.atlassian.com/jira-software-cloud/docs/smart-values-lists/
For your use case, scroll down to the "Combined function examples" section. Short answer:
{{#first}}
Adding to what @Mykenna Cepek describes...that works when you are inside the list iterator. To just get the first issue, use {{lookupIssues.first}}
Best regards,
Bill
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Improve user experience across Jira with global settings
Learn how to set up and configure a Jira site, manage Jira permissions, and configure Jira apps and integrations.
Learning Path
Streamline projects across Jira with shared configurations
Build Jira work items with reusable configurations called schemes, and reduce administrative work with automation.
Learning Path
Become an effective Jira software project admin
Set up software projects and configure tools and agile boards to meet your team's needs.