The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Pain in the neck to rename a custom field due to hard-coded JQL plain-text queries

Philip Schlesinger
Contributor
February 23, 2015

Hi all,

Why are JQL queries hard coded with plain text for custom fields?  I just renamed a custom field and broke a bunch of saved filters in the process.  Why are JQL queries not set up to reference each field's specific ID number?

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
Answer accepted
Jobin Kuruvilla [Adaptavist]
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 Champions.
February 23, 2015

You can use names or ids to create the queries. It is up to the user to decide what they want to use.

People go for names to make the query more readable, and that is exactly the reason why that option is supported. Unfortunately, the filter will be broken if the field is renamed. No easy solution for that I am afraid!

Philip Schlesinger
Contributor
February 24, 2015

Thanks