Need a jql query to send slack messages for a project whenever a specific (mutliple) assignees comment on a task or subtask assigned to them in the project between 11 am and 12 am
Hey @Sahil Suhag
So you'd need to create an automation rule that looks like the following (for the example of an issue is assigned to a user: (Note that you can add as many users in this solution)
So to explain the automation rule: You would select the trigger to be a scheduled event for every day at 12pm (or whatever time frame you'd like) and then add an "IF or ELSE" event as seen here:
Then in the conditions, add the following as seen above. The condition at the middle specifies the issue type as mentioned, you would like two automations to catch if it's an subtask issue type or a task. The task solution can be seen below:
The last part of the Else-If is a smart value to identify if the issue comments is empty. Last add the slack message component and all should work for you!
If you have any questions on the above please let me know!
Kind Regards,
Ashley Hudson
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.