Three Dimensional Date Gadgets
Breadcrumbs

How to limit the results within a time period with JQL

Background


An enquiry was raised on whether the results of the Three Dimensional Date Gadgets can be limited within a 6 months period.

For details, please refer to  .jira-issue { padding: 0 0 0 2px; line-height: 20px; } .jira-issue img { padding-right: 5px; } .jira-issue .aui-lozenge { line-height: 18px; vertical-align: top; } .jira-issue .icon { background-position: left center; background-repeat: no-repeat; display: inline-block; font-size: 0; max-height: 16px; text-align: left; text-indent: -9999em; vertical-align: text-bottom; } TDDG-14

Workaround


A possible workaround will be to update the Jira filter to the past 6 months. The steps are provided as follows to create a new filter from scratch:

1. Select the Search for Issues from the Issues dropdown menu

Screenshot 2017-11-17 11.13.50.png

 

2. Click on the Advanced button to switch to advanced mode

Creating a search filter 2.png

 

3. Enter the JQL listed below into the text box and press Enter

project = "3D Date Gadgets" AND created > startOfMonth(-6) and created < endOfMonth()

Creating a search filter 3.png

 

Feel free to add additional criteria. Please replace the "3D Date Gadgets" with the name of your Jira project accordingly

 

4. After the list of results are refreshed, you can click on the Save as button to save the Jira filter 

Creating a search filter 4.png

 

5. Name your filter and click on the Submit button to save the filter

Creating a search filter 5.png

 

6. You can select the saved filter in your Three Dimensional Date Gadgets

3D Gadget Configuration.png

 

References


.jira-issue { padding: 0 0 0 2px; line-height: 20px; } .jira-issue img { padding-right: 5px; } .jira-issue .aui-lozenge { line-height: 18px; vertical-align: top; } .jira-issue .icon { background-position: left center; background-repeat: no-repeat; display: inline-block; font-size: 0; max-height: 16px; text-align: left; text-indent: -9999em; vertical-align: text-bottom; } TDDG-14