Hello!
I created an automation through automation for jira where the execution happens when the SLA is close to being exceeded.
however, to make our life easier, i wanted to bring the url of the issue to the message in slack, so it is only necessary to click on the link to be directed.
I am using the function {{issue.key.url}} but i didn't get the return.
The full body text is below :
Hello, the call number {{issue.key}} with priority {{issue.priority}} has X time to exceed the SLA agreement and is still waiting to be prioritized!
{{issue.key.url}}
Priorities :
1 : Very High
2: high
3: Medium
4 : Bass
5 : Very Low
Good morning, Lynne.
it really worked as i wanted according to the print below
Thanks u very much
Alternatively I have also used <{{issue.tourl}}|{{issue}}> that just gives the issue number as a link
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I use {{issue.toUrl}} and this gives you a clickable URL
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.