-
Notifications
You must be signed in to change notification settings - Fork 84
Interpolation in attachment text doesn't work #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm having this issue too. Doing something like this:
will output the string verbatim, whereas I would expect it to interpret the metadata variables. |
I will take a look at this tonight, @analytically |
Thanks! |
jhunt
added a commit
that referenced
this issue
Feb 22, 2017
Fixes #25. The gist of this change is to iterate over the attachments, pulling out the `text' field and eval/printfing it, and then merging them back together using jq's `*' operator. This may not be the right way to do this. This may not be the best way to do this, but it does seem to work, and that's got to count for something.
jhunt
added a commit
that referenced
this issue
Feb 23, 2017
Fixes #25. The gist of this change is to iterate over the attachments, pulling out the `text' field and eval/printfing it, and then merging them back together using jq's `*' operator. This may not be the right way to do this. This may not be the best way to do this, but it does seem to work, and that's got to count for something.
This works great - interpolation of values in the fields array would also be useful. |
+1 for the fields array too. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: