Hello,
I'm new to jira administration.
I would like to know how to search a system field in a JQL query?
I'm using jira dc 9.4
Thank you in advance
Just search with the name in the issue finder (jql query):
Example: project= Xyz and summary ~ "Xyz" and components= "qwe".
In this case summary and components are system fields. Hope this helps. Just make sure the value should be in quotes.
Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to the community @Alexandre Boueye !
Sadly, this is not something achieavable with JQL, API is something that you might be looking for:
https://docs.atlassian.com/software/jira/docs/api/REST/9.13.0/#api/2/field-getFields
You want to focus on JSON part where it says "custom" which either can be true or false.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.