The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Send a private slack message when an issue that blocks another issue is resolved

Arda Yuceler
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 19, 2020

Hello everyone,

I am pretty new at automation for Jira and trying to overcome this problem.

We have an issue A assigned to Peter which blocks issue B assigned to Helen. What i am trying to do is:

Send a slack message to Helen when Peter transitions issue A to DONE. Is is possible to do this? 

I can send emails, post to a slack channel, send notifications etc but i can't seem to send a private slack message.

Thanks for your time. 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Andreas Knecht
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 21, 2020

Hi @Arda Yuceler ,

Yeah this should be possible with a rule something like this:

  • Trigger: Issue transitioned to DONE
  • Issue field condition: Some check to make sure this was issue A (maybe check the assignee is Peter, or check the issue type/customfield - depends on your exact use case)
  • Related issue branch with 'Linked issues' of type 'blocks' selected
    • On this branch add your 'Send Slack' message action

Hope that helps!

Cheers,
Andreas