JIRA 4.0 : Receiving Search Results via Email
This page last changed on Sep 28, 2009 by alui.
JIRA enables you to subscribe to an issue filter (a saved search). JIRA will then run the search according to your specified schedule, and will email the results to you. You can specify when and how often you would like to receive the search results, e.g. 'Every hour between 9.00AM-5.00PM, Monday-Friday', or 'The last Friday of every month at 7.00AM'.
Subscribing to an Issue Filter
Advanced scheduling ('cron')You can use a 'Cron Expression' to specify a custom schedule to suit your particular requirements. Cron expressions consist of the following fields, separated by spaces:
The special characters operate as follows:
Here are some sample cron expressions: *0 15 8 ? * ** Every day at 8.15 pm. *0 15 8 * * ?* Every day at 8.15 am. *0 * 14 * * ?* Every minute starting at 2.00 pm and ending at 2:59 pm, every day. *0 0/5 14 * * ?* Every 5 minutes starting at 2.00 pm and ending at 2:55 pm, every day. *0 0/5 14,18 * * ?* Every 5 minutes starting at 2.00 pm and ending at 2:55 pm, AND every 5 minutes starting at 6.00 pm and ending at 6:55 pm, every day. *0 0-5 14 * * ?* Every minute starting at 2.00 pm and ending at 2:05 pm, every day. *0 10,44 14 ? 3 WED* 2:10 pm and 2:44 pm every Wednesday in the month of March. *0 15 8 ? * MON-FRI* 8:15 am every Monday, Tuesday, Wednesday, Thursday and Friday. *0 15 8 15 * ?* 8:15 am on the 15th day of every month. *0 15 8 L * ?* 8:15 am on the last day of every month. *0 15 8 LW * ?* 8:15 am on the last weekday of every month. *0 15 8 ? * 6L* 8:15 am on the last Friday of every month. *0 15 8 ? * 6#2* 8:15 am on the second Friday of every month. *0 15 8 ? * 6#2 2007-2009* 8:15 am on the second Friday of every month during the years 2007, 2008 and 2009. Note: cron expressions are not case-sensitive. |
![]() |
Document generated by Confluence on Oct 06, 2009 00:25 |