We are implementing JSM cloud and using ScriptRunner for Jira CLOUD for post function as we have few custom fields. and we want to hide issue number in notification email. Customer can use 3 different channels and all stakeholder will be notify by e-mail through post function, I have few challenges:
- In notification email SUBJECT, Hyperlink (<a href="{{createdIssue.url}}">{{custom field}}</a>) on Custom field is not working
- Need to identify which channel customer used and based on channel different notification email will be sent.
- How to add action button in notification email
- How to handle error if there is no assignee
- For any status changes or comments, do i need to use ScriptRunner Listener
Thanks in advance for your help