the list of issues collected to remain static for each day. Is this possible?
The filter is a view of the issues returned by the JQL,
Hope this helps
Ryan
Hi Ryan. I think that maybe I'm not explaining myself well enough. I'm familiar with creating the jql. I guess what I'm trying to determine is if there is a way to keep that info static for that period without specifying a specific date. for example I have the following jql in a template that will be generated for daily meetings:
project = JCD AND duedate = startOfday() AND duedate = endOfday() ORDER BY cf[19500] ASC
So today's meeting list of tickets (1/2/19) will be different from tomorrow's (1/3/19). But, because of the jql, if I look at the notes for (1/2/19) they have the list for (1/3/19). How do I freeze the data captured each day so that when I look at meeting notes from 2 weeks ago they're not reporting that day's list?
thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The resulting subscription email contains a "snapshot in time" list of issues.
For example, a filter pulls all un-estimated sub-tasks for 7 teams, the subscription sends out an email at 3am EST.
Another option could be to use startofDay(). That may be more appropriate :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
so I couldn't reference the actual meeting notes page in Confluence for an accurate list of JIRAs for that day, right?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not that I know of, it would just hit the filter if linked from confluence. The result would be current issues returned from filter instead of the snapshot you are looking for.
Possibly could run a macro or manually pull from option #1 email.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.