Forums

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

How to search a system field

Alexandre Boueye January 30, 2024

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

2 answers

1 accepted

1 vote
Answer accepted
Harsh
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.
January 30, 2024

Hi @Alexandre Boueye 

 

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. 

Alexandre Boueye January 30, 2024

Thank you

Like John Funk likes this
0 votes
Nikola Perisic
Community Champion
January 30, 2024

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.

Alexandre Boueye February 2, 2024

Thank you

Suggest an answer

Log in or Sign up to answer