Is it possible to send a email, only when i issue is created by a specific user?
Best regards
If this is for Jira Cloud here is your answer: Create a global scope automation (as this will encompass all projects)
Trigger: When Work item created
If: issue fields condition - Reporter is "user X"
Then: Send email
Thanks
Aaron.
Not natively - you'll need an add-on like the Script Runner to implement your decision logic and send the email.
JIRA's notifications are aimed at informing people in the project that <something> is happening, not that <someone> is doing things.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just found this old question 😆
I think a workaround would be to disable to notification and create a automation rules thats send an e-mail based on the conditions.
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.