Hi, I just want to send the result to this filter result below (project in (MKT, CEB) AND status in (ADJUST, Assigned, "Content Value Feedback", Editing, "Final Review for Publishing", "IDEAS | BACKLOG", "In Progress", REVIEW, "Ready to publish", "To Be Assigned", "To Do") AND assignee in (5f0cec379d9a120029406004) AND due <= 7d ORDER BY due ASC, created DESC) in a Slack Channel Notification in a weekly basis. How to?
Filter subscription currently works for individual users and groups. You could use most likely an automation, with webhook to send results to a slack channel. This automation would use a scheduled trigger, to manage the weekly sent.
Let me know if that helps.
Alex
Yep, I have an individual subscription, and did try with the webhook, but it's not working:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The rule you have created will run only for the issues that have changed since the last time that rule executed.
What I would do, for testing purposes, is to:
Click as well "validate query" to see if you are getting any results.
Let me know how this will go.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Adding on to what Alex suggests and your automation rule image:
As implemented with the scheduled trigger with JQL, this will post a message for each issue found. If you would prefer one message with the list of issues, consider using:
Best regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It validates, but doesn't send these 3:
@Bill Sheboy I add it, but it doesn't seem right (because it didn't work of course), where and how should I do this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey team - we've got the following issues left in this sprint:
{{#lookupIssues}}
* {{key}}
{{/}}
Test the rule again
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.
Hmmm...I'm getting correct results:
The only difference I see is that I have checked the box "send message as automation user". Try adding this and try again.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If that does not fix it with the suggestion from @Alex Koxaras _Relational_ please try this:
Number of issues returned = {{lookupIssues.size|0}}
Thanks!
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.
@Pedro Hernandes first of all, your JQL is wrong. You might have saved it with a different name. So carefully go back and check the correct name.
When you will enter the correct JQL, and you will click "validate query", it will return something (even 0 results).
Make that change and let me know
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline 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.