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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.