Skip to end of banner
Go to start of banner

Flexible Date Picker

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

The Week/Month/Qaurter picker allows you to select broader timeframes when planning and tracking work in Jira. Instead of being restricted to precise dates, this picker provides more flexibility by letting users choose specific weeks, months, or quarters. This makes it easier for product and marketing teams to plan releases, manage timelines, and organize projects more effectively.

The Week/Month/Quarter picker is available in the JSM portal. For a list of supported fields and setup instructions, please visit Fields in Jira Service Management (JSM) Portal.


Create and configure the custom field

To create and configure the Week/Month/Qaurter custom field, you must be logged in as a user with Jira administrator permissions.

  1. Go to AppsManage appsFields.

  2. Click on Create custom field button on the right side of the screen.

  3. Select Week/Month/Quarter and click Next.

  4. Name and add a description to your field then click Next.

  5. Associate the field to the appropriate screens and click Create. You must associate a field to a screen before it will be displayed.

  6. To restrict editing access for the Week/Month/Quarter, the Edit Permissions tab is used. Specific users, user groups, and Jira roles can be defined to have editing permissions for the custom field. If editing access is intended for all users, the field should be left empty.

Please note that the create screen has a separate toggle that allows defining whether users without edit permissions can create values in create screens.


JQL queries

Week/Month/Quarter can be used in JQL. It allows you to search for issues that include custom field values. To find issues that include multilevel select picker values enter the "CustomField_Name". Below are a few useful examples.

Screenshot 2024-10-28 at 09.15.10.png

"Estimated release" IN ("Week 51, 2024")

Search for all issues that have Estimated release in Week 51, 2024.

"Estimated release" IN ("Oct–Dec, 2024","Week 51, 2024")

Search for all issues that have Estimated release in Week 51, 2024 ad in Q4, 2024.

"Estimated release" is EMPTY

Search for all issues where the custom field is empty.

"Estimated release" is not EMPTY

Search for all issues where the custom field is not empty.

  • No labels