I created a custom field called Project Priority, which is a single line text field, but is more often than not a numeric value (for flexibility). Is there a JQL query that can be written to translate the field entered and display it as a numeric value?
Thanks,
Sheel Shah
Just adding this previous posting since its relevant to this subject:
Can you please give an example of what you're looking to do? It sounds like you want to cast a string ("1") into an integer (1), which I believe might be possible, but would require add-ons that may not be available for JIRA Cloud. If you're just looking to run a JQL search on numeric values in a text field, you should be able to encase the numerical value in quotes to return a result. As an example: Project = DEMO AND customField ~ "32"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.