-
Suggestion
-
Resolution: Fixed
-
110
-
5
-
-
With the release of JIRA 4.3, users can now specify a fix or affects version with a wildcard symbol in the Quick Search box (eg ff:4.*). Would be great to have the same functionality in JQL.
- is duplicated by
-
JRASERVER-26403 To search for versions (Affects Version of Fix Version) with a commom characters at the start of the version
- Closed
- is related to
-
JRASERVER-23142 Allow wildcard search for versions in QuickSearch
- Closed
-
JRASERVER-27687 All text field types should support wildcard searching in JQL.
- Gathering Interest
- relates to
-
JRACLOUD-24152 JQL - Add wildcard functionality to versions
- Closed
-
GRD-1 You do not have permission to view this issue
- mentioned in
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
[JRASERVER-24152] JQL - Add wildcard functionality to versions
Link | New: This issue has a regression in JRASERVER-71112 [ JRASERVER-71112 ] |
Remote Link | New: This issue links to "Page (Confluence)" [ 481317 ] |
Workflow | Original: JAC Suggestion Workflow [ 3063097 ] | New: JAC Suggestion Workflow 3 [ 3691505 ] |
Status | Original: RESOLVED [ 5 ] | New: Closed [ 6 ] |
Remote Link | New: This issue links to "Page (Confluence)" [ 437707 ] |
Remote Link | New: This issue links to "Page (Confluence)" [ 419018 ] |
Workflow | Original: Confluence Workflow - Public Facing v4 [ 2630473 ] | New: JAC Suggestion Workflow [ 3063097 ] |
Remote Link | New: This issue links to "Page (Confluence)" [ 395498 ] |
Remote Link | New: This issue links to "Page (Confluence)" [ 393472 ] |
Current Status |
New:
{panel:title=Atlassian Update – 13 April 2018|borderStyle=solid|borderColor=#ebf2f9|titleBGColor=#ebf2f9|bgColor=#ffffff}
Hi everyone, We're glad to announce that wildcard functionality for version fields was shipped with Jira Software 7.9. As some of you may have already noticed, 7.9 was released this week, and you can download it [here|https://pl.atlassian.com/software/jira/download]. *What we've built* Whether it’s 9, 9.1, or any other derivative you’re looking for, you can now find it with a simple query that uses the ~ operator and an asterisk to indicate the location of unknown characters. Version fields are: * Affected version * Fix version * Custom fields that use the "Version Picker". Note that for version fields, the CONTAINS “~" operator returns *an exact match*. For example, to find the version "9.0" only, you would use the following query: fixVersion ~ “9.0” To find all issues where the Fix Version field contains a wild-card match for version "9", e.g. 9.1 or 9.0.1: fixVersion ~ "9*” The DOES NOT CONTAIN "!~” operator can be used to exclude a specific version in your query. For example, to find issues where Fix Version is not "9.0", you should use the following query: fixVersion !~ “9.0" To find all issues where the Fix Version field does not contain any version from the 9.x line: fixVersion !~ "9.*" You can read more in the article on Advanced searching [here|https://confluence.atlassian.com/jirasoftwareserver/advanced-searching-operators-reference-939938745.html#Advancedsearching-operatorsreference-operators]. To read about other capabilities we added in Jira Software 7.9, have a look at our [release notes|https://confluence.atlassian.com/jirasoftware/jira-software-7-9-x-release-notes-946034808.html]. Cheers, Katarzyna Derenda Product Manager, Jira Server {panel} |
|
Description |
Original:
{panel:title=Atlassian Update – 6 February 2018|borderStyle=solid|borderColor=#ebf2f9|titleBGColor=#ebf2f9|bgColor=#ffffff}
Hi all, Thank you for all your votes and comments on this suggestion. Special thanks to all who filled in the survey on potential solutions. Your votes and the accompanying comments provided more valuable context for our team. We have started work on adding wildcard functionality to versions in Jira Server and will be releasing it in one of the future Jira releases. Thank you again for all your feedback on this suggestion and we look forward to providing you with more updates as we make progress. Best, Katarzyna Derenda Product Manager, Jira Server {panel} With the release of JIRA 4.3, users can now specify a fix or affects version with a wildcard symbol in the Quick Search box (eg ff:4.*). Would be great to have the same functionality in JQL. |
New: With the release of JIRA 4.3, users can now specify a fix or affects version with a wildcard symbol in the Quick Search box (eg ff:4.*). Would be great to have the same functionality in JQL. |
Remote Link | Original: This issue links to "Page (Extranet)" [ 321313 ] |