I need custom field ID for column 'Fix Version/s' to get the value of Fix Version/s corresponding to the issue key.
Can someone help me to get the custom field ID for Fix Version/s?
Hi @Business Reports ,
Fix version/s is not Custom field. It is a system field. System fields doesn't have any ID.
System fields do have ID, for Fix Version/s it is "fixVersions".
You can always find the field IDs by GET endpoint "{baseUrl}/rest/api/2/issue/{issueIdOrKey}"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As above, Fix Version is not a Custom Field.
Are you using the REST API? If so you can retrieve all versions for a project with /rest/api/3/project/{projectIdOrKey}/versions
If not using REST API, what are you trying to do?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi!
I´m trying to execute this endpoint:
XY.atlassian.net/rest/api/3/field/search?id=versions
But instead, I´m getting all fields.
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.