Hi Team
I would like that the numbers that I get in the Slack message will be hyperlink, and will lead to the list of the issues for the following automation rule.
Hi @Shahid Meman -- Welcome to the Atlassian Community!
From the rule you show, you are using the Lookup Issues action with JQL to gather issues to get some issue count measures for a Slack message. And, you want to add a hyperlink to the issues for each measure.
If your JQL for the rule are static / stable, you could save them as named filters in Jira. Then the filter could be used as the URL in the Slack message with the filter ID. For example:
yourJiraSiteURL/issues/?filter=12345
If your JQL changes repeatedly, you could use the JQL directly in the URL
yourJiraSiteURL/issues/?jql=yourDynamicJQLExpression
Kind regards,
Bill
Just following up to check if this answered your question. If so, please consider marking this one as "answered". That will help others with a similar need find solutions faster. If not, please let the community know what help you need with the rule changes.
Thanks!
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.