SO I have a search to search once a week to find all the unassigned issues
project = MKV AND assignee in (EMPTY) ORDER BY created DESC
This works fine
In the email that I sent out it has
{{issues}}
It has this embedded value. Which shows all the issues that the JQL finds. Is there an equivalent that provides the total of {{issues}} and displays it as a number?
thanks
Hi
A simple solution to this would be to save as a filter and add a subscription to it e.g. a subscribe a group that represents your audience
This will show a total
The filter description is added to explain the content
https://www.atlassian.com/blog/jira-software/jql-the-most-flexible-way-to-search-jira-3-of-4
Tom
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
True. But I would like the granularity of creating an email based on the desired format I'm interested in so the subscription filter doesn't allow that level of granularity unfortunately.
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.