Hi,
I'm trying to include a link to the issue within the message template (not email template) of the post function Post Message to Chat Service (Slack) by Adaptavist Scriptrunner.
I would like the ${issue.key} to contain the link to the issue itself. No luck trying to put something together and very limited (none) coding experience. One question I have is, can this be done without having to write a groovy script? If anyone have any suggestion that would be great.
The format of a link to an issue is:
http[s]://<JIRA_INSTANCE>/browse/${issue.key}
so you can easily construct a hyperlink in that fashion.
Wow, you are indeed a Community Champion!
Any suggestions on what to learn to be able to come up with that answer for other similar scenarios? I am completely lost on how you got that answer.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This issue appears to have been marked as solved but I cannot see a solution so to help anyone who finds this post, I want to link a script that can be used to send messages to slack with a clickable link.
You can view this script on the Adaptavist Script Library here
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.