How to use date variable in a user form to filter JIRA issues
How to use date variable in a user form to filter JIRA issues
This article explains how we can pass a date with Run Self-Service Report & use that date value in a JQL to filter JIRA issues.
Instructions
Insert “run with a user form and parameters” macro in a confluence page and configure the date field as below screenshot:
Wiki mark up code-
{run:autoRun=true|replace= date::Created Date:group, year:$current_time(yyyy):Year:integer-select:2015:2022, month:$current_time(MM):Month:select::01:JAN:02:FEB:03:MAR:04:APR:05:MAY:06:JUN:07:JULY:08:AUG:09:SEPT:10:OCT:11:NOV:12:DEC, day:$current_time(d):Day:integer-select:1:31} {run}
Add Advanced Table Editor - JQL Table macro inside the run with a user form and parameters macro.
Choose Jira application links and enter Jira advanced search by entering the date variable as shown below and publish the page:
Choose the date as per your requirement and run the macro to filter Jira issues:
You need to install Bob Swift Atlassian Apps - Advanced Tables app to get advanced JQL feature.
, multiple selections available,
Related content
How to retrieve the list of issues based on updatedDate using Jira Command Line Interface (CLI)
How to retrieve the list of issues based on updatedDate using Jira Command Line Interface (CLI)
More like this
Jira: Open Issues by Age
Jira: Open Issues by Age
More like this
How to perform an advanced search on Jira issues
How to perform an advanced search on Jira issues
More like this
Dates with time
Dates with time
More like this
Jira: Open Issues by Age - 6.6.2
Jira: Open Issues by Age - 6.6.2
More like this
Jira: Open Issues by Age - 7.0.1
Jira: Open Issues by Age - 7.0.1
More like this