Hi,
currently I have following Automation to give our users an overview over their current assets:
Hello {{issue.reporter.DisplayName}},
you have {{lookupObjects.size}} assets assigned to you:
{{#lookupObjects}}
{{objectType}}: {{Name}}
--------------------------------------
Hostname: {{Hostname}}
Serial: {{Serial Number}}
SIM number: {{SIM number}}
Last update: {{Updated}}
{{/}}
Some Assets don't have an SIM-Number. SO I want something like:
(following is pseudo-code)
{{if exists {{SIM Number}} SIM number: {{SIM Number}} }}
SO only if a SIM Number Entry exists, the Line "SIM-Number" should be posted.
Currently this just keeps empty.
Is there a way to do so? A sort of conditional output?
Thank you
Unlock your potential and learn how to use Jira Product Discovery to your advantage. You’ll have the expertise to revolutionize ideas and insights, roadmapping, engage and align teams and stakeholders, and deliver the best solutions—faster. Enroll today!
Start Learning
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.