i want to create a listener for our MS Teams, so that every time me or another user gets mentioned in a JIra comment, i want to receive a message.
I think the event for that is IssueUpdated but i dont know what i need to enter in the Condition and Configuration (i use scriptrunner listener)
Could you please help me with that? THank you!
Hello @Philipp Hartl ,
I think you would need to use the "Issue Commented" event. As for the condition, maybe you could parse the last comment and check if it contains an @ character ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.