Hi
Is it possible with Automation for Jira to send out some link what include customfield value?
With ETI we use this kind link:
Replying will take approximately two minutes and you can send your reply <a href= https://www.companyname.ee/support/$!issue.key@$!jetiFieldRenderer.renderCustomField($issue, 'customfield_12509')><b>HERE.<b/></a>
But how i should but this kind thing into Automation for Jira Send email form?
Hello @Urmo Luts
This is possible to send the custom field value using Automation. The Automation rule with the action to send email can be configured to send the value as {{issue.[Custom Field]}}
, where the property needs to be replaced by the custom field name.
Please refer to the documentation for usage here.
Kindly share if you need guidance with the AUtomation rule.
Please accept the answer if it helps.
Hi @Gaurav
Good link but now i have how i should but link together.
https://www.companyname.ee/support/ + {{issue.key}}
+ @ + {issue.fields.customfield_12509}} into one url?
it should like https://www.companyname.ee/support/issuekey@customfieldvalue
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Solution <a href="https://www.randomdomain.ee/support/{{issue.key}}@{{customfield_12509}}"><b>HERE</b></a>.
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.