Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Customizing JQL Field Syntax

Sameera Shaakunthala [inactive]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 3, 2011

In JQL, the syntax for the Fix Version field is fixVersion. Can we change this syntax/ field id (from fixVersion to something else) by modifying JIRA's code?

Ideally the user should be able to search issues with the query

<new-field-name> = "1.1.4"

instead of

fixVersion = "1.1.4"

and obtain the same result.

Editing the language file (localization) does not help here.

1 answer

1 accepted

0 votes
Answer accepted
TothJ
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 16, 2011

If you make custom JQL function (https://developer.atlassian.com/display/JIRADEV/JQL+Function+Plugin+Module) and copy the fixVersion functionality then it can work.

Sameera Shaakunthala [inactive]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 16, 2011

Thanks! That seems to be a very helpful answer.

I'll try this.

Suggest an answer

Log in or Sign up to answer