Hi, i'm trying to use the smart-value "if" statement without any luke.
The docs mention the format {{#if()}} {{/}}, which does not seem to work. I can't figure out how to use it properly.
I found another reference on math-function page: {{#=}}if(){{/}}. This seems to be recognized, but i cant' get it to work either.
My usecase is, to include outgoing linked issues into an email if they are from a certain type.
Thanks!
Oli
Hi Oli,
The smart value if statement is not designed to evaluate boolean expression e.g. making comparisons. It works well for evaluating boolean fields or attributes.
So for your use case, I'm wondering if we can approach it from another angle.
Are you able to query the outgoing linked issues using the 'Lookup issues' action with a JQL that looks like the following?
issue in linkedIssues({{issue.key}}, "relates to")
Then you can include your outgoing linked issues by simply iterating the {{lookupIssues}} smart value.
Cheers,
Eric
Hi, thanks for your reply. It would really be great, to have such an inline statement.
In my case, i wanted to include the linked issues in an email, with the text "issue references: ...." in case of linkes issues, and no text if there are no linked issues. I now include the the text eitherway.
In your approach, i would need to have to mail-templates - one with related issues and one without - and this is what i want to avoid.
Thanks eitherway!
Best regards,
Oli
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.