Hi!
Is there any possibility to use one automation rule for sending Slack message to multiple users? For example to fill this field with more than one Slack user id?
The new SQL for JIRA plugin is available on the Marketplace for JIRA Server which supports it:
select
i.key, c.created, c.fromvalue, c.toValue
from
issues i
left join
issuechanges c on c.issueid = i.id
where
i.jql = 'project = CRM'
and field = 'BRD Status'
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.