Forums

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

How to get field ID for system provided fields?

Narendra Kumar
Contributor
February 14, 2020

Hi 

I want to get field IDs for system provided fields like assignee, reporter etc. Yes, it's possible for custom fields by hovering mouse on edit.

Is it possible to get in similar way as for custom fields ? 

Thanks in advance. 

1 answer

1 vote
Daniel Ebers
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.
February 14, 2020

Hi Narendra,

those fields do not have a numeric ID but a special naming convention. The easiest option from what I read is to query the API using:

{Jira base URL}/rest/api/3/field

Cheers,
Daniel

Suggest an answer

Log in or Sign up to answer